Skip to content

Commit 69844a2

Browse files
committed
update docs
1 parent 9b6bf21 commit 69844a2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/plugin/dev.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,18 @@ fba 内所有官方实现都同时兼容 mysql 和 postgresql,但我们不对
157157
::: file-tree
158158

159159
- xxx 插件名
160-
- api/ 接口
160+
- api 接口
161+
- index.ts
161162
- langs 多语言
162163
- en-US
163164
- 插件名.json
164165
- zh-CN
165166
- 插件名.json
166-
- routes/ 路由
167-
- views/ 视图
167+
- routes 路由
168+
- index.ts
169+
- views 视图
170+
- index.vue
171+
-
168172
- … 更多内容
169173

170174
:::

0 commit comments

Comments
 (0)