Skip to content

Commit 887dffe

Browse files
committed
update docs
1 parent 5df91ba commit 887dffe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/.vuepress/components/Pricing.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="pricing-container">
33
<h1 class="pricing-title">选择适合您的版本</h1>
44
<p class="pricing-subtitle">
5-
此仓库作为模板库公开,任何个人或企业均可自由使用!<br>
5+
授权版本均无商业性质<br>
66
<span style="color: #fd7600;">
7-
专业版是社区共建计划的一部分,您的支持将加速功能升级,推动全社区技术架构演进
7+
此仓库作为模板库公开,任何个人或企业均可自由使用!
88
</span>
99
</p>
1010
<div class="pricing-cards">

docs/.vuepress/sidebar.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ export const mySidebar: ThemeSidebarMulti = {
3434
{ text: 'CRUD', link: 'CRUD' },
3535
{ text: '接口响应', link: 'response' },
3636
{ text: '分页', link: 'pagination' },
37-
{ text: '自定义异常', link: '/planet', icon: 'fluent-color:receipt-16' },
37+
{ text: '自定义异常', link: '/planet' },
3838
{ text: '节流', link: 'limit' },
3939
{ text: '切换数据库', link: 'db' },
4040
{ text: 'JWT', link: 'jwt' },
4141
{ text: 'RBAC', link: 'RBAC' },
4242
{ text: 'OAuth 2.0', link: 'oauth2' },
43-
{ text: '数据权限', link: '/planet', icon: 'fluent-color:video-16' },
43+
{ text: '数据权限', link: '/planet' },
4444
{ text: '代码生成', link: 'code-generation' },
4545
{ text: '跨域', link: 'CORS' },
4646
{ text: '事务', link: 'transaction' },
47-
{ text: 'Celery', link: '/planet', icon: 'fluent-color:video-16' },
47+
{ text: 'Celery', link: '/planet' },
4848
{ text: 'APScheduler', link: 'apscheduler' },
49-
// {text: '日志分析', link: '/planet', icon: 'fluent-color:receipt-16'},
50-
{ text: 'SocketIo', link: '/planet', icon: 'fluent-color:receipt-16' },
49+
// {text: '日志分析', link: '/planet'},
50+
{ text: 'SocketIo', link: '/planet' },
5151
{ text: 'SSO', link: 'sso' },
5252
]
5353
},

docs/planet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aside: false
55

66
<div align="center">
77

8-
[星球内容](https://t.zsxq.com/PDk8b) 为非公开内容,扫码加入知识星球,即可获取独家内容
8+
<p style="color: #fd7600;">您正在浏览非公开内容,扫码加入知识星球,即可获取独家内容</p>
99

1010
加入 Discord 社区,即可 [领取免费体验资格](https://discord.gg/Sdg6dT5kjz)
1111

0 commit comments

Comments
 (0)