Skip to content

Commit ba9cd49

Browse files
committed
update docs
1 parent 99dbb4d commit ba9cd49

3 files changed

Lines changed: 3 additions & 17 deletions

File tree

docs/.vuepress/_bulletin.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
::: center
2-
🎉 v1.12.0 已发布 🎉
3-
:::
4-
5-
::: tip New
6-
- ✨ 添加数据库主键模式配置
7-
- ✨ 添加 CLI 初始化项目数据库支持
8-
- ✨ 新增 S3 存储插件
9-
- ✨ 添加 Grafana 可观测性套件
10-
:::
11-
12-
::: important Optimize
13-
- 🎨 更新 Celery 相关 Docker 容器独立性
14-
- ⚡️ 优化数据权限逻辑和使用
15-
:::

docs/.vuepress/bulletin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import { BulletinOptions } from "vuepress-theme-plume";
2+
// @ts-ignore
23
import path from 'node:path'
34

45
export const myBulletin: BulletinOptions = {
56
// layout: 'center',
67
border: true,
7-
enablePage: true,
8+
enablePage: false,
89
lifetime: 'session',
910
title: '公告',
1011
contentFile: path.join(__dirname, '_bulletin.md'),

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.12.0',
5+
text: 'v1.12.1',
66
items: [
77
{
88
text: '在线体验',

0 commit comments

Comments
 (0)