We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959dac6 commit 1c3f321Copy full SHA for 1c3f321
docs/.vuepress/components/Pricing.vue
@@ -2,9 +2,9 @@
2
<div class="pricing-container">
3
<h1 class="pricing-title">选择适合您的版本</h1>
4
<p class="pricing-subtitle">
5
- 所有版本均无需商业授权<br>
+ 以下所有版本仅用于赞助支持<br>
6
<span style="color: #fd7600;">
7
- 此仓库作为模板库公开,任何个人或企业均可自由使用!
+ ✨此架构无需商业授权,任何个人或企业均可自由使用✨
8
</span>
9
</p>
10
<div class="pricing-cards">
docs/.vuepress/navbar.ts
@@ -166,7 +166,8 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
166
text: '特权',
167
items: [
168
{
169
- text: '购买特权',
+ text: 'Pricing',
170
+ icon: 'solar:tag-price-bold',
171
link: '/pricing'
172
},
173
0 commit comments