This commit is contained in:
qsc
2026-02-12 15:37:16 +08:00
parent 547f5fec3b
commit 33f921c40d
7 changed files with 69 additions and 7 deletions
+8 -2
View File
@@ -18,9 +18,15 @@
}
},
"ytapi_token": {
"description": "应天API Token",
"description": "应天API 令牌",
"type": "string",
"default": "",
"hint": "前往https://api.t1qq.com注册并创建Token(免费)。"
"hint": "前往https://api.t1qq.com 注册并创建令牌(免费)。"
},
"nyapi_token": {
"description": "柠柚API 令牌",
"type": "string",
"default": "",
"hint": "前往https://api.nycnm.cn 注册并创建令牌(免费)。"
}
}