创建兼容 32 位和 64 位系统的 mac 仪表板小部件
我必须为 Mac Osx 开发一个仪表板小部件以支持 32/64 位系统。 在我看来,如果小部件不使用任何编程插件,只使用 HTML、JS 和 HTML,则无需执行任何其他操作。 CSS。
这是正确的吗?只需要确定一下。
多谢, 列奥纳多
I have to develop a dashboard widget for Mac Osx to support 32/64 bit systems.
This looks to me that there is nothing else to do if the widget does not use any programmed plugin, just HTML, JS & CSS.
Is this correct? Just need to be sure.
Thanks a lot,
Leonardo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您不使用任何 Objective-C 代码,那么它肯定是可移植的。
If you're not using any Objective-C code then it will definitely be portable.
文档中写道:
“基于 Web Kit 技术,仪表板小部件是使用 HTML、JavaScript 和 CSS 的组合创建的。”
所以无需担心。
From the documentation:
"Based on Web Kit technologies, Dashboard Widgets are created using a mix of HTML, JavaScript, and CSS."
So no need to worry.