@auto-ai/agent 2.1.175 → 2.1.177
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/dist/safe-a/404/index.html +1 -1
- package/dist/safe-a/404.html +1 -1
- package/dist/safe-a/index.html +2 -2
- package/dist/safe-a/index.txt +1 -1
- package/dist/safe-a/manage/about/index.html +2 -2
- package/dist/safe-a/manage/about/index.txt +1 -1
- package/dist/safe-a/manage/env/index.html +2 -2
- package/dist/safe-a/manage/env/index.txt +1 -1
- package/dist/safe-a/manage/general/index.html +2 -2
- package/dist/safe-a/manage/general/index.txt +1 -1
- package/dist/safe-a/manage/index.html +2 -2
- package/dist/safe-a/manage/index.txt +1 -1
- package/dist/safe-a/manage/mcp/index.html +2 -2
- package/dist/safe-a/manage/mcp/index.txt +1 -1
- package/dist/safe-a/manage/permissions/index.html +2 -2
- package/dist/safe-a/manage/permissions/index.txt +1 -1
- package/dist/safe-a/manage/skills/index.html +2 -2
- package/dist/safe-a/manage/skills/index.txt +1 -1
- package/dist/safe-a/manage/task/index.html +2 -2
- package/dist/safe-a/manage/task/index.txt +1 -1
- package/dist/safe-a/manage/teams/index.html +2 -2
- package/dist/safe-a/manage/teams/index.txt +1 -1
- package/dist/safe-a/manage/tools/index.html +2 -2
- package/dist/safe-a/manage/tools/index.txt +1 -1
- package/dist/ws-test/ws-test.css +337 -84
- package/dist/ws-test/ws-test.html +124 -180
- package/dist/ws-test/ws-test.js +770 -1119
- package/package.json +6 -6
- /package/dist/safe-a/_next/static/{u2RBPyRRGWwqO4bEEh88j → FLwrlrqnZ2-ZTbuZi3z9O}/_buildManifest.js +0 -0
- /package/dist/safe-a/_next/static/{u2RBPyRRGWwqO4bEEh88j → FLwrlrqnZ2-ZTbuZi3z9O}/_clientMiddlewareManifest.json +0 -0
- /package/dist/safe-a/_next/static/{u2RBPyRRGWwqO4bEEh88j → FLwrlrqnZ2-ZTbuZi3z9O}/_ssgManifest.js +0 -0
|
@@ -18,20 +18,15 @@
|
|
|
18
18
|
<div class="sidebar-top">
|
|
19
19
|
<div class="sidebar-brand">
|
|
20
20
|
<div class="sidebar-brand-title-row">
|
|
21
|
-
<div class="agent-
|
|
21
|
+
<div class="sidebar-brand-agent-wrap" id="agentSwitchWrap">
|
|
22
22
|
<button
|
|
23
23
|
type="button"
|
|
24
24
|
class="sidebar-agent-brand"
|
|
25
25
|
id="brandAgentSwitchBtn"
|
|
26
|
-
title="
|
|
27
|
-
aria-label="
|
|
28
|
-
aria-haspopup="listbox"
|
|
29
|
-
aria-expanded="false"
|
|
26
|
+
title="返回首页"
|
|
27
|
+
aria-label="返回首页"
|
|
30
28
|
>
|
|
31
29
|
<span class="sidebar-agent-name" id="brandAgentName">Agent</span>
|
|
32
|
-
<svg class="sidebar-agent-chevron" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
|
33
|
-
<path d="m6 9 6 6 6-6"/>
|
|
34
|
-
</svg>
|
|
35
30
|
</button>
|
|
36
31
|
</div>
|
|
37
32
|
</div>
|
|
@@ -56,14 +51,6 @@
|
|
|
56
51
|
</div>
|
|
57
52
|
|
|
58
53
|
<nav class="sidebar-nav" aria-label="管理导航">
|
|
59
|
-
<button type="button" class="sidebar-nav-row" id="btnManageAgents" title="返回办公室" aria-label="返回办公室">
|
|
60
|
-
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
|
61
|
-
<rect x="4" y="4" width="16" height="16" rx="4"/>
|
|
62
|
-
<circle cx="12" cy="10" r="2.6"/>
|
|
63
|
-
<path d="M7.5 17.5c.8-2.2 2.4-3.5 4.5-3.5s3.7 1.3 4.5 3.5"/>
|
|
64
|
-
</svg>
|
|
65
|
-
<span>办公室</span>
|
|
66
|
-
</button>
|
|
67
54
|
<button type="button" class="sidebar-nav-row is-active" data-add="tools" title="工具" aria-label="工具">
|
|
68
55
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
|
69
56
|
<path d="M14.7 6.3a4.5 4.5 0 0 0-5.9 5.9L3.9 17a1.9 1.9 0 1 0 2.7 2.7l4.8-4.9a4.5 4.5 0 0 0 5.9-5.9l-2.7 2.7-2.4-.3-.3-2.4 2.8-2.6z"/>
|
|
@@ -161,6 +148,127 @@
|
|
|
161
148
|
</section>
|
|
162
149
|
</div>
|
|
163
150
|
</div>
|
|
151
|
+
<div id="pickerManageView" class="picker-manage-view" hidden>
|
|
152
|
+
<div class="picker-manage-layout">
|
|
153
|
+
<aside id="pickerNavPanel" class="picker-nav-panel" aria-label="分类导航">
|
|
154
|
+
<div class="picker-nav-title">分类</div>
|
|
155
|
+
<nav id="pickerNavList" class="picker-nav-list" role="tablist"></nav>
|
|
156
|
+
</aside>
|
|
157
|
+
<section class="picker-content-panel">
|
|
158
|
+
<div class="manage-view-head picker-manage-head">
|
|
159
|
+
<input type="search" id="pickerSearch" class="picker-search" placeholder="筛选…" />
|
|
160
|
+
<div class="manage-head-actions">
|
|
161
|
+
<button type="button" class="btn-manage-head-action" id="btnPickerMcpJson" hidden>编辑 JSON</button>
|
|
162
|
+
<button type="button" class="btn-manage-head-action" id="btnPickerImport" hidden>导入</button>
|
|
163
|
+
<button type="button" class="btn-manage-head-action" id="btnPickerCancel">取消</button>
|
|
164
|
+
<button type="button" class="btn-primary" id="btnPickerSave">保存</button>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
<div id="pickerContentBody" class="manage-content-body picker-content-body">
|
|
168
|
+
<table class="manage-entries-table picker-entries-table" id="pickerEntriesTable">
|
|
169
|
+
<thead>
|
|
170
|
+
<tr id="pickerTableHeadRow"></tr>
|
|
171
|
+
</thead>
|
|
172
|
+
<tbody id="pickerEntriesBody"></tbody>
|
|
173
|
+
</table>
|
|
174
|
+
<div id="pickerCloudPanel" class="picker-cloud-panel" hidden></div>
|
|
175
|
+
<div id="pickerContentState" class="picker-panel-state" hidden></div>
|
|
176
|
+
</div>
|
|
177
|
+
<input type="file" id="pickerImportInput" accept=".zip,application/zip" hidden />
|
|
178
|
+
</section>
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
<div id="scheduleManageView" class="schedule-manage-view" hidden>
|
|
182
|
+
<div class="schedule-manage-layout">
|
|
183
|
+
<section class="schedule-content-panel">
|
|
184
|
+
<div class="manage-view-head">
|
|
185
|
+
<p id="scheduleManageMeta" class="manage-view-meta"></p>
|
|
186
|
+
<div class="manage-head-actions">
|
|
187
|
+
<button type="button" class="btn-manage-head-action" id="btnScheduleRefresh">刷新</button>
|
|
188
|
+
<button type="button" class="btn-manage-head-action" id="btnScheduleCreateToggle">新建任务</button>
|
|
189
|
+
</div>
|
|
190
|
+
</div>
|
|
191
|
+
<div class="manage-content-body">
|
|
192
|
+
<div id="scheduleTasksWrap" class="schedule-tasks-wrap">
|
|
193
|
+
<div id="scheduleCreateForm" class="schedule-create-form" hidden>
|
|
194
|
+
<div class="schedule-create-row">
|
|
195
|
+
<label for="scheduleTaskNameInput">任务名称</label>
|
|
196
|
+
<input id="scheduleTaskNameInput" type="text" maxlength="120" placeholder="例如:每日巡检" spellcheck="false" />
|
|
197
|
+
</div>
|
|
198
|
+
<div class="schedule-create-row">
|
|
199
|
+
<label for="schedulePromptInput">Prompt</label>
|
|
200
|
+
<textarea id="schedulePromptInput" placeholder="到期后发送给 agent 的提示词"></textarea>
|
|
201
|
+
</div>
|
|
202
|
+
<div class="schedule-create-row">
|
|
203
|
+
<label>触发方式</label>
|
|
204
|
+
<div class="schedule-create-trigger-modes">
|
|
205
|
+
<label><input type="radio" name="scheduleTriggerMode" value="delay" checked /> 相对分钟</label>
|
|
206
|
+
<label><input type="radio" name="scheduleTriggerMode" value="cron" /> Cron</label>
|
|
207
|
+
<label><input type="checkbox" id="scheduleRecurringInput" /> 循环</label>
|
|
208
|
+
</div>
|
|
209
|
+
</div>
|
|
210
|
+
<div class="schedule-create-row" id="scheduleDelayRow">
|
|
211
|
+
<label for="scheduleDelayMinutesInput">delayMinutes(1~10080)</label>
|
|
212
|
+
<input id="scheduleDelayMinutesInput" type="number" min="1" max="10080" value="5" />
|
|
213
|
+
</div>
|
|
214
|
+
<div class="schedule-create-row" id="scheduleCronRow" hidden>
|
|
215
|
+
<label for="scheduleCronInput">Cron(5 段,本地时区)</label>
|
|
216
|
+
<input id="scheduleCronInput" type="text" placeholder="30 9 * * *" />
|
|
217
|
+
</div>
|
|
218
|
+
<div class="schedule-create-actions">
|
|
219
|
+
<button type="button" class="btn-manage-head-action" id="btnScheduleCreateCancel">取消</button>
|
|
220
|
+
<button type="button" class="btn-primary" id="btnScheduleCreateSubmit">创建</button>
|
|
221
|
+
</div>
|
|
222
|
+
</div>
|
|
223
|
+
<table class="manage-entries-table" id="scheduleEntriesTable">
|
|
224
|
+
<thead>
|
|
225
|
+
<tr>
|
|
226
|
+
<th>ID</th>
|
|
227
|
+
<th>任务名称</th>
|
|
228
|
+
<th>Cron</th>
|
|
229
|
+
<th>下次执行</th>
|
|
230
|
+
<th>Prompt</th>
|
|
231
|
+
<th>类型</th>
|
|
232
|
+
<th>状态</th>
|
|
233
|
+
<th class="col-actions">操作</th>
|
|
234
|
+
</tr>
|
|
235
|
+
</thead>
|
|
236
|
+
<tbody id="scheduleTaskTableBody"></tbody>
|
|
237
|
+
</table>
|
|
238
|
+
<div id="scheduleManageEmpty" class="manage-panel-state" hidden>暂无定时任务</div>
|
|
239
|
+
</div>
|
|
240
|
+
<div id="scheduleRunsWrap" class="schedule-runs-wrap" hidden>
|
|
241
|
+
<div class="manage-view-head schedule-runs-head">
|
|
242
|
+
<div class="schedule-runs-head-left">
|
|
243
|
+
<button type="button" class="btn-manage-head-action" id="btnScheduleRunsBack">返回</button>
|
|
244
|
+
<span id="scheduleRunsTitle" class="schedule-runs-title"></span>
|
|
245
|
+
</div>
|
|
246
|
+
<div class="manage-head-actions">
|
|
247
|
+
<button type="button" class="btn-manage-head-action" id="btnScheduleRunsRefresh">刷新</button>
|
|
248
|
+
</div>
|
|
249
|
+
</div>
|
|
250
|
+
<p id="scheduleRunsMeta" class="manage-view-meta schedule-runs-meta"></p>
|
|
251
|
+
<table class="manage-entries-table" id="scheduleRunsEntriesTable">
|
|
252
|
+
<thead>
|
|
253
|
+
<tr>
|
|
254
|
+
<th>Run ID</th>
|
|
255
|
+
<th>创建时间</th>
|
|
256
|
+
<th>触发</th>
|
|
257
|
+
<th>状态</th>
|
|
258
|
+
<th>耗时</th>
|
|
259
|
+
<th>结果摘要</th>
|
|
260
|
+
<th class="col-actions">操作</th>
|
|
261
|
+
</tr>
|
|
262
|
+
</thead>
|
|
263
|
+
<tbody id="scheduleRunsTableBody"></tbody>
|
|
264
|
+
</table>
|
|
265
|
+
<div id="scheduleRunsEmpty" class="manage-panel-state" hidden>暂无执行记录</div>
|
|
266
|
+
<pre id="scheduleRunResultPre" class="schedule-runs-result-pre" hidden></pre>
|
|
267
|
+
</div>
|
|
268
|
+
</div>
|
|
269
|
+
</section>
|
|
270
|
+
</div>
|
|
271
|
+
</div>
|
|
164
272
|
<div id="agentSettingsView" class="agent-settings-view" hidden>
|
|
165
273
|
<div class="agent-settings-layout">
|
|
166
274
|
<aside class="agent-settings-nav" aria-label="设置导航">
|
|
@@ -362,56 +470,6 @@
|
|
|
362
470
|
</main>
|
|
363
471
|
</div>
|
|
364
472
|
|
|
365
|
-
<div id="agentPickerModal" class="agent-md-modal" aria-hidden="true">
|
|
366
|
-
<div class="agent-md-modal-backdrop" id="agentPickerModalBackdrop"></div>
|
|
367
|
-
<div id="agentPickerModalCard" class="agent-md-modal-card" role="dialog" aria-modal="true" aria-labelledby="agentPickerModalTitle">
|
|
368
|
-
<div class="agent-md-modal-head">
|
|
369
|
-
<h2 id="agentPickerModalTitle">选择</h2>
|
|
370
|
-
<div id="agentPickerSessionTabStrip" class="session-tabs agent-picker-session-tab-strip" hidden role="tablist" aria-label="分类">
|
|
371
|
-
<div id="agentPickerSessionTabList" class="session-tabs-list"></div>
|
|
372
|
-
</div>
|
|
373
|
-
<div class="modal-head-actions">
|
|
374
|
-
<button
|
|
375
|
-
type="button"
|
|
376
|
-
class="agent-md-modal-icon-btn"
|
|
377
|
-
id="btnAgentPickerMcpJson"
|
|
378
|
-
style="display: none"
|
|
379
|
-
aria-label="编辑json"
|
|
380
|
-
title="编辑json"
|
|
381
|
-
>
|
|
382
|
-
<svg viewBox="0 0 24 24" aria-hidden="true">
|
|
383
|
-
<path d="M12 20h9"></path>
|
|
384
|
-
<path d="M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z"></path>
|
|
385
|
-
</svg>
|
|
386
|
-
</button>
|
|
387
|
-
<button
|
|
388
|
-
type="button"
|
|
389
|
-
class="agent-md-modal-icon-btn"
|
|
390
|
-
id="btnAgentPickerToolImport"
|
|
391
|
-
style="display: none"
|
|
392
|
-
aria-label="导入 zip"
|
|
393
|
-
title="导入 zip"
|
|
394
|
-
>
|
|
395
|
-
<svg viewBox="0 0 24 24" aria-hidden="true">
|
|
396
|
-
<path d="M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7z"></path>
|
|
397
|
-
<path d="M14 2v5h5"></path>
|
|
398
|
-
<path d="M12 17V11"></path>
|
|
399
|
-
<path d="M9.5 13.5 12 11l2.5 2.5"></path>
|
|
400
|
-
</svg>
|
|
401
|
-
</button>
|
|
402
|
-
<button type="button" class="agent-md-modal-close" id="btnAgentPickerClose" aria-label="关闭">×</button>
|
|
403
|
-
</div>
|
|
404
|
-
</div>
|
|
405
|
-
<input type="search" class="agent-picker-search" id="agentPickerSearch" placeholder="筛选…" />
|
|
406
|
-
<div class="agent-picker-scroll" id="agentPickerList"></div>
|
|
407
|
-
<div class="agent-md-modal-foot">
|
|
408
|
-
<button type="button" class="btn-agent-md-cancel" id="btnAgentPickerCancel">取消</button>
|
|
409
|
-
<button type="button" class="btn-primary" id="btnAgentPickerOk">确定</button>
|
|
410
|
-
</div>
|
|
411
|
-
<input type="file" id="agentPickerToolImportInput" accept=".zip,application/zip" style="display: none" />
|
|
412
|
-
</div>
|
|
413
|
-
</div>
|
|
414
|
-
|
|
415
473
|
<div id="mcpJsonInputModal" class="agent-md-modal" aria-hidden="true">
|
|
416
474
|
<div class="agent-md-modal-backdrop" id="mcpJsonInputModalBackdrop"></div>
|
|
417
475
|
<div class="agent-md-modal-card" role="dialog" aria-modal="true" aria-labelledby="mcpJsonInputModalTitle">
|
|
@@ -613,123 +671,9 @@
|
|
|
613
671
|
</div>
|
|
614
672
|
</div>
|
|
615
673
|
|
|
616
|
-
<div id="scheduleManageModal" class="agent-md-modal" aria-hidden="true">
|
|
617
|
-
<div class="agent-md-modal-backdrop" id="scheduleManageModalBackdrop"></div>
|
|
618
|
-
<div id="scheduleManageModalCard" class="agent-md-modal-card modal-unified" role="dialog" aria-modal="true" aria-labelledby="scheduleManageModalTitle">
|
|
619
|
-
<div class="agent-md-modal-head">
|
|
620
|
-
<h2 id="scheduleManageModalTitle">定时任务</h2>
|
|
621
|
-
<div class="modal-head-actions modal-head-actions--close-only">
|
|
622
|
-
<button type="button" class="agent-md-modal-close" id="btnScheduleManageModalClose" aria-label="关闭">
|
|
623
|
-
×
|
|
624
|
-
</button>
|
|
625
|
-
</div>
|
|
626
|
-
</div>
|
|
627
|
-
<div class="tool-files-body">
|
|
628
|
-
<p id="scheduleManageMeta" class="tool-files-meta" style="margin: 0 0 0.5rem"></p>
|
|
629
|
-
<div class="schedule-manage-toolbar">
|
|
630
|
-
<button type="button" class="btn-system-settings" id="btnScheduleRefresh">刷新</button>
|
|
631
|
-
<button type="button" class="btn-system-settings" id="btnScheduleCreateToggle">新建任务</button>
|
|
632
|
-
</div>
|
|
633
|
-
<div id="scheduleCreateForm" class="schedule-create-form" hidden>
|
|
634
|
-
<div class="schedule-create-row">
|
|
635
|
-
<label for="scheduleTaskNameInput">任务名称</label>
|
|
636
|
-
<input id="scheduleTaskNameInput" type="text" maxlength="120" placeholder="例如:每日巡检" spellcheck="false" />
|
|
637
|
-
</div>
|
|
638
|
-
<div class="schedule-create-row">
|
|
639
|
-
<label for="schedulePromptInput">Prompt</label>
|
|
640
|
-
<textarea id="schedulePromptInput" placeholder="到期后发送给 agent 的提示词"></textarea>
|
|
641
|
-
</div>
|
|
642
|
-
<div class="schedule-create-row">
|
|
643
|
-
<label>触发方式</label>
|
|
644
|
-
<div style="display:flex;gap:0.75rem;align-items:center;font-size:0.78rem">
|
|
645
|
-
<label><input type="radio" name="scheduleTriggerMode" value="delay" checked /> 相对分钟</label>
|
|
646
|
-
<label><input type="radio" name="scheduleTriggerMode" value="cron" /> Cron</label>
|
|
647
|
-
<label><input type="checkbox" id="scheduleRecurringInput" /> 循环</label>
|
|
648
|
-
</div>
|
|
649
|
-
</div>
|
|
650
|
-
<div class="schedule-create-row" id="scheduleDelayRow">
|
|
651
|
-
<label for="scheduleDelayMinutesInput">delayMinutes(1~10080)</label>
|
|
652
|
-
<input id="scheduleDelayMinutesInput" type="number" min="1" max="10080" value="5" />
|
|
653
|
-
</div>
|
|
654
|
-
<div class="schedule-create-row" id="scheduleCronRow" hidden>
|
|
655
|
-
<label for="scheduleCronInput">Cron(5 段,本地时区)</label>
|
|
656
|
-
<input id="scheduleCronInput" type="text" placeholder="30 9 * * *" />
|
|
657
|
-
</div>
|
|
658
|
-
<div class="schedule-create-actions">
|
|
659
|
-
<button type="button" class="btn-agent-md-cancel" id="btnScheduleCreateCancel">取消</button>
|
|
660
|
-
<button type="button" class="btn-agent-md-save" id="btnScheduleCreateSubmit">创建</button>
|
|
661
|
-
</div>
|
|
662
|
-
</div>
|
|
663
|
-
<div class="schedule-manage-table-wrap">
|
|
664
|
-
<table class="schedule-manage-table">
|
|
665
|
-
<thead>
|
|
666
|
-
<tr>
|
|
667
|
-
<th>ID</th>
|
|
668
|
-
<th>任务名称</th>
|
|
669
|
-
<th>Cron</th>
|
|
670
|
-
<th>下次执行</th>
|
|
671
|
-
<th>Prompt</th>
|
|
672
|
-
<th>类型</th>
|
|
673
|
-
<th>状态</th>
|
|
674
|
-
<th>操作</th>
|
|
675
|
-
</tr>
|
|
676
|
-
</thead>
|
|
677
|
-
<tbody id="scheduleTaskTableBody"></tbody>
|
|
678
|
-
</table>
|
|
679
|
-
<div id="scheduleManageEmpty" class="schedule-manage-empty" hidden>暂无定时任务</div>
|
|
680
|
-
</div>
|
|
681
|
-
</div>
|
|
682
|
-
</div>
|
|
683
|
-
</div>
|
|
684
|
-
|
|
685
|
-
<div id="scheduleRunsModal" class="agent-md-modal" aria-hidden="true">
|
|
686
|
-
<div class="agent-md-modal-backdrop" id="scheduleRunsModalBackdrop"></div>
|
|
687
|
-
<div id="scheduleRunsModalCard" class="agent-md-modal-card modal-unified" role="dialog" aria-modal="true" aria-labelledby="scheduleRunsModalTitle">
|
|
688
|
-
<div class="agent-md-modal-head">
|
|
689
|
-
<h2 id="scheduleRunsModalTitle">执行记录</h2>
|
|
690
|
-
<div class="modal-head-actions modal-head-actions--close-only">
|
|
691
|
-
<button type="button" class="agent-md-modal-close" id="btnScheduleRunsModalClose" aria-label="关闭">
|
|
692
|
-
×
|
|
693
|
-
</button>
|
|
694
|
-
</div>
|
|
695
|
-
</div>
|
|
696
|
-
<div class="tool-files-body">
|
|
697
|
-
<p id="scheduleRunsMeta" class="tool-files-meta" style="margin: 0 0 0.5rem"></p>
|
|
698
|
-
<div class="schedule-manage-toolbar">
|
|
699
|
-
<button type="button" class="btn-system-settings" id="btnScheduleRunsRefresh">刷新</button>
|
|
700
|
-
</div>
|
|
701
|
-
<div class="schedule-manage-table-wrap">
|
|
702
|
-
<table class="schedule-manage-table">
|
|
703
|
-
<thead>
|
|
704
|
-
<tr>
|
|
705
|
-
<th>Run ID</th>
|
|
706
|
-
<th>创建时间</th>
|
|
707
|
-
<th>触发</th>
|
|
708
|
-
<th>状态</th>
|
|
709
|
-
<th>耗时</th>
|
|
710
|
-
<th>结果摘要</th>
|
|
711
|
-
<th>操作</th>
|
|
712
|
-
</tr>
|
|
713
|
-
</thead>
|
|
714
|
-
<tbody id="scheduleRunsTableBody"></tbody>
|
|
715
|
-
</table>
|
|
716
|
-
<div id="scheduleRunsEmpty" class="schedule-manage-empty" hidden>暂无执行记录</div>
|
|
717
|
-
</div>
|
|
718
|
-
<pre id="scheduleRunResultPre" class="schedule-runs-result-pre" hidden></pre>
|
|
719
|
-
</div>
|
|
720
|
-
</div>
|
|
721
|
-
</div>
|
|
722
|
-
|
|
723
674
|
</div>
|
|
724
675
|
|
|
725
676
|
<div id="sidebarHoverTip" class="sidebar-hover-tip" role="tooltip" hidden></div>
|
|
726
|
-
<div
|
|
727
|
-
class="agent-switch-dropdown"
|
|
728
|
-
id="agentSwitchDropdown"
|
|
729
|
-
role="listbox"
|
|
730
|
-
aria-label="切换 agent"
|
|
731
|
-
hidden
|
|
732
|
-
></div>
|
|
733
677
|
<script src="https://cdn.jsdelivr.net/npm/marked@12.0.2/marked.min.js"></script>
|
|
734
678
|
<script src="/ws-test.js"></script>
|
|
735
679
|
</body>
|