Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以编程方式检查正在使用的 enyo 版本?我有一个需要 enyo 的 JavaScript 模块,它可以在不同版本之上运行,所以我想知道哪个是当前版本。
有什么类似的enyo.getVersion()吗?
enyo.getVersion()
谢谢
不幸的是,在 GitHub 上最近的代码之前,我们没有包含 Enyo 的版本号。在最新的试点版本中,您拥有enyo.version的是包含版本信息的哈希。当前的 Enyo 版本为enyo.version.enyo. 各个模块也有版本号:例如enyo.version.onyx
enyo.version
enyo.version.enyo
enyo.version.onyx