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 9b6bf21 commit 69844a2Copy full SHA for 69844a2
docs/plugin/dev.md
@@ -157,14 +157,18 @@ fba 内所有官方实现都同时兼容 mysql 和 postgresql,但我们不对
157
::: file-tree
158
159
- xxx 插件名
160
- - api/ 接口
+ - api 接口
161
+ - index.ts
162
- langs 多语言
163
- en-US
164
- 插件名.json
165
- zh-CN
166
- - routes/ 路由
167
- - views/ 视图
+ - routes 路由
168
169
+ - views 视图
170
+ - index.vue
171
+ - …
172
- … 更多内容
173
174
:::
0 commit comments