botmux 2.61.0 → 2.63.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.en.md +1 -1
- package/README.md +1 -1
- package/dist/bot-registry.d.ts +15 -0
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/bot-registry.js +14 -0
- package/dist/bot-registry.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +28 -31
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts +12 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +12 -0
- package/dist/config.js.map +1 -1
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +14 -8
- package/dist/core/command-handler.js.map +1 -1
- package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
- package/dist/core/dashboard-ipc-server.js +2 -1
- package/dist/core/dashboard-ipc-server.js.map +1 -1
- package/dist/core/dashboard-rows.d.ts +13 -1
- package/dist/core/dashboard-rows.d.ts.map +1 -1
- package/dist/core/dashboard-rows.js +10 -4
- package/dist/core/dashboard-rows.js.map +1 -1
- package/dist/core/session-activity.d.ts +16 -0
- package/dist/core/session-activity.d.ts.map +1 -1
- package/dist/core/session-activity.js +35 -0
- package/dist/core/session-activity.js.map +1 -1
- package/dist/core/trigger-session.d.ts.map +1 -1
- package/dist/core/trigger-session.js +9 -10
- package/dist/core/trigger-session.js.map +1 -1
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +6 -0
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +10 -2
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/auth.d.ts +6 -0
- package/dist/dashboard/auth.d.ts.map +1 -1
- package/dist/dashboard/auth.js +33 -12
- package/dist/dashboard/auth.js.map +1 -1
- package/dist/dashboard/bot-onboarding.d.ts.map +1 -1
- package/dist/dashboard/bot-onboarding.js +10 -13
- package/dist/dashboard/bot-onboarding.js.map +1 -1
- package/dist/dashboard/connector-api.d.ts.map +1 -1
- package/dist/dashboard/connector-api.js +22 -17
- package/dist/dashboard/connector-api.js.map +1 -1
- package/dist/dashboard/public-redact.d.ts +16 -0
- package/dist/dashboard/public-redact.d.ts.map +1 -0
- package/dist/dashboard/public-redact.js +62 -0
- package/dist/dashboard/public-redact.js.map +1 -0
- package/dist/dashboard/web/app.d.ts +1 -0
- package/dist/dashboard/web/app.d.ts.map +1 -1
- package/dist/dashboard/web/app.js +171 -25
- package/dist/dashboard/web/app.js.map +1 -1
- package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults.js +136 -64
- package/dist/dashboard/web/bot-defaults.js.map +1 -1
- package/dist/dashboard/web/connectors.d.ts.map +1 -1
- package/dist/dashboard/web/connectors.js +120 -25
- package/dist/dashboard/web/connectors.js.map +1 -1
- package/dist/dashboard/web/cyber-fx.d.ts +6 -0
- package/dist/dashboard/web/cyber-fx.d.ts.map +1 -0
- package/dist/dashboard/web/cyber-fx.js +289 -0
- package/dist/dashboard/web/cyber-fx.js.map +1 -0
- package/dist/dashboard/web/groups.d.ts.map +1 -1
- package/dist/dashboard/web/groups.js +6 -1
- package/dist/dashboard/web/groups.js.map +1 -1
- package/dist/dashboard/web/i18n.d.ts.map +1 -1
- package/dist/dashboard/web/i18n.js +146 -8
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/overview.d.ts.map +1 -1
- package/dist/dashboard/web/overview.js +206 -48
- package/dist/dashboard/web/overview.js.map +1 -1
- package/dist/dashboard/web/preferences.d.ts +16 -0
- package/dist/dashboard/web/preferences.d.ts.map +1 -1
- package/dist/dashboard/web/preferences.js +72 -1
- package/dist/dashboard/web/preferences.js.map +1 -1
- package/dist/dashboard/web/roles.js +3 -3
- package/dist/dashboard/web/roles.js.map +1 -1
- package/dist/dashboard/web/sessions.d.ts.map +1 -1
- package/dist/dashboard/web/sessions.js +404 -64
- package/dist/dashboard/web/sessions.js.map +1 -1
- package/dist/dashboard/web/settings.d.ts +2 -0
- package/dist/dashboard/web/settings.d.ts.map +1 -0
- package/dist/dashboard/web/settings.js +135 -0
- package/dist/dashboard/web/settings.js.map +1 -0
- package/dist/dashboard/web/skin-intro.d.ts +4 -0
- package/dist/dashboard/web/skin-intro.d.ts.map +1 -0
- package/dist/dashboard/web/skin-intro.js +49 -0
- package/dist/dashboard/web/skin-intro.js.map +1 -0
- package/dist/dashboard/web/team-federation.js +4 -4
- package/dist/dashboard/web/team-federation.js.map +1 -1
- package/dist/dashboard/web/theme-menu.d.ts +3 -0
- package/dist/dashboard/web/theme-menu.d.ts.map +1 -0
- package/dist/dashboard/web/theme-menu.js +97 -0
- package/dist/dashboard/web/theme-menu.js.map +1 -0
- package/dist/dashboard/web/ui.d.ts +16 -2
- package/dist/dashboard/web/ui.d.ts.map +1 -1
- package/dist/dashboard/web/ui.js +137 -7
- package/dist/dashboard/web/ui.js.map +1 -1
- package/dist/dashboard/webhook-routes.d.ts +1 -5
- package/dist/dashboard/webhook-routes.d.ts.map +1 -1
- package/dist/dashboard/webhook-routes.js +127 -76
- package/dist/dashboard/webhook-routes.js.map +1 -1
- package/dist/dashboard-web/app.js +704 -512
- package/dist/dashboard-web/index.html +19 -14
- package/dist/dashboard-web/skins/bluearchive-hero.webp +0 -0
- package/dist/dashboard-web/skins/dragonball-goku.webp +0 -0
- package/dist/dashboard-web/skins/dragonball-wukong.webp +0 -0
- package/dist/dashboard-web/skins/fallout-vaultboy.webp +0 -0
- package/dist/dashboard-web/skins/genshin-breeze.webp +0 -0
- package/dist/dashboard-web/skins/ikun-hero.webp +0 -0
- package/dist/dashboard-web/skins/prts-priestess.webp +0 -0
- package/dist/dashboard-web/skins/zzz-hero.webp +0 -0
- package/dist/dashboard-web/skins/zzz-pattern.svg +25 -0
- package/dist/dashboard-web/style.css +2870 -16
- package/dist/dashboard.js +91 -31
- package/dist/dashboard.js.map +1 -1
- package/dist/global-config.d.ts +15 -0
- package/dist/global-config.d.ts.map +1 -1
- package/dist/global-config.js +51 -2
- package/dist/global-config.js.map +1 -1
- package/dist/im/lark/card-builder.d.ts.map +1 -1
- package/dist/im/lark/card-builder.js +17 -3
- package/dist/im/lark/card-builder.js.map +1 -1
- package/dist/im/lark/card-handler.d.ts.map +1 -1
- package/dist/im/lark/card-handler.js +5 -0
- package/dist/im/lark/card-handler.js.map +1 -1
- package/dist/im/lark/client.d.ts.map +1 -1
- package/dist/im/lark/client.js +7 -5
- package/dist/im/lark/client.js.map +1 -1
- package/dist/im/lark/event-dispatcher.d.ts +2 -1
- package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
- package/dist/im/lark/event-dispatcher.js +15 -9
- package/dist/im/lark/event-dispatcher.js.map +1 -1
- package/dist/im/lark/lark-hosts.d.ts +44 -0
- package/dist/im/lark/lark-hosts.d.ts.map +1 -0
- package/dist/im/lark/lark-hosts.js +49 -0
- package/dist/im/lark/lark-hosts.js.map +1 -0
- package/dist/services/connector-store.d.ts +2 -3
- package/dist/services/connector-store.d.ts.map +1 -1
- package/dist/services/connector-store.js.map +1 -1
- package/dist/services/trigger-types.d.ts +1 -0
- package/dist/services/trigger-types.d.ts.map +1 -1
- package/dist/services/trigger-types.js.map +1 -1
- package/dist/services/webhook-lifecycle-extractors.d.ts +4 -13
- package/dist/services/webhook-lifecycle-extractors.d.ts.map +1 -1
- package/dist/services/webhook-lifecycle-extractors.js +8 -23
- package/dist/services/webhook-lifecycle-extractors.js.map +1 -1
- package/dist/setup/verify-permissions.d.ts +2 -1
- package/dist/setup/verify-permissions.d.ts.map +1 -1
- package/dist/setup/verify-permissions.js +5 -8
- package/dist/setup/verify-permissions.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/lark-upload.d.ts +2 -1
- package/dist/utils/lark-upload.d.ts.map +1 -1
- package/dist/utils/lark-upload.js +11 -7
- package/dist/utils/lark-upload.js.map +1 -1
- package/dist/utils/screen-analyzer.d.ts +8 -0
- package/dist/utils/screen-analyzer.d.ts.map +1 -1
- package/dist/utils/screen-analyzer.js +32 -11
- package/dist/utils/screen-analyzer.js.map +1 -1
- package/dist/utils/user-token.d.ts +12 -4
- package/dist/utils/user-token.d.ts.map +1 -1
- package/dist/utils/user-token.js +64 -25
- package/dist/utils/user-token.js.map +1 -1
- package/dist/worker.js +4 -1
- package/dist/worker.js.map +1 -1
- package/dist/workflows/trigger-from-envelope.d.ts.map +1 -1
- package/dist/workflows/trigger-from-envelope.js +1 -0
- package/dist/workflows/trigger-from-envelope.js.map +1 -1
- package/package.json +2 -2
|
@@ -7,25 +7,28 @@
|
|
|
7
7
|
<link rel="stylesheet" href="/assets/style.css">
|
|
8
8
|
</head>
|
|
9
9
|
<body>
|
|
10
|
+
<!-- 深空极光底(纯装饰,dark 主题可见) -->
|
|
11
|
+
<div class="aurora" aria-hidden="true"><i class="a1"></i><i class="a2"></i><i class="a3"></i></div>
|
|
10
12
|
<div class="app-shell">
|
|
11
13
|
<aside class="sidebar">
|
|
12
14
|
<a class="brand" href="#/">
|
|
13
|
-
<span class="brand-mark"
|
|
15
|
+
<span class="brand-mark" aria-hidden="true"></span>
|
|
14
16
|
<span>
|
|
15
17
|
<strong data-i18n="app.name">botmux</strong>
|
|
16
18
|
<small data-i18n="app.subtitle">飞书 AI CLI 控制台</small>
|
|
17
19
|
</span>
|
|
18
20
|
</a>
|
|
19
21
|
<nav class="sidebar-nav" aria-label="Dashboard">
|
|
20
|
-
<a href="#/" data-route="overview" data-i18n="nav.overview">总览</a>
|
|
21
|
-
<a href="#/sessions" data-route="sessions" data-i18n="nav.sessions">会话</a>
|
|
22
|
-
<a href="#/workflows" data-route="workflows" data-i18n="nav.workflows">工作流(beta)</a>
|
|
23
|
-
<a href="#/groups" data-route="groups" data-i18n="nav.groups">群组</a>
|
|
24
|
-
<a href="#/schedules" data-route="schedules" data-i18n="nav.schedules">定时</a>
|
|
25
|
-
<a href="#/roles" data-route="roles" data-i18n="nav.roles">角色</a>
|
|
26
|
-
<a href="#/bot-defaults" data-route="bot-defaults" data-i18n="nav.botDefaults">Bot 配置</a>
|
|
27
|
-
<a href="#/team" data-route="team">团队</a>
|
|
28
|
-
<a href="#/connectors" data-route="connectors">接入点(beta)</a>
|
|
22
|
+
<a href="#/" data-route="overview"><svg viewBox="0 0 16 16" aria-hidden="true"><rect x="1.5" y="1.5" width="5.4" height="5.4" rx="1.5"/><rect x="9.1" y="1.5" width="5.4" height="5.4" rx="1.5"/><rect x="1.5" y="9.1" width="5.4" height="5.4" rx="1.5"/><rect x="9.1" y="9.1" width="5.4" height="5.4" rx="1.5"/></svg><span data-i18n="nav.overview">总览</span></a>
|
|
23
|
+
<a href="#/sessions" data-route="sessions"><svg viewBox="0 0 16 16" aria-hidden="true"><path d="M2 3.5h12v7H6l-3 3v-3H2z"/></svg><span data-i18n="nav.sessions">会话</span></a>
|
|
24
|
+
<a href="#/workflows" data-route="workflows"><svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="3.4" cy="8" r="1.9"/><circle cx="12.6" cy="3.6" r="1.9"/><circle cx="12.6" cy="12.4" r="1.9"/><path d="M5.2 7.2l5.6-2.8M5.2 8.8l5.6 2.8"/></svg><span data-i18n="nav.workflows">工作流(beta)</span></a>
|
|
25
|
+
<a href="#/groups" data-route="groups"><svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="5.6" cy="5.8" r="2.4"/><circle cx="11" cy="6.8" r="1.9"/><path d="M1.8 13.2c.5-2.4 2-3.6 3.8-3.6s3.3 1.2 3.8 3.6M9.8 12.6c.4-1.7 1.5-2.6 2.8-2.6 1 0 1.9.5 2.4 1.6"/></svg><span data-i18n="nav.groups">群组</span></a>
|
|
26
|
+
<a href="#/schedules" data-route="schedules"><svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="8" cy="8" r="6.2"/><path d="M8 4.5V8l2.4 1.6"/></svg><span data-i18n="nav.schedules">定时</span></a>
|
|
27
|
+
<a href="#/roles" data-route="roles"><svg viewBox="0 0 16 16" aria-hidden="true"><path d="M8 1.8l5.2 2v3.4c0 3.4-2.2 5.9-5.2 7-3-1.1-5.2-3.6-5.2-7V3.8z"/><path d="M5.8 8l1.6 1.6 2.8-3"/></svg><span data-i18n="nav.roles">角色</span></a>
|
|
28
|
+
<a href="#/bot-defaults" data-route="bot-defaults"><svg viewBox="0 0 16 16" aria-hidden="true"><rect x="2.5" y="5" width="11" height="8" rx="2"/><circle cx="5.8" cy="9" r="1"/><circle cx="10.2" cy="9" r="1"/><path d="M8 5V2.5M5.5 13v1.2M10.5 13v1.2"/></svg><span data-i18n="nav.botDefaults">Bot 配置</span></a>
|
|
29
|
+
<a href="#/team" data-route="team"><svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="8" cy="8" r="6.2"/><path d="M1.8 8h12.4M8 1.8c-2 1.8-2 10.6 0 12.4 2-1.8 2-10.6 0-12.4z"/></svg><span>团队</span></a>
|
|
30
|
+
<a href="#/connectors" data-route="connectors"><svg viewBox="0 0 16 16" aria-hidden="true"><path d="M5.5 6.5v-3a2.5 2.5 0 0 1 5 0v3"/><rect x="3.5" y="6.5" width="9" height="7" rx="2"/></svg><span>接入点(beta)</span></a>
|
|
31
|
+
<a href="#/settings" data-route="settings"><svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="8" cy="8" r="2.2"/><path d="M8 1.8v2M8 12.2v2M3.6 3.6L5 5M11 11l1.4 1.4M1.8 8h2M12.2 8h2M3.6 12.4L5 11M11 5l1.4-1.4"/></svg><span data-i18n="nav.settings">设置</span></a>
|
|
29
32
|
</nav>
|
|
30
33
|
<div class="sidebar-foot">
|
|
31
34
|
<span id="status" class="connection-status"></span>
|
|
@@ -43,13 +46,15 @@
|
|
|
43
46
|
<button type="button" data-locale="zh">中</button>
|
|
44
47
|
<button type="button" data-locale="en">EN</button>
|
|
45
48
|
</div>
|
|
46
|
-
<div class="
|
|
47
|
-
<button type="button"
|
|
48
|
-
|
|
49
|
-
<
|
|
49
|
+
<div class="theme-menu" id="theme-menu">
|
|
50
|
+
<button type="button" class="theme-menu-btn" id="theme-menu-btn"
|
|
51
|
+
aria-haspopup="listbox" aria-expanded="false" aria-label="Theme"></button>
|
|
52
|
+
<div class="theme-menu-pop" id="theme-menu-pop" role="listbox" hidden></div>
|
|
50
53
|
</div>
|
|
51
54
|
</div>
|
|
52
55
|
</header>
|
|
56
|
+
<!-- 全局 attention strip:待处理事项在任何页面都一眼可见 -->
|
|
57
|
+
<div id="attention-strip" class="attention-strip" hidden></div>
|
|
53
58
|
<main id="root"></main>
|
|
54
59
|
</div>
|
|
55
60
|
</div>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 173.2 300" width="173.2" height="300" preserveAspectRatio="none">
|
|
2
|
+
<!--
|
|
3
|
+
ZZZ heatmap-pattern: pointy-top hex grid, side=100, fundamental tile = (s√3, 3s).
|
|
4
|
+
Tile size 173.2×300 is a perfect lattice repeat unit — CSS background-image: repeat
|
|
5
|
+
will line up with no seams. Drawn hexes at (0,0), (86.6,150) and the 4 corner copies
|
|
6
|
+
so partials wrap correctly across the tile boundary.
|
|
7
|
+
-->
|
|
8
|
+
<rect width="173.2" height="300" fill="#0d0e1f"/>
|
|
9
|
+
<g fill="none" stroke="#c5f541" stroke-width="2" opacity="0.16" stroke-linejoin="round">
|
|
10
|
+
<polygon points="86.6,50 173.2,100 173.2,200 86.6,250 0,200 0,100"/>
|
|
11
|
+
<polygon points="0,-100 86.6,-50 86.6,50 0,100 -86.6,50 -86.6,-50"/>
|
|
12
|
+
<polygon points="173.2,-100 259.8,-50 259.8,50 173.2,100 86.6,50 86.6,-50"/>
|
|
13
|
+
<polygon points="0,200 86.6,250 86.6,350 0,400 -86.6,350 -86.6,250"/>
|
|
14
|
+
<polygon points="173.2,200 259.8,250 259.8,350 173.2,400 86.6,350 86.6,250"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g fill="#ffd93d" opacity="0.4">
|
|
17
|
+
<circle cx="0" cy="100" r="2.4"/>
|
|
18
|
+
<circle cx="173.2" cy="100" r="2.4"/>
|
|
19
|
+
<circle cx="86.6" cy="250" r="2.4"/>
|
|
20
|
+
<circle cx="0" cy="-100" r="2.4"/>
|
|
21
|
+
<circle cx="173.2" cy="-100" r="2.4"/>
|
|
22
|
+
<circle cx="0" cy="400" r="2.4"/>
|
|
23
|
+
<circle cx="173.2" cy="400" r="2.4"/>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|