@lynn123411/dsh-a6api 1.4.1 → 1.5.0

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.
@@ -8,7 +8,8 @@ interface A6ApiSidebarCardProps {
8
8
  getModelDirectories?: () => any;
9
9
  }
10
10
  /**
11
- * 侧边栏左下角「A6api」按钮 + 向上弹出当前会话 A6api 模型的 MerchantCard 浮层。
11
+ * 侧边栏左下角「A6api」按钮 + 向上弹出浮层(任何会话均可展开):顶部为账户速览胶囊行,
12
+ * 下方为当前会话模型对应的 MerchantCard;会话未使用 A6api 模型时卡片区域整体置灰不可交互。
12
13
  * 与设置页共享 A6ApiStore 单例:探测/轮询/操作结果实时同步。
13
14
  *
14
15
  * useSessions 是 React hook,不能条件调用:由外层按「壳是否注入」分派到两个固定
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ /**
3
+ * 「模型市场」胶囊(仅侧边栏浮层):与账户余额 / 价格波动胶囊同款外观,
4
+ * 点击直达 A6api 官网模型市场。
5
+ */
6
+ export declare const MarketPill: React.FC;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynn123411/dsh-a6api",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "A6API 多模型聚合站接入插件:原生 LLM 提供商注册、账户实时余额与价格波动监控、Token 白名单同步、商户线路探测与全景指标卡片",
5
5
  "license": "MIT",
6
6
  "author": "lynn123411",