Skip to content

Commit 06384cc

Browse files
committed
update docs
1 parent 223ffb7 commit 06384cc

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/.vuepress/_bulletin.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
::: center
2-
🎉 v1.11.0 已发布 🎉
3-
:::
4-
51
::: warning 重大变化
62

7-
- 🚀 重构外键约束为逻辑外键(升级需重新创建数据库表并清理缓存)
3+
- 🚀 重构外键约束为逻辑外键
84

95
:::
106

11-
**cc 推荐**
7+
::: tip 升级须知
8+
9+
* 重建数据库表(因为外键约束已删除)
10+
* 清理 Redis 缓存(因为不兼容脏数据)
11+
* 升级依赖(因为使用依赖最新特性)
1212

1313
<a href="https://www.bigmodel.cn/claude-code?ic=SDTNNES9ZD">
1414
<img src="https://wu-clan.github.io/picx-images-hosting/BigmodelPoster.png">
15-
</a>
15+
</a>
16+
17+
:::

docs/.vuepress/bulletin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export const myBulletin: BulletinOptions = {
66
border: true,
77
enablePage: true,
88
lifetime: 'session',
9-
title: '公告',
9+
title: '🎉 v1.11.0 已发布 🎉',
1010
contentFile: path.join(__dirname, '_bulletin.md'),
1111
}

0 commit comments

Comments
 (0)