@lynn123411/dsh-a6api 1.5.2 → 1.5.4

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.
@@ -43,7 +43,7 @@ declare class A6ApiStore {
43
43
  subscribe(listener: Listener): () => void;
44
44
  private notify;
45
45
  getState(): StoreState;
46
- fetchState(): Promise<void>;
46
+ fetchState(force?: boolean): Promise<void>;
47
47
  saveConfig(config: Partial<A6ApiConfig>): Promise<boolean>;
48
48
  refreshBalance(): Promise<void>;
49
49
  fetchCatalog(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynn123411/dsh-a6api",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "A6API 多模型聚合站接入插件:原生 LLM 提供商注册、账户实时余额与价格波动监控、Token 白名单同步、商户线路探测与全景指标卡片",
5
5
  "license": "MIT",
6
6
  "author": "lynn123411",