Skip to content

Commit

Permalink
feat license desktop page
Browse files Browse the repository at this point in the history
Signed-off-by: jingyang <3161362058@qq.com>
  • Loading branch information
zjy365 committed Sep 22, 2023
1 parent cd9e5d1 commit ee45ce6
Show file tree
Hide file tree
Showing 60 changed files with 1,612 additions and 195 deletions.
6 changes: 5 additions & 1 deletion frontend/desktop/.env → frontend/desktop/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ SEALOS_CLOUD_DOMAIN="cloud.sealos.io"
# WECHAT_ENABLED=
# GITHUB_ENABLED=
# PASSWORD_ENABLED=
# SMS_ENABLED=
# SMS_ENABLED=

# costcenter
STRIPE_ENABLED=
STRIPE_PUB=
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/download.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions frontend/desktop/public/icons/empty.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/license.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/desktop/public/icons/pay_wechat.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/shell_coin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/stripe.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions frontend/desktop/public/icons/token.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions frontend/desktop/public/icons/wechat.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion frontend/desktop/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,14 @@
"Charge": "Charge",
"Order Number": "Order Number",
"Confirm": "Confirm",
"Login to your account": "Login to your account"
"Login to your account": "Login to your account",
"pay with stripe": "Pay With Stripe",
"pay with wechat": "Pay With Wechat",
"License Buy": "License Buy",
"Purchase History": "Purchase History",
"Purchase License": "Purchase License",
"Remaining Time": "Remaining Time: ",
"Please read and agree to the agreement": "Please read and agree to the agreement",
"Purchase Link Error": "Purchase Link Error",
"You have not purchased the License": "You have not purchased the License"
}
43 changes: 0 additions & 43 deletions frontend/desktop/public/locales/zh-Hans/common.json

This file was deleted.

11 changes: 10 additions & 1 deletion frontend/desktop/public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,14 @@
"Charge": "充值",
"Order Number": "订单号",
"Confirm": "确认",
"Login to your account": "登录您的帐户"
"Login to your account": "登录您的帐户",
"pay with wechat": "微信支付",
"pay with stripe": "Stripe 支付",
"License Buy": "License 购买",
"Purchase History": "购买记录",
"Purchase License": "购买 License",
"Remaining Time": "剩余激活时间: ",
"Please read and agree to the agreement": "请阅读并同意协议",
"Purchase Link Error": "购买链接错误",
"You have not purchased the License": "您还没有购买 License"
}

0 comments on commit ee45ce6

Please sign in to comment.