@lynn123411/dsh-a6api 1.5.3 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,7 +186,9 @@ export interface ModelCardData {
186
186
  pinnedChannelId?: number;
187
187
  pinnedSupplierName?: string;
188
188
  pinnedFallback?: boolean;
189
- /** 该模型对应的固定记录是否属于当前 API Key 令牌(false 时仅作参考展示) */
189
+ /** 该模型对应的固定记录归属(相对当前 API Key 令牌):
190
+ * true = 属于当前令牌;false = 属于其他令牌(仅供参考,不可在此取消);
191
+ * undefined = 当前令牌未能解析(归属未知,仅供参考但不禁用操作) */
190
192
  pinTokenMatched?: boolean;
191
193
  }
192
194
  export interface BalanceInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynn123411/dsh-a6api",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "A6API 多模型聚合站接入插件:原生 LLM 提供商注册、账户实时余额与价格波动监控、Token 白名单同步、商户线路探测与全景指标卡片",
5
5
  "license": "MIT",
6
6
  "author": "lynn123411",