@co0ontty/wand 1.21.18 → 1.21.19
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.
|
@@ -1423,12 +1423,10 @@
|
|
|
1423
1423
|
'<div class="composer-top-row">' +
|
|
1424
1424
|
'<div id="todo-progress" class="todo-progress hidden">' +
|
|
1425
1425
|
'<div class="todo-progress-header" id="todo-progress-toggle">' +
|
|
1426
|
-
'<
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
'</div>' +
|
|
1431
|
-
'<svg class="todo-progress-chevron" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>' +
|
|
1426
|
+
'<span class="todo-progress-spinner" aria-hidden="true"></span>' +
|
|
1427
|
+
'<span class="todo-progress-message" id="todo-progress-message"></span>' +
|
|
1428
|
+
'<span class="todo-progress-status" id="todo-progress-status">执行中</span>' +
|
|
1429
|
+
'<svg class="todo-progress-chevron" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="6 9 12 15 18 9"/></svg>' +
|
|
1432
1430
|
'</div>' +
|
|
1433
1431
|
'<div class="todo-progress-body hidden" id="todo-progress-body">' +
|
|
1434
1432
|
'<ul class="todo-progress-list" id="todo-progress-list"></ul>' +
|