@lynn123411/dsh-a6api 1.4.0 → 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.
- package/README.md +5 -4
- package/lib/client.js +238 -159
- package/lib/client.js.map +4 -4
- package/lib/index.js +13 -5
- package/lib/index.js.map +2 -2
- package/lib/types/client/components/A6ApiSidebarCard.d.ts +2 -1
- package/lib/types/client/components/MarketPill.d.ts +6 -0
- package/package.json +1 -1
|
@@ -8,7 +8,8 @@ interface A6ApiSidebarCardProps {
|
|
|
8
8
|
getModelDirectories?: () => any;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* 侧边栏左下角「A6api」按钮 +
|
|
11
|
+
* 侧边栏左下角「A6api」按钮 + 向上弹出浮层(任何会话均可展开):顶部为账户速览胶囊行,
|
|
12
|
+
* 下方为当前会话模型对应的 MerchantCard;会话未使用 A6api 模型时卡片区域整体置灰不可交互。
|
|
12
13
|
* 与设置页共享 A6ApiStore 单例:探测/轮询/操作结果实时同步。
|
|
13
14
|
*
|
|
14
15
|
* useSessions 是 React hook,不能条件调用:由外层按「壳是否注入」分派到两个固定
|