Skip to content

Commit 82acb58

Browse files
committed
update docs
1 parent f7a5826 commit 82acb58

File tree

5 files changed

+823
-931
lines changed

5 files changed

+823
-931
lines changed

docs/.vuepress/sidebar.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const mySidebar: ThemeSidebarMulti = {
66
{
77
text: '介绍',
88
collapsed: false,
9-
prefix: '/backend/summary/',
9+
prefix: 'summary/',
1010
items: [
1111
{ text: '简介', link: 'intro' },
1212
{ text: '快速开始', link: 'quick-start' },
@@ -17,7 +17,7 @@ export const mySidebar: ThemeSidebarMulti = {
1717
{
1818
text: '编辑器',
1919
collapsed: false,
20-
prefix: '/backend/ide/',
20+
prefix: 'ide/',
2121
items: [
2222
{ text: 'Visual Studio Code', link: 'vscode' },
2323
{ text: 'Cursor', link: 'cursor' },
@@ -26,7 +26,7 @@ export const mySidebar: ThemeSidebarMulti = {
2626
{
2727
text: '参考',
2828
collapsed: false,
29-
prefix: '/backend/reference/',
29+
prefix: 'reference/',
3030
items: [
3131
{ text: '配置', link: 'config' },
3232
{ text: 'CLI', link: 'cli' },
@@ -57,7 +57,7 @@ export const mySidebar: ThemeSidebarMulti = {
5757
{
5858
text: '部署',
5959
collapsed: false,
60-
prefix: '/backend/deploy/',
60+
prefix: 'deploy/',
6161
items: [
6262
{ text: 'Docker', link: 'Docker' },
6363
{ text: '传统', link: 'legacy' },
@@ -69,31 +69,31 @@ export const mySidebar: ThemeSidebarMulti = {
6969
text: '介绍',
7070
collapsed: false,
7171
items: [
72-
{ text: '前言', link: '/plugin/before' },
72+
{ text: '前言', link: 'before' },
7373
{ text: '插件市场', badge: { text: 'HOT', type: 'danger' }, link: '/market' },
7474
]
7575
},
7676
{
7777
text: '开发',
7878
collapsed: false,
7979
items: [
80-
{ text: '插件开发', link: '/plugin/dev' },
81-
{ text: '插件分享', link: '/plugin/share' },
80+
{ text: '插件开发', link: 'dev' },
81+
{ text: '插件分享', link: 'share' },
8282
]
8383
},
8484
{
8585
text: '使用',
8686
collapsed: false,
8787
items: [
88-
{ text: '插件安装', link: '/plugin/install' }
88+
{ text: '插件安装', link: 'install' }
8989
]
9090
}
9191
],
9292
'/frontend/': [
9393
{
9494
text: '介绍',
9595
collapsed: false,
96-
prefix: '/frontend/summary/',
96+
prefix: 'summary/',
9797
items: [
9898
{ text: '简介', link: 'intro' },
9999
{ text: '快速开始', link: 'quick-start' },
@@ -102,7 +102,7 @@ export const mySidebar: ThemeSidebarMulti = {
102102
{
103103
text: '部署',
104104
collapsed: false,
105-
prefix: '/frontend/deploy/',
105+
prefix: 'deploy/',
106106
items: [
107107
{ text: 'Docker', link: 'docker' },
108108
{ text: '传统', link: 'legacy' },

docs/backend/reference/CRUD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fba 遵循以下命名规范:
1818

1919
- 获取/查询详情: `get()`
2020
- 通过 xxx 获取/查询详情:`get_by_xxx()`
21+
- 获取/查询列表表达式:`get_select()`
2122
- 获取/查询列表:`get_list()`
2223
- 获取/查询所有:`get_all()`
2324
- 子查询:`get_children()`

docs/privacy-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 隐私政策
33
pageLayout: page
44
---
55

6+
<div style="max-width: 1200px; margin: 0 auto; padding: 2rem 0;">
67
<div>更新日期:<strong>2025/9/26</strong></div>
78
<div>生效日期:<strong>2025/9/26</strong></div>
89
<h2>导言</h2>
@@ -101,3 +102,4 @@ pageLayout: page
101102
<p>
102103
我们鼓励父母或监护人指导未满十八岁的未成年人使用我们的服务。我们建议未成年人鼓励他们的父母或监护人阅读本《隐私政策》,并建议未成年人在提交的个人信息之前寻求父母或监护人的同意和指导。
103104
</p>
105+
</div>

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"author": "wu-clan",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@vuepress/bundler-vite": "2.0.0-rc.24",
21-
"@vuepress/plugin-baidu-analytics": "2.0.0-rc.112",
22-
"@vuepress/plugin-llms": "2.0.0-rc.112",
23-
"@vuepress/plugin-umami-analytics": "2.0.0-rc.112",
20+
"@vuepress/bundler-vite": "2.0.0-rc.26",
21+
"@vuepress/plugin-baidu-analytics": "2.0.0-rc.114",
22+
"@vuepress/plugin-llms": "2.0.0-rc.114",
23+
"@vuepress/plugin-umami-analytics": "2.0.0-rc.114",
2424
"vue": "^3.5.22",
25-
"vuepress": "2.0.0-rc.24",
26-
"vuepress-theme-plume": "1.0.0-rc.169"
25+
"vuepress": "2.0.0-rc.26",
26+
"vuepress-theme-plume": "1.0.0-rc.172"
2727
},
2828
"dependencies": {
29-
"@iconify/json": "^2.2.394",
29+
"@iconify/json": "^2.2.395",
3030
"@vueuse/core": "^12.8.2",
3131
"mermaid": "^11.12.0",
3232
"swiper": "^12.0.2"

0 commit comments

Comments
 (0)