Skip to content

Commit 1c3f321

Browse files
committed
update docs
1 parent 959dac6 commit 1c3f321

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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/navbar.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
166166
text: '特权',
167167
items: [
168168
{
169-
text: '购买特权',
169+
text: 'Pricing',
170+
icon: 'solar:tag-price-bold',
170171
link: '/pricing'
171172
},
172173
{

0 commit comments

Comments
 (0)