From fd0f4cc36a3fb652a13ec6bea7e490527c7b9b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E6=80=9D=28=E2=B8=9D=E2=B8=9D=E2=80=A2=E2=80=A7?= =?UTF-8?q?=CC=AB=E2=80=A2=E2=B8=9D=E2=B8=9D=29?= <57740735+fmz200@users.noreply.github.com> Date: Sun, 10 Aug 2025 00:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20fmz200=5Fboxjs.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boxjs/fmz200_boxjs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/boxjs/fmz200_boxjs.json b/boxjs/fmz200_boxjs.json index 0dc6f9a0..39672bc3 100644 --- a/boxjs/fmz200_boxjs.json +++ b/boxjs/fmz200_boxjs.json @@ -450,28 +450,28 @@ "settings": [ { "id": "fmz200_TF_notify", - "name": "获取令牌成功通知,默认开启", + "name": "获取令牌成功通知", "val": true, "type": "boolean", "desc": "" - },{ + }, + { "id": "fmz200_TF_APP_ID", - "name": "", + "name": "要加入的TF App", "val": "", "type": "textarea", "placeholder": "示例:VCIvwk2g,1SyedSId", - "autoGrow": true, "rows": 1, "desc": "以英文逗号分隔多个key" }, { "id": "fmz200_TF_header", - "name": "", + "name": "TF账号令牌", "val": "", "type": "textarea", "autoGrow": true, "rows": 4, - "desc": "" + "desc": "json格式存储,理论支持多账号" } ], "author": "@fmz200",