We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4284 commit 3fcf787Copy full SHA for 3fcf787
1 file changed
README.md
@@ -134,7 +134,7 @@
134
135
使用 `pluginFinder.available('extra-api')`
136
可以优雅地处理插件依赖,避免在插件未安装时出现模板错误,提升主题的兼容性和用户体验。
137
-注:在此基础上可以使用 `pluginFinder.available('extra-api', '2.*')` 锁定大版本号,避免 API 破坏性更新时导致主题渲染报错。
+注:在此基础上可以使用 `pluginFinder.available('extra-api', '3.*')` 锁定大版本号,避免 API 破坏性更新时导致主题渲染报错。
138
139
**示例**
140
@@ -860,7 +860,7 @@ ERROR - JavetException: Javet library is not loaded because <null>
860
- [ ] 提供预计阅读时间 API,及相关配置项
861
- [ ] 提供图表渲染 API
862
- [ ] 提供公式渲染 API
863
-- [ ] 分离 Node.js 环境支持为可选前置插件(预计 3.0 版本实现)
+- [ ] 分离 Node.js 环境支持为可选前置插件(预计 4.0 版本实现)
864
865
</details>
866
0 commit comments