We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75109fb commit 62c46dcCopy full SHA for 62c46dc
docs/.vuepress/navbar.ts
@@ -44,7 +44,7 @@ export const myNavbar = defineNavbarConfig([
44
]
45
},
46
{
47
- text: 'v1.5.2',
+ text: 'v1.6.0',
48
items: [
49
50
text: '线上演示',
docs/plugin/dev.md
@@ -47,10 +47,6 @@ fba 会在每次启动前对所有插件进行实时解析
`plugin.toml` 是插件的配置文件,每个插件都必须包含此文件
-::: caution
51
-此配置文件自 fba v1.5.3 版本起发生重大变更,仅向后兼容(低于此版本开发的插件将不可用)
52
-:::
53
-
54
::: tabs#plugin
55
@tab <Icon name="carbon:app" />应用级插件
56
0 commit comments