Skip to content

Commit

Permalink
chore: 文案
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 22, 2024
1 parent c75e81e commit 2596660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.312",
"version": "2.14.313",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export default {
},
subUserinfo: {
label: "Subscription-Userinfo",
placeholder: "Set subscription usage info manually",
placeholder: "Value or URL(use response content)",
},
proxy: {
label: "Proxy/Policy",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
},
subUserinfo: {
label: '订阅流量信息',
placeholder: '手动设置订阅流量信息',
placeholder: '填写值或链接(使用响应内容)',
},
proxy: {
label: '代理/策略',
Expand Down
2 changes: 1 addition & 1 deletion src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ const urlValidator = (val: string): Promise<boolean> => {
const subUserinfoTips = () => {
Dialog({
title: '手动设置订阅流量信息',
content: '格式:\n\nupload=1024; download=10240; total=102400; expire=4115721600; reset_day=14; plan_name=VIP1; app_url=http://a.com\n\n1. app_url, 订阅将有一个可点击跳转的按钮\n\n2. plan_name, hover 时将显示套餐名称\n\n3. reset_day, 流量重置剩余天数(若要设置周期性重置, 可查看订阅链接中的参数说明)\n\n⚠️ 注意: 手动设置的订阅流量信息会附加到订阅自己的流量信息之前. 若包含不合法的内容, 订阅将无法正常使用\n\n例如: http://官网.com 应编码为 http%3A%2F%2F%E5%AE%98%E7%BD%91.com',
content: '若填写链接, 则使用链接的响应内容作为值.\n\n此项值的格式为:\n\nupload=1024; download=10240; total=102400; expire=4115721600; reset_day=14; plan_name=VIP1; app_url=http://a.com\n\n1. app_url, 订阅将有一个可点击跳转的按钮\n\n2. plan_name, hover 时将显示套餐名称\n\n3. reset_day, 流量重置剩余天数(若要设置周期性重置, 可查看订阅链接中的参数说明)\n\n⚠️ 注意: 手动设置的订阅流量信息会附加到订阅自己的流量信息之前. 若包含不合法的内容, 订阅将无法正常使用\n\n例如: http://官网.com 应编码为 http%3A%2F%2F%E5%AE%98%E7%BD%91.com',
popClass: 'auto-dialog',
okText: 'OK',
noCancelBtn: true,
Expand Down

0 comments on commit 2596660

Please sign in to comment.