Skip to content

Commit b99d30c

Browse files
committed
update docs
1 parent d3defab commit b99d30c

File tree

10 files changed

+19
-18
lines changed

10 files changed

+19
-18
lines changed

docs/.vuepress/components/Pricing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</template>
8383

8484
<script setup>
85-
import { plans } from "../data/price";
85+
import { plans } from "../data/pricing";
8686
import { openSponsorLink } from "../data/sponsors";
8787
</script>
8888

docs/.vuepress/data/plugin.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ export const pluginItems: PluginItem[] = [
55
icon: "fa6-regular:file-code",
66
title: "代码生成",
77
description: "生成通用业务代码",
8-
tags: ["mysql", "pgsql", "后端"],
8+
tags: ["mysql", "pgsql", "后端", "前端"],
99
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
1010
},
1111
{
1212
icon: "fe:notice-active",
1313
title: "通知公告",
1414
description: "发布系统内部通知、公告",
15-
tags: ["mysql", "pgsql", "后端"],
15+
tags: ["mysql", "pgsql", "后端", "前端"],
1616
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
1717
},
1818
{
1919
icon: "fluent-mdl2:dictionary",
2020
title: "数据字典",
2121
description: "通常用于约束前端工程数据传输/展示",
22-
tags: ["mysql", "pgsql", "后端"],
22+
tags: ["mysql", "pgsql", "后端", "前端"],
2323
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
2424
},
2525
{
2626
icon: "icon-park-outline:config",
2727
title: "参数配置",
2828
description: "通常用于动态配置系统参数/前端工程数据展示",
29-
tags: ["mysql", "pgsql", "后端"],
29+
tags: ["mysql", "pgsql", "后端", "前端"],
3030
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
3131
},
3232
{
@@ -88,7 +88,7 @@ export const pluginItems: PluginItem[] = [
8888
label: '第三方',
8989
tags: ["mysql", "后端"],
9090
link: "https://github.com/dividduang/wecom-task",
91-
image: "https://wwcdn.weixin.qq.com/node/wework/images/202201062104.366e5ee28e.png",
91+
image: "https://play-lh.googleusercontent.com/Grc8X-UKT5qlDyUeGACwt9npfGFi8RM5N7lxZHfEtavSSu5zavMdv1YwBB3rHYokorw=w240-h480-rw",
9292
logo: 'https://avatars.githubusercontent.com/u/110005582?v=4',
9393
},
9494
{
File renamed without changes.

docs/.vuepress/navbar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
1010
{
1111
text: 'Vben Admin Antd',
1212
icon: 'iconoir:www',
13-
link: 'https://fba.wu-clan.site/'
13+
link: 'https://fba.wu-clan.site/',
1414
},
1515
{
1616
text: '服务状态',
@@ -54,7 +54,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
5454
]
5555
},
5656
{
57-
text: 'v1.7.0',
57+
text: 'v1.8.0',
5858
items: [
5959
{
6060
text: '文档',
@@ -177,7 +177,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
177177
},
178178
{
179179
text: '视频课程',
180-
badge: { text: '限时开放', type: 'warning' },
180+
badge: { text: '重制中', type: 'warning' },
181181
icon: 'ri:bilibili-fill',
182182
link: 'https://space.bilibili.com/284237214/lists'
183183
},
24.8 KB
Loading
-13.7 KB
Loading
-115 KB
Binary file not shown.

docs/backend/reference/code-generation.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ title: 代码生成
4343

4444
## 效果预览
4545

46-
::: note
47-
以下效果展示来自于前端项目:Arco Desgin Pro
48-
:::
49-
5046
![cg1](/images/code-generator1.png)
5147

52-
![cg2](/images/code-generator2.png)
53-
54-
![cg3](/images/code-generator3.png)
48+
![cg2](/images/code-generator2.png)

docs/backend/summary/quick-start.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,13 @@ fba 仅适用于资深 Python 后端开发人员,如果您是非资深用户
136136
137137
11. 初始化测试数据
138138
139-
通过 `backend/sql/` 目录下对应主键模式的脚本初始化测试数据
139+
架构:执行 `backend/sql/` 目录下对应主键模式的脚本
140+
141+
插件:执行 `插件/sql/` 目录下对应主键模式的脚本
142+
143+
::: info
144+
你可以选择通过 [CLI](../reference/cli.md) 快速执行这些脚本
145+
:::
140146
141147
12. 打开浏览器访问:[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)
142148

docs/stack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ title: 技术栈
1414
<LinkCard title="Pydantic" icon="https://avatars.githubusercontent.com/u/110818415?s=200&v=4" href="https://docs.pydantic.dev/latest/" />
1515
<LinkCard title="Python-Socketio" icon="https://avatars.githubusercontent.com/u/2715854?v=4" href="https://python-socketio.readthedocs.io/en/stable/" />
1616
<LinkCard title="Celery" icon="https://avatars.githubusercontent.com/u/319983?s=200&v=4" href="https://docs.celeryq.dev/en/stable/" />
17-
<LinkCard title="Granian" icon="https://avatars.githubusercontent.com/u/46401492?s=200&v=4" href="https://github.com/emmett-framework/granian" />
17+
<LinkCard title="Loguru" icon="https://raw.githubusercontent.com/Delgan/loguru/master/docs/_static/img/logo.png" href="https://loguru.readthedocs.io/en/stable/" />
1818
<LinkCard title="Uv" icon="https://docs.astral.sh/uv/assets/logo-letter.svg" href="https://docs.astral.sh/uv/" />
1919
<LinkCard title="Ruff" icon="https://docs.astral.sh/ruff/assets/bolt.svg" href="https://docs.astral.sh/ruff/" />
20+
<LinkCard title="Granian" icon="https://avatars.githubusercontent.com/u/46401492?s=200&v=4" href="https://github.com/emmett-framework/granian" />
2021
<LinkCard title="Docker" icon="logos:docker-icon" href="https://www.docker.com/" />
2122
</CardGrid>
2223

0 commit comments

Comments
 (0)