Skip to content

Commit f87bed8

Browse files
committed
update docs
1 parent f63294e commit f87bed8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/.vuepress/components/AiNeuralBadge.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,13 @@ watch(() => route.path, () => {
514514
transform: translateY(0) rotate(-2deg);
515515
}
516516
25% {
517-
transform: translateY(-12px) rotate(2deg);
517+
transform: translateY(-7px) rotate(2deg);
518518
}
519519
50% {
520520
transform: translateY(-5px) rotate(-1deg);
521521
}
522522
75% {
523-
transform: translateY(-15px) rotate(1deg);
523+
transform: translateY(-9px) rotate(1deg);
524524
}
525525
}
526526

docs/backend/summary/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ fba 仅适用于资深 Python 后端开发人员,如果您是小白用户,
9797
生成迁移文件
9898
9999
```shell:no-line-numbers
100-
alembic revision --autogenerate
100+
fba alembic revision
101101
```
102102
103103
执行迁移
104104
105105
```shell:no-line-numbers
106-
alembic upgrade head
106+
fba alembic upgrade
107107
```
108108
109109
2. 初始化测试数据
@@ -113,7 +113,7 @@ fba 仅适用于资深 Python 后端开发人员,如果您是小白用户,
113113
插件:执行 `backend/plugin/sql/` 目录下对应主键模式的脚本
114114
115115
```shell:no-line-numbers
116-
fba --sql xxx.sql
116+
fba --sql 脚本文件路径
117117
```
118118
:::
119119

0 commit comments

Comments
 (0)