Skip to content

Commit 9ee8623

Browse files
committed
update docs
1 parent 16b16a6 commit 9ee8623

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

docs/.vuepress/_bulletin.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
- 🛡️ 增强用户安全性
2-
- ✨ 可控登录验证码
1+
::: center
2+
🎉 v1.11.2 已发布 🎉
3+
:::
34

4-
::: warning 升级须知
5+
- 🧫 优化内部缓存场景
6+
- 🔧 修复已知问题
7+
- ♻️ 更新任务和代码生成 API 定义
58

6-
- 数据库迁移/重建(因为用户表变更)
7-
- 前端需同步更新(因为验证码逻辑变更)
9+
::: warning 升级须知
10+
前端需同步更新(因为 API 定义变更)
11+
:::
812

9-
<a href="https://www.bigmodel.cn/claude-code?ic=SDTNNES9ZD">
10-
<img src="https://wu-clan.github.io/picx-images-hosting/BigmodelPoster.png">
11-
</a>
13+
::: note
14+
下个 v1.12.0 版本,我们将带来
1215

16+
- Celery worker 独立镜像
17+
- 数据权限升级改造
18+
- S3 存储插件
19+
- 日志收集方案
1320
:::

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: '🎉 v1.11.1 已发布 🎉',
9+
title: '公告',
1010
contentFile: path.join(__dirname, '_bulletin.md'),
1111
}

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineNavbarConfig, ThemeNavItem } from "vuepress-theme-plume";
22

33
export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
44
{
5-
text: 'v1.11.0',
5+
text: 'v1.11.2',
66
items: [
77
{
88
text: '在线体验',

0 commit comments

Comments
 (0)