Skip to content

Commit

Permalink
doc: 手动设置订阅流量信息文案
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Nov 17, 2024
1 parent 82eaba8 commit bf65ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.296",
"version": "2.14.297",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ const urlValidator = (val: string): Promise<boolean> => {
const subUserinfoTips = () => {
Dialog({
title: '手动设置订阅流量信息',
content: '格式:\n\nupload=1024; download=10240; total=102400; expire=4115721600; app_url=http://官网.com\n\n若设置 app_url, 订阅将有一个可点击跳转的按钮',
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',
popClass: 'auto-dialog',
okText: 'OK',
noCancelBtn: true,
Expand Down

0 comments on commit bf65ec6

Please sign in to comment.