Skip to content

Commit d845ef2

Browse files
committed
Update Pricing page
1 parent 428a06c commit d845ef2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/.vuepress/components/Pricing.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let data = {
3434
},
3535
{
3636
title: 'AList Desktop',
37-
price: '$9.99',
37+
price: '¥39.99',
3838
features: [
3939
'All Open Source features',
4040
'Use a nice UI to manage the Alist program instead of the command line, and easily view logs',
@@ -47,8 +47,8 @@ let data = {
4747
],
4848
btns: [
4949
{
50-
text: 'Download',
51-
link: 'https://github.com/alist-org/desktop-release/releases',
50+
text: 'Buy now',
51+
link: 'https://desktop.alistgo.com/zh',
5252
}
5353
// ,{
5454
// text: 'Buy',
@@ -118,8 +118,8 @@ if (location.pathname.startsWith("/zh/")) {
118118
],
119119
btns: [
120120
{
121-
text: '下载',
122-
link: 'https://github.com/alist-org/desktop-release/releases',
121+
text: '现在购买',
122+
link: 'https://desktop.alistgo.com/zh',
123123
}
124124
// ,{
125125
// text: '购买',

0 commit comments

Comments
 (0)