From 37016cc4992222f7c071f8388c232d51039aae5d Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Mon, 12 Jan 2026 02:13:29 +0800 Subject: [PATCH] feat(deeplink): add usage query fields to deeplink generator Add form fields for usage query configuration in deeplink HTML generator: - usageEnabled, usageBaseUrl, usageApiKey - usageScript, usageAutoInterval - usageAccessToken, usageUserId --- deplink.html | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 181 insertions(+), 1 deletion(-) diff --git a/deplink.html b/deplink.html index eab057c34..29e995bfa 100644 --- a/deplink.html +++ b/deplink.html @@ -1820,6 +1820,79 @@ + +
+

+ 📊 用量查询配置(v3.9+,可选) +

+

+ 配置用量查询脚本,可自动查询 API 余额 +

+ +
+ + +
+ +
+ + + + 用量查询接口的基础地址,必须与脚本中的请求 URL 同源 + +
+ +
+ + +
+ +
+ + + + 支持模板变量:{{baseUrl}}、{{apiKey}}、{{accessToken}}、{{userId}} + +
+ +
+ + + + 0 表示禁用自动查询 + +
+ +
+ + +
+ +
+ + +
+
+