zen-gitsync 2.13.9 → 2.13.10
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 +2 -2
- package/package.json +1 -1
- package/scripts/README_COLOR_CONVERTER.md +196 -196
- package/scripts/README_FONTSIZE_CONVERTER.md +278 -278
- package/scripts/README_SPACING_CONVERTER.md +126 -126
- package/scripts/README_STYLE_VARS.md +180 -180
- package/src/ui/public/assets/EditorView-B4g8XOLB.js +0 -0
- package/src/ui/public/assets/{EditorView-Dvg7sMyU.css → EditorView-noBxnUk5.css} +1 -1
- package/src/ui/public/assets/SourceMapView-BVfD3VYO.js +3 -0
- package/src/ui/public/assets/WorkbenchView-Cx2p-WGc.js +6 -0
- package/src/ui/public/assets/WorkbenchView-_Z4j_RIa.css +1 -0
- package/src/ui/public/assets/{_plugin-vue_export-helper-BMDM_R2D.js → _plugin-vue_export-helper-rin5I4Hu.js} +3 -3
- package/src/ui/public/assets/{css.worker-Wv5dxAWO.js → css.worker-CvXBzhp8.js} +1 -1
- package/src/ui/public/assets/{html.worker-CQP8QQsS.js → html.worker-BO6WuOEO.js} +1 -1
- package/src/ui/public/assets/index-8cDK0aD_.js +66 -0
- package/src/ui/public/assets/index-CmMxt1ti.css +1 -0
- package/src/ui/public/assets/{json.worker-DzV-CpCQ.js → json.worker-BkJRGcCJ.js} +1 -1
- package/src/ui/public/assets/{ts.worker-Dth06zuC.js → ts.worker-B0J26iPs.js} +15 -15
- package/src/ui/public/assets/vendor-Bq2rS2vY.css +1 -0
- package/src/ui/public/assets/{vendor-CDAfMQIV.js → vendor-C30huq-U.js} +247 -240
- package/src/ui/public/favicon.svg +75 -75
- package/src/ui/public/index.html +23 -23
- package/src/ui/public/logo.svg +74 -74
- package/src/ui/server/routes/workbench.js +4 -3
- package/src/ui/public/assets/EditorView-eQBqgBEd.js +0 -0
- package/src/ui/public/assets/SourceMapView-BLkrjBFW.js +0 -3
- package/src/ui/public/assets/WorkbenchView-BMtAZx07.css +0 -1
- package/src/ui/public/assets/WorkbenchView-D2eEOP1R.js +0 -6
- package/src/ui/public/assets/index-BaFDF44N.js +0 -66
- package/src/ui/public/assets/index-BvzxdkDp.css +0 -1
- package/src/ui/public/assets/vendor-CIeR0bF6.css +0 -1
- /package/src/ui/public/assets/{editor.worker-Bd9IXS8d.js → editor.worker-Cn2oRESe.js} +0 -0
- /package/src/ui/public/assets/{rolldown-runtime-BM3Ffeng.js → rolldown-runtime-CMxvf4Kt.js} +0 -0
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<defs>
|
|
3
|
-
<radialGradient id="bgGrad" cx="38%" cy="32%" r="70%">
|
|
4
|
-
<stop offset="0%" stop-color="#1e1b4b"/>
|
|
5
|
-
<stop offset="100%" stop-color="#0d0b1e"/>
|
|
6
|
-
</radialGradient>
|
|
7
|
-
<linearGradient id="mainGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
8
|
-
<stop offset="0%" stop-color="#c4b5fd"/>
|
|
9
|
-
<stop offset="100%" stop-color="#7c3aed"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="featGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
12
|
-
<stop offset="0%" stop-color="#7dd3fc"/>
|
|
13
|
-
<stop offset="100%" stop-color="#0284c7"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
|
|
16
|
-
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur"/>
|
|
17
|
-
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
18
|
-
</filter>
|
|
19
|
-
<filter id="softGlow" x="-20%" y="-20%" width="140%" height="140%">
|
|
20
|
-
<feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur"/>
|
|
21
|
-
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
22
|
-
</filter>
|
|
23
|
-
</defs>
|
|
24
|
-
|
|
25
|
-
<!-- 背景圆 -->
|
|
26
|
-
<circle cx="100" cy="100" r="96" fill="url(#bgGrad)"/>
|
|
27
|
-
|
|
28
|
-
<!-- 同步外弧(上半,代表 sync 循环) -->
|
|
29
|
-
<path d="M 100,20 A 80,80 0 1,1 36,153"
|
|
30
|
-
stroke="rgba(167,139,250,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
31
|
-
<!-- 同步外弧(下半) -->
|
|
32
|
-
<path d="M 36,153 A 80,80 0 0,1 164,153"
|
|
33
|
-
stroke="rgba(56,189,248,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
34
|
-
<!-- 同步箭头(上) -->
|
|
35
|
-
<path d="M 91,17 L 100,20 L 96,29"
|
|
36
|
-
stroke="rgba(167,139,250,0.55)" stroke-width="2.5" fill="none"
|
|
37
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
38
|
-
<!-- 同步箭头(下) -->
|
|
39
|
-
<path d="M 163,145 L 164,154 L 155,151"
|
|
40
|
-
stroke="rgba(56,189,248,0.55)" stroke-width="2.5" fill="none"
|
|
41
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
|
-
|
|
43
|
-
<!-- 主分支竖线 -->
|
|
44
|
-
<line x1="76" y1="44" x2="76" y2="156"
|
|
45
|
-
stroke="url(#mainGrad)" stroke-width="5.5" stroke-linecap="round"
|
|
46
|
-
filter="url(#softGlow)"/>
|
|
47
|
-
|
|
48
|
-
<!-- 特性分支曲线(分出) -->
|
|
49
|
-
<path d="M 76,80 C 98,80 130,96 130,120 L 130,140"
|
|
50
|
-
stroke="url(#featGrad)" stroke-width="4.5" fill="none"
|
|
51
|
-
stroke-linecap="round" filter="url(#softGlow)"/>
|
|
52
|
-
<!-- 特性分支合并回主分支 -->
|
|
53
|
-
<path d="M 130,140 C 130,156 105,159 76,155"
|
|
54
|
-
stroke="url(#featGrad)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
55
|
-
|
|
56
|
-
<!-- 主分支节点 -->
|
|
57
|
-
<circle cx="76" cy="48" r="11" fill="#13103a" stroke="#c4b5fd" stroke-width="3" filter="url(#glow)"/>
|
|
58
|
-
<circle cx="76" cy="48" r="5" fill="#ddd6fe"/>
|
|
59
|
-
|
|
60
|
-
<circle cx="76" cy="84" r="11" fill="#13103a" stroke="#a78bfa" stroke-width="3"/>
|
|
61
|
-
<circle cx="76" cy="84" r="5" fill="#c4b5fd"/>
|
|
62
|
-
|
|
63
|
-
<circle cx="76" cy="120" r="11" fill="#13103a" stroke="#8b5cf6" stroke-width="3"/>
|
|
64
|
-
<circle cx="76" cy="120" r="5" fill="#a78bfa"/>
|
|
65
|
-
|
|
66
|
-
<circle cx="76" cy="155" r="11" fill="#13103a" stroke="#7c3aed" stroke-width="3" filter="url(#glow)"/>
|
|
67
|
-
<circle cx="76" cy="155" r="5" fill="#8b5cf6"/>
|
|
68
|
-
|
|
69
|
-
<!-- 特性分支节点 -->
|
|
70
|
-
<circle cx="130" cy="115" r="11" fill="#13103a" stroke="#38bdf8" stroke-width="3" filter="url(#glow)"/>
|
|
71
|
-
<circle cx="130" cy="115" r="5" fill="#7dd3fc"/>
|
|
72
|
-
|
|
73
|
-
<circle cx="130" cy="143" r="11" fill="#13103a" stroke="#0ea5e9" stroke-width="3" filter="url(#glow)"/>
|
|
74
|
-
<circle cx="130" cy="143" r="5" fill="#38bdf8"/>
|
|
75
|
-
</svg>
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<radialGradient id="bgGrad" cx="38%" cy="32%" r="70%">
|
|
4
|
+
<stop offset="0%" stop-color="#1e1b4b"/>
|
|
5
|
+
<stop offset="100%" stop-color="#0d0b1e"/>
|
|
6
|
+
</radialGradient>
|
|
7
|
+
<linearGradient id="mainGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
8
|
+
<stop offset="0%" stop-color="#c4b5fd"/>
|
|
9
|
+
<stop offset="100%" stop-color="#7c3aed"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="featGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
12
|
+
<stop offset="0%" stop-color="#7dd3fc"/>
|
|
13
|
+
<stop offset="100%" stop-color="#0284c7"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
|
|
16
|
+
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur"/>
|
|
17
|
+
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
18
|
+
</filter>
|
|
19
|
+
<filter id="softGlow" x="-20%" y="-20%" width="140%" height="140%">
|
|
20
|
+
<feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur"/>
|
|
21
|
+
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
22
|
+
</filter>
|
|
23
|
+
</defs>
|
|
24
|
+
|
|
25
|
+
<!-- 背景圆 -->
|
|
26
|
+
<circle cx="100" cy="100" r="96" fill="url(#bgGrad)"/>
|
|
27
|
+
|
|
28
|
+
<!-- 同步外弧(上半,代表 sync 循环) -->
|
|
29
|
+
<path d="M 100,20 A 80,80 0 1,1 36,153"
|
|
30
|
+
stroke="rgba(167,139,250,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
31
|
+
<!-- 同步外弧(下半) -->
|
|
32
|
+
<path d="M 36,153 A 80,80 0 0,1 164,153"
|
|
33
|
+
stroke="rgba(56,189,248,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
34
|
+
<!-- 同步箭头(上) -->
|
|
35
|
+
<path d="M 91,17 L 100,20 L 96,29"
|
|
36
|
+
stroke="rgba(167,139,250,0.55)" stroke-width="2.5" fill="none"
|
|
37
|
+
stroke-linecap="round" stroke-linejoin="round"/>
|
|
38
|
+
<!-- 同步箭头(下) -->
|
|
39
|
+
<path d="M 163,145 L 164,154 L 155,151"
|
|
40
|
+
stroke="rgba(56,189,248,0.55)" stroke-width="2.5" fill="none"
|
|
41
|
+
stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
|
+
|
|
43
|
+
<!-- 主分支竖线 -->
|
|
44
|
+
<line x1="76" y1="44" x2="76" y2="156"
|
|
45
|
+
stroke="url(#mainGrad)" stroke-width="5.5" stroke-linecap="round"
|
|
46
|
+
filter="url(#softGlow)"/>
|
|
47
|
+
|
|
48
|
+
<!-- 特性分支曲线(分出) -->
|
|
49
|
+
<path d="M 76,80 C 98,80 130,96 130,120 L 130,140"
|
|
50
|
+
stroke="url(#featGrad)" stroke-width="4.5" fill="none"
|
|
51
|
+
stroke-linecap="round" filter="url(#softGlow)"/>
|
|
52
|
+
<!-- 特性分支合并回主分支 -->
|
|
53
|
+
<path d="M 130,140 C 130,156 105,159 76,155"
|
|
54
|
+
stroke="url(#featGrad)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
55
|
+
|
|
56
|
+
<!-- 主分支节点 -->
|
|
57
|
+
<circle cx="76" cy="48" r="11" fill="#13103a" stroke="#c4b5fd" stroke-width="3" filter="url(#glow)"/>
|
|
58
|
+
<circle cx="76" cy="48" r="5" fill="#ddd6fe"/>
|
|
59
|
+
|
|
60
|
+
<circle cx="76" cy="84" r="11" fill="#13103a" stroke="#a78bfa" stroke-width="3"/>
|
|
61
|
+
<circle cx="76" cy="84" r="5" fill="#c4b5fd"/>
|
|
62
|
+
|
|
63
|
+
<circle cx="76" cy="120" r="11" fill="#13103a" stroke="#8b5cf6" stroke-width="3"/>
|
|
64
|
+
<circle cx="76" cy="120" r="5" fill="#a78bfa"/>
|
|
65
|
+
|
|
66
|
+
<circle cx="76" cy="155" r="11" fill="#13103a" stroke="#7c3aed" stroke-width="3" filter="url(#glow)"/>
|
|
67
|
+
<circle cx="76" cy="155" r="5" fill="#8b5cf6"/>
|
|
68
|
+
|
|
69
|
+
<!-- 特性分支节点 -->
|
|
70
|
+
<circle cx="130" cy="115" r="11" fill="#13103a" stroke="#38bdf8" stroke-width="3" filter="url(#glow)"/>
|
|
71
|
+
<circle cx="130" cy="115" r="5" fill="#7dd3fc"/>
|
|
72
|
+
|
|
73
|
+
<circle cx="130" cy="143" r="11" fill="#13103a" stroke="#0ea5e9" stroke-width="3" filter="url(#glow)"/>
|
|
74
|
+
<circle cx="130" cy="143" r="5" fill="#38bdf8"/>
|
|
75
|
+
</svg>
|
package/src/ui/public/index.html
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="zh-CN" translate="no">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="google" content="notranslate" />
|
|
6
|
-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
-
<title>Zen GitSync</title>
|
|
9
|
-
<!-- Premium fonts: Plus Jakarta Sans (UI) + JetBrains Mono (code) -->
|
|
10
|
-
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
11
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
12
|
-
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
13
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
-
<link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-
|
|
15
|
-
<link rel="modulepreload" crossorigin href="/assets/vendor-
|
|
16
|
-
<link rel="modulepreload" crossorigin href="/assets/_plugin-vue_export-helper-
|
|
17
|
-
<link rel="stylesheet" crossorigin href="/assets/vendor-
|
|
18
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
19
|
-
</head>
|
|
20
|
-
<body>
|
|
21
|
-
<div id="app"></div>
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="zh-CN" translate="no">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="google" content="notranslate" />
|
|
6
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
+
<title>Zen GitSync</title>
|
|
9
|
+
<!-- Premium fonts: Plus Jakarta Sans (UI) + JetBrains Mono (code) -->
|
|
10
|
+
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
11
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
12
|
+
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
13
|
+
<script type="module" crossorigin src="/assets/index-8cDK0aD_.js"></script>
|
|
14
|
+
<link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-CMxvf4Kt.js">
|
|
15
|
+
<link rel="modulepreload" crossorigin href="/assets/vendor-C30huq-U.js">
|
|
16
|
+
<link rel="modulepreload" crossorigin href="/assets/_plugin-vue_export-helper-rin5I4Hu.js">
|
|
17
|
+
<link rel="stylesheet" crossorigin href="/assets/vendor-Bq2rS2vY.css">
|
|
18
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CmMxt1ti.css">
|
|
19
|
+
</head>
|
|
20
|
+
<body>
|
|
21
|
+
<div id="app"></div>
|
|
22
|
+
</body>
|
|
23
|
+
</html>
|
package/src/ui/public/logo.svg
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<defs>
|
|
3
|
-
<radialGradient id="bgGrad" cx="38%" cy="32%" r="70%">
|
|
4
|
-
<stop offset="0%" stop-color="#1e1b4b"/>
|
|
5
|
-
<stop offset="100%" stop-color="#0d0b1e"/>
|
|
6
|
-
</radialGradient>
|
|
7
|
-
<linearGradient id="mainGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
8
|
-
<stop offset="0%" stop-color="#c4b5fd"/>
|
|
9
|
-
<stop offset="100%" stop-color="#7c3aed"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="featGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
12
|
-
<stop offset="0%" stop-color="#7dd3fc"/>
|
|
13
|
-
<stop offset="100%" stop-color="#0284c7"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
|
|
16
|
-
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur"/>
|
|
17
|
-
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
18
|
-
</filter>
|
|
19
|
-
<filter id="softGlow" x="-20%" y="-20%" width="140%" height="140%">
|
|
20
|
-
<feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur"/>
|
|
21
|
-
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
22
|
-
</filter>
|
|
23
|
-
</defs>
|
|
24
|
-
|
|
25
|
-
<!-- 背景�?-->
|
|
26
|
-
<circle cx="100" cy="100" r="96" fill="url(#bgGrad)"/>
|
|
27
|
-
|
|
28
|
-
<!-- 同步外弧(上半,代表 sync 循环�?-->
|
|
29
|
-
<path d="M 100,20 A 80,80 0 1,1 36,153"
|
|
30
|
-
stroke="rgba(167,139,250,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
31
|
-
<!-- 同步外弧(下半) -->
|
|
32
|
-
<path d="M 36,153 A 80,80 0 0,1 164,153"
|
|
33
|
-
stroke="rgba(56,189,248,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
34
|
-
<!-- 同步箭头(上�?-->
|
|
35
|
-
<path d="M 91,17 L 100,20 L 96,29"
|
|
36
|
-
stroke="rgba(167,139,250,0.55)" stroke-width="2.5" fill="none"
|
|
37
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
38
|
-
<!-- 同步箭头(下�?-->
|
|
39
|
-
<path d="M 163,145 L 164,154 L 155,151"
|
|
40
|
-
stroke="rgba(56,189,248,0.55)" stroke-width="2.5" fill="none"
|
|
41
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
|
-
|
|
43
|
-
<!-- 主分支竖�?-->
|
|
44
|
-
<line x1="76" y1="44" x2="76" y2="156"
|
|
45
|
-
stroke="url(#mainGrad)" stroke-width="5.5" stroke-linecap="round"
|
|
46
|
-
filter="url(#softGlow)"/>
|
|
47
|
-
|
|
48
|
-
<!-- 特性分支曲线(分出�?-->
|
|
49
|
-
<path d="M 76,80 C 98,80 130,96 130,120 L 130,140"
|
|
50
|
-
stroke="url(#featGrad)" stroke-width="4.5" fill="none"
|
|
51
|
-
stroke-linecap="round" filter="url(#softGlow)"/>
|
|
52
|
-
<!-- 特性分支合并回主分�?-->
|
|
53
|
-
<path d="M 130,140 C 130,156 105,159 76,155"
|
|
54
|
-
stroke="url(#featGrad)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
55
|
-
|
|
56
|
-
<!-- 主分支节�?-->
|
|
57
|
-
<circle cx="76" cy="48" r="11" fill="#13103a" stroke="#c4b5fd" stroke-width="3" filter="url(#glow)"/>
|
|
58
|
-
<circle cx="76" cy="48" r="5" fill="#ddd6fe"/>
|
|
59
|
-
|
|
60
|
-
<circle cx="76" cy="84" r="11" fill="#13103a" stroke="#a78bfa" stroke-width="3"/>
|
|
61
|
-
<circle cx="76" cy="84" r="5" fill="#c4b5fd"/>
|
|
62
|
-
|
|
63
|
-
<circle cx="76" cy="120" r="11" fill="#13103a" stroke="#8b5cf6" stroke-width="3"/>
|
|
64
|
-
<circle cx="76" cy="120" r="5" fill="#a78bfa"/>
|
|
65
|
-
|
|
66
|
-
<circle cx="76" cy="155" r="11" fill="#13103a" stroke="#7c3aed" stroke-width="3" filter="url(#glow)"/>
|
|
67
|
-
<circle cx="76" cy="155" r="5" fill="#8b5cf6"/>
|
|
68
|
-
|
|
69
|
-
<!-- 特性分支节�?-->
|
|
70
|
-
<circle cx="130" cy="115" r="11" fill="#13103a" stroke="#38bdf8" stroke-width="3" filter="url(#glow)"/>
|
|
71
|
-
<circle cx="130" cy="115" r="5" fill="#7dd3fc"/>
|
|
72
|
-
|
|
73
|
-
<circle cx="130" cy="143" r="11" fill="#13103a" stroke="#0ea5e9" stroke-width="3" filter="url(#glow)"/>
|
|
74
|
-
<circle cx="130" cy="143" r="5" fill="#38bdf8"/>
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<radialGradient id="bgGrad" cx="38%" cy="32%" r="70%">
|
|
4
|
+
<stop offset="0%" stop-color="#1e1b4b"/>
|
|
5
|
+
<stop offset="100%" stop-color="#0d0b1e"/>
|
|
6
|
+
</radialGradient>
|
|
7
|
+
<linearGradient id="mainGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
8
|
+
<stop offset="0%" stop-color="#c4b5fd"/>
|
|
9
|
+
<stop offset="100%" stop-color="#7c3aed"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="featGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
12
|
+
<stop offset="0%" stop-color="#7dd3fc"/>
|
|
13
|
+
<stop offset="100%" stop-color="#0284c7"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
|
|
16
|
+
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur"/>
|
|
17
|
+
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
18
|
+
</filter>
|
|
19
|
+
<filter id="softGlow" x="-20%" y="-20%" width="140%" height="140%">
|
|
20
|
+
<feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur"/>
|
|
21
|
+
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
22
|
+
</filter>
|
|
23
|
+
</defs>
|
|
24
|
+
|
|
25
|
+
<!-- 背景�?-->
|
|
26
|
+
<circle cx="100" cy="100" r="96" fill="url(#bgGrad)"/>
|
|
27
|
+
|
|
28
|
+
<!-- 同步外弧(上半,代表 sync 循环�?-->
|
|
29
|
+
<path d="M 100,20 A 80,80 0 1,1 36,153"
|
|
30
|
+
stroke="rgba(167,139,250,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
31
|
+
<!-- 同步外弧(下半) -->
|
|
32
|
+
<path d="M 36,153 A 80,80 0 0,1 164,153"
|
|
33
|
+
stroke="rgba(56,189,248,0.18)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
34
|
+
<!-- 同步箭头(上�?-->
|
|
35
|
+
<path d="M 91,17 L 100,20 L 96,29"
|
|
36
|
+
stroke="rgba(167,139,250,0.55)" stroke-width="2.5" fill="none"
|
|
37
|
+
stroke-linecap="round" stroke-linejoin="round"/>
|
|
38
|
+
<!-- 同步箭头(下�?-->
|
|
39
|
+
<path d="M 163,145 L 164,154 L 155,151"
|
|
40
|
+
stroke="rgba(56,189,248,0.55)" stroke-width="2.5" fill="none"
|
|
41
|
+
stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
|
+
|
|
43
|
+
<!-- 主分支竖�?-->
|
|
44
|
+
<line x1="76" y1="44" x2="76" y2="156"
|
|
45
|
+
stroke="url(#mainGrad)" stroke-width="5.5" stroke-linecap="round"
|
|
46
|
+
filter="url(#softGlow)"/>
|
|
47
|
+
|
|
48
|
+
<!-- 特性分支曲线(分出�?-->
|
|
49
|
+
<path d="M 76,80 C 98,80 130,96 130,120 L 130,140"
|
|
50
|
+
stroke="url(#featGrad)" stroke-width="4.5" fill="none"
|
|
51
|
+
stroke-linecap="round" filter="url(#softGlow)"/>
|
|
52
|
+
<!-- 特性分支合并回主分�?-->
|
|
53
|
+
<path d="M 130,140 C 130,156 105,159 76,155"
|
|
54
|
+
stroke="url(#featGrad)" stroke-width="4.5" fill="none" stroke-linecap="round"/>
|
|
55
|
+
|
|
56
|
+
<!-- 主分支节�?-->
|
|
57
|
+
<circle cx="76" cy="48" r="11" fill="#13103a" stroke="#c4b5fd" stroke-width="3" filter="url(#glow)"/>
|
|
58
|
+
<circle cx="76" cy="48" r="5" fill="#ddd6fe"/>
|
|
59
|
+
|
|
60
|
+
<circle cx="76" cy="84" r="11" fill="#13103a" stroke="#a78bfa" stroke-width="3"/>
|
|
61
|
+
<circle cx="76" cy="84" r="5" fill="#c4b5fd"/>
|
|
62
|
+
|
|
63
|
+
<circle cx="76" cy="120" r="11" fill="#13103a" stroke="#8b5cf6" stroke-width="3"/>
|
|
64
|
+
<circle cx="76" cy="120" r="5" fill="#a78bfa"/>
|
|
65
|
+
|
|
66
|
+
<circle cx="76" cy="155" r="11" fill="#13103a" stroke="#7c3aed" stroke-width="3" filter="url(#glow)"/>
|
|
67
|
+
<circle cx="76" cy="155" r="5" fill="#8b5cf6"/>
|
|
68
|
+
|
|
69
|
+
<!-- 特性分支节�?-->
|
|
70
|
+
<circle cx="130" cy="115" r="11" fill="#13103a" stroke="#38bdf8" stroke-width="3" filter="url(#glow)"/>
|
|
71
|
+
<circle cx="130" cy="115" r="5" fill="#7dd3fc"/>
|
|
72
|
+
|
|
73
|
+
<circle cx="130" cy="143" r="11" fill="#13103a" stroke="#0ea5e9" stroke-width="3" filter="url(#glow)"/>
|
|
74
|
+
<circle cx="130" cy="143" r="5" fill="#38bdf8"/>
|
|
75
75
|
</svg>
|
|
@@ -1742,7 +1742,8 @@ ${desc ? `描述:${desc}` : '描述:(无)'}${attachmentBlock}${templateB
|
|
|
1742
1742
|
app.post('/api/workbench/tasks', async (req, res) => {
|
|
1743
1743
|
try {
|
|
1744
1744
|
const { id, title, desc, promptId, subtasks, type: rawType, simpleOverride } = req.body || {};
|
|
1745
|
-
|
|
1745
|
+
// title 非必填:允许空字符串,UI 层会用"未命名任务"占位
|
|
1746
|
+
const safeTitle = typeof title === 'string' ? title.trim() : '';
|
|
1746
1747
|
// type 归一化:仅接受 'simple' | 'complex',缺省/未知一律按 complex
|
|
1747
1748
|
const taskType = rawType === 'simple' ? 'simple' : 'complex';
|
|
1748
1749
|
const safeOverride = typeof simpleOverride === 'string' ? simpleOverride.slice(0, 8000) : '';
|
|
@@ -1756,7 +1757,7 @@ ${desc ? `描述:${desc}` : '描述:(无)'}${attachmentBlock}${templateB
|
|
|
1756
1757
|
if (i < 0) return res.status(404).json({ success: false, error: '任务不存在' });
|
|
1757
1758
|
tasks[i] = {
|
|
1758
1759
|
...tasks[i],
|
|
1759
|
-
title,
|
|
1760
|
+
title: safeTitle,
|
|
1760
1761
|
desc: desc || '',
|
|
1761
1762
|
promptId: promptId || null,
|
|
1762
1763
|
type: taskType,
|
|
@@ -1786,7 +1787,7 @@ ${desc ? `描述:${desc}` : '描述:(无)'}${attachmentBlock}${templateB
|
|
|
1786
1787
|
}
|
|
1787
1788
|
const task = {
|
|
1788
1789
|
id: genId(),
|
|
1789
|
-
title,
|
|
1790
|
+
title: safeTitle,
|
|
1790
1791
|
desc: desc || '',
|
|
1791
1792
|
promptId: promptId || null,
|
|
1792
1793
|
type: taskType,
|
|
Binary file
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import{o as e}from"./rolldown-runtime-BM3Ffeng.js";import{Di as t,Gi as n,Gt as r,Hi as i,Ht as a,Jn as o,Jt as s,Ki as c,Kt as ee,Li as l,Ni as u,Oi as te,Ri as d,Si as f,Ui as ne,Ut as re,Wi as p,Wt as ie,Xt as ae,Yt as oe,_i as m,bi as se,ci as h,di as g,hi as _,ji as v,ki as ce,li as le,mi as y,qi as b,qt as ue,si as de,t as fe,un as pe,vi as x,wi as me,xi as S,xt as C,zi as w}from"./vendor-CDAfMQIV.js";import{n as T,t as E}from"./_plugin-vue_export-helper-BMDM_R2D.js";import{a as he,r as ge}from"./index-BaFDF44N.js";var _e=e(a(),1),ve={class:`source-map-view`},ye={class:`sm-toolbar`},be={class:`sm-toolbar-left`},xe={class:`sm-title`},Se={class:`sm-toolbar-center`},Ce=[`placeholder`,`disabled`],we=[`disabled`],Te={class:`sm-toolbar-right`},Ee={class:`sm-body`},De={class:`sm-panel-header sm-panel-header--tabs`},Oe={key:0,class:`sm-badge`},ke={class:`sm-panel-body sm-file-tree`},Ae=[`onClick`],je={key:1,class:`sm-tree-arrow-spacer`},Me={key:2,class:`sm-tree-icon mit-icon`,"aria-hidden":`true`},Ne=[`xlink:href`],Pe={key:3,class:`sm-tree-icon mit-icon`,"aria-hidden":`true`},Fe=[`xlink:href`],Ie=[`title`],Le={key:1,class:`sm-tree-empty`},Re={class:`sm-panel-body sm-outline-body`},ze={class:`sm-badge`,style:{"margin-left":`auto`}},Be=[`onClick`],Ve=[`title`],He={key:0,class:`sm-outline-desc`},Ue={key:1,class:`sm-tree-empty`},We={class:`sm-panel sm-panel-graph`},Ge={key:0,class:`sm-project-info`},Ke={class:`sm-lang-badge`},qe={class:`sm-summary-text`},Je={class:`sm-graph-container`},Ye={class:`sm-layout-btn-wrap`},Xe=[`disabled`],Ze=[`title`],Qe={class:`sm-fn-label`},$e={key:0,class:`sm-fn-desc`},et={key:0,class:`sm-graph-empty`},tt={viewBox:`0 0 24 24`,width:`48`,height:`48`,fill:`none`,stroke:`currentColor`,"stroke-width":`1`,style:{opacity:`0.3`}},nt={key:1,class:`sm-graph-loading`},rt={class:`sm-log-header`},it={key:0,class:`sm-log-indicator`},at={class:`sm-log-body`,ref:`logBodyRef`},ot={key:0,class:`sm-empty`},st={class:`sm-panel-header`},ct={key:0,class:`sm-badge sm-badge-amber`},lt={key:0,class:`sm-node-detail`},ut={class:`sm-node-name`},dt={class:`sm-node-file`},ft={key:0},pt={key:0,class:`sm-node-desc`},mt={class:`sm-panel-body sm-source-body`},ht={key:0,class:`sm-source-overlay`},gt={key:1,class:`sm-source-overlay sm-source-placeholder`},D=E(me({__name:`SourceMapView`,setup(e){let a=i(document.documentElement.getAttribute(`data-theme`)===`dark`?`dark`:`light`);function me(){a.value=document.documentElement.getAttribute(`data-theme`)===`dark`?`dark`:`light`}let E=null,D=he(),O=i(D.currentDirectory||``),k=i(`idle`),A=i([]),_t=0,j=i(null),M=i(null),N=i(`files`),P=i(``),F=i(``),I=i(!1),L=i([]),R=i(new Set),z=i({files:!0,graph:!0,source:!0}),B=i(!1),vt=i(220),V=i(360),H=i(140),U=null,W=0,yt=0,G=0;function K(e,t){U=e,W=t.clientX,yt=t.clientY,G=e===`files`?vt.value:e===`source`?V.value:H.value,document.addEventListener(`mousemove`,bt),document.addEventListener(`mouseup`,q),t.preventDefault()}function bt(e){U&&(U===`files`?vt.value=Math.max(120,Math.min(480,G+e.clientX-W)):U===`source`?V.value=Math.max(200,Math.min(700,G+W-e.clientX)):H.value=Math.max(60,Math.min(500,G+yt-e.clientY)))}function q(){U=null,document.removeEventListener(`mousemove`,bt),document.removeEventListener(`mouseup`,q)}let J=i(null),Y=ne(null),{fitView:xt,setNodes:X,setEdges:St,getNodes:Ct,getEdges:wt,updateNodeInternals:Tt}=ae(),Z=y(()=>k.value===`scanning`||k.value===`analyzing`),Et=y(()=>a.value===`dark`?`#334155`:`#cbd5e1`),Q=y(()=>j.value?.nodes.find(e=>e.id===M.value)??null),Dt=y(()=>{if(!j.value)return[];let e=new Map;for(let t of j.value.nodes){let n=t.subsystem??`__default__`;if(!e.has(n)){let r=j.value.subsystems?.find(e=>e.name===n);e.set(n,{displayName:r?.displayName||t.subsystem||T(`@SRCMAP:默认`),color:t.subsystemColor||kt[0],nodes:[]})}e.get(n).nodes.push(t)}return[...e.entries()].map(([,e])=>e)});function $(e,t=`info`){A.value.push({id:++_t,message:e,type:t,timestamp:Date.now()}),A.value.length>200&&A.value.splice(0,A.value.length-200)}function Ot(e){let t={name:``,path:``,kind:`dir`,children:[],childMap:new Map};for(let n of e){let e=n.trim().split(`/`).filter(Boolean),r=t,i=``;for(let t=0;t<e.length;t++){let n=e[t];i=i?`${i}/${n}`:n;let a=t===e.length-1,o=r.childMap.get(n);o||(o={name:n,path:i,kind:a?`file`:`dir`,children:[],childMap:new Map},r.childMap.set(n,o),r.children.push(o)),r=o}}let n=e=>{e.sort((e,t)=>e.kind===t.kind?e.name.localeCompare(t.name):e.kind===`dir`?-1:1),e.forEach(e=>{e.kind===`dir`&&n(e.children)})};return n(t.children),t.children}let kt=[`#f59e0b`,`#3b82f6`,`#10b981`,`#8b5cf6`];function At(e){return e.subsystemColor?e.subsystemColor:e.subsystemIndex===void 0?e.importance===`high`?`#f59e0b`:e.importance===`low`?`#94a3b8`:`#3b82f6`:kt[e.subsystemIndex%kt.length]}function jt(e){return{ts:`typescript`,tsx:`typescript`,js:`javascript`,mjs:`javascript`,cjs:`javascript`,jsx:`javascript`,vue:`html`,svelte:`html`,html:`html`,py:`python`,java:`java`,go:`go`,rs:`rust`,cpp:`cpp`,cc:`cpp`,cxx:`cpp`,c:`c`,h:`c`,hpp:`cpp`,cs:`csharp`,rb:`ruby`,php:`php`,swift:`swift`,kt:`kotlin`,sh:`shell`,bash:`shell`,json:`json`,yaml:`yaml`,yml:`yaml`,md:`markdown`,css:`css`,scss:`scss`,less:`less`,sql:`sql`}[e.split(`.`).pop()?.toLowerCase()||``]||`plaintext`}function Mt(){!J.value||Y.value||(Y.value=C.create(J.value,{value:``,language:`plaintext`,theme:a.value===`dark`?`vs-dark`:`vs`,readOnly:!0,fontSize:12,lineHeight:19,fontFamily:`'JetBrains Mono', 'Fira Code', Consolas, monospace`,minimap:{enabled:!1},scrollBeyondLastLine:!1,automaticLayout:!0,wordWrap:`off`,padding:{top:8,bottom:8},scrollbar:{verticalScrollbarSize:6,horizontalScrollbarSize:6}}))}l(a,e=>{Y.value&&C.setTheme(e===`dark`?`vs-dark`:`vs`)});function Nt(e,t){let n={};t.forEach(e=>{n[e.source]||(n[e.source]=[]),n[e.source].push(e.target)});let r=new Map;e.forEach(e=>{let t=e.subsystem??`__default`;r.has(t)||r.set(t,[]),r.get(t).push(e)});let i=[],a=0;for(let[,e]of r){let t=new Set(e.map(e=>e.id)),r={},o=e.length?[e[0].id]:[];for(o[0]&&(r[o[0]]=0);o.length;){let e=o.shift();(n[e]||[]).filter(e=>t.has(e)).forEach(t=>{r[t]===void 0&&(r[t]=(r[e]??0)+1,o.push(t))})}let s={};e.forEach(e=>{let t=r[e.id]??0;s[t]=(s[t]||0)+1});let c={};e.forEach(e=>{let t=r[e.id]??0;c[t]=(c[t]??-1)+1;let n=c[t],o=s[t]??1,ee=a*600+n*220-(o-1)*220/2,l=t*110,u=At(e);i.push({id:e.id,type:`default`,position:{x:ee,y:l},label:e.label,class:`sm-fn-node`,data:{...e,_accentColor:u},style:{"--node-accent":u}})}),a++}return{flowNodes:i,flowEdges:t.map((e,t)=>({id:`e_${t}_${e.source}_${e.target}`,source:e.source,target:e.target,type:`smoothstep`,animated:!1,class:`sm-fn-edge`,markerEnd:{type:ee.ArrowClosed}}))}}async function Pt(){let e=Ct.value,n=wt.value;if(e.length!==0){B.value=!0;try{await t(),await new Promise(e=>requestAnimationFrame(()=>e())),Tt(e.map(e=>e.id)),await new Promise(e=>requestAnimationFrame(()=>e()));let r=new Map;e.forEach(e=>{let t=e.data?.subsystem??`__default__`;r.has(t)||r.set(t,[]),r.get(t).push(e)});let i=new Map,a=0;for(let[,e]of r){let t=new _e.default.graphlib.Graph;t.setDefaultEdgeLabel(()=>({})),t.setGraph({rankdir:`TB`,nodesep:55,ranksep:75,marginx:40,marginy:40});let r=new Set(e.map(e=>e.id));e.forEach(e=>{let n=190,r=e.data?.description?68:48,i=document.querySelector(`.vue-flow__node[data-id="${e.id}"]`);i&&i.offsetWidth>0&&(n=i.offsetWidth,r=i.offsetHeight),t.setNode(e.id,{width:n,height:r})}),n.forEach(e=>{r.has(e.source)&&r.has(e.target)&&t.setEdge(e.source,e.target)}),_e.default.layout(t);let o=0;e.forEach(e=>{let n=t.node(e.id);n&&(i.set(e.id,{x:a+n.x-n.width/2,y:n.y-n.height/2}),o=Math.max(o,n.x+n.width/2))}),a+=o+120}X(e.map(e=>({...e,position:i.get(e.id)??e.position}))),await t(),xt({padding:.18})}finally{B.value=!1}}}async function Ft(){if(!O.value.trim()){pe.warning(T(`@SRCMAP:请先输入项目路径`));return}if(!Z.value){A.value=[],j.value=null,M.value=null,P.value=``,F.value=``,X([]),St([]),k.value=`scanning`,$(T(`@SRCMAP:开始分析项目...`),`info`);try{let e=await fetch(`/api/code-analysis/analyze`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({path:O.value})});if(!e.ok){let t=await e.json().catch(()=>({error:`请求失败`}));throw Error(t.error||`HTTP ${e.status}`)}let t=e.body.getReader(),n=new TextDecoder,r=``;k.value=`analyzing`;let i=``,a=[];for(;;){let{done:e,value:o}=await t.read();if(e)break;r+=n.decode(o,{stream:!0});let s=r.split(`
|
|
2
|
-
`);r=s.pop()??``;for(let e of s)if(e.startsWith(`event:`))i=e.slice(6).trim(),a=[];else if(e.startsWith(`data:`))a.push(e.slice(5).trim());else if(e===``){if(i&&a.length){let e=a.join(``);try{let t=JSON.parse(e);It(i,t)}catch{}}i=``,a=[]}}}catch(e){$(`${T(`@SRCMAP:分析失败`)}: ${e.message}`,`error`),k.value=`error`}}}function It(e,n){if(e===`log`)$(n.message,n.type||`info`);else if(e===`files`)L.value=Ot(n.files||[]),L.value.forEach(e=>{e.kind===`dir`&&R.value.add(e.path)});else if(e===`result`){j.value={language:n.language||``,entryFile:n.entryFile||``,entryFunction:n.entryFunction||``,nodes:Array.isArray(n.nodes)?n.nodes:[],edges:Array.isArray(n.edges)?n.edges:[],techStack:Array.isArray(n.techStack)?n.techStack:[],summary:n.summary||``,allFiles:Array.isArray(n.allFiles)?n.allFiles:[],codeFiles:Array.isArray(n.codeFiles)?n.codeFiles:[],subsystems:Array.isArray(n.subsystems)?n.subsystems:void 0};let{flowNodes:e,flowEdges:r}=Nt(j.value.nodes,j.value.edges);X(e),St(r),t(()=>Pt())}else e===`done`&&(n.error?($(`${T(`@SRCMAP:分析失败`)}: ${n.error}`,`error`),k.value=`error`):k.value=`done`)}async function Lt(e){if(!(!e||I.value)&&F.value!==e){I.value=!0,F.value=e,P.value=``;try{let t=await(await fetch(`/api/code-analysis/file-content?path=${encodeURIComponent(O.value)}&file=${encodeURIComponent(e)}`)).json();if(t.error)throw Error(t.error);P.value=t.content||``}catch(e){P.value=`// ${T(`@SRCMAP:加载失败`)}: ${e.message}`}finally{I.value=!1}}}function Rt(e){let t=e.node.data;M.value=t.id,t.file&&Lt(t.file)}function zt(e){R.value.has(e)?R.value.delete(e):R.value.add(e)}let Bt=y(()=>{let e=[];function t(n,r){for(let i of n){let n=R.value.has(i.path);e.push({name:i.name,path:i.path,kind:i.kind,depth:r,expanded:n}),i.kind===`dir`&&n&&t(i.children,r+1)}}return t(L.value,0),e});return l(()=>D.currentDirectory,e=>{e&&!O.value&&(O.value=e)}),l([P,F],([e,t])=>{let n=Y.value;if(!n)return;let r=jt(t||``),i=n.getModel(),a=C.createModel(e||``,r);n.setModel(a),i?.dispose(),n.setScrollPosition({scrollTop:0,scrollLeft:0})}),ce(()=>{Mt(),!O.value&&D.currentDirectory&&(O.value=D.currentDirectory),E=new MutationObserver(()=>me()),E.observe(document.documentElement,{attributes:!0,attributeFilter:[`data-theme`]})}),te(()=>{Y.value?.getModel()?.dispose(),Y.value?.dispose(),q(),E?.disconnect(),E=null}),(e,t)=>{let i=o;return v(),x(`div`,ve,[_(`div`,ye,[_(`div`,be,[t[9]||=_(`svg`,{viewBox:`0 0 24 24`,width:`18`,height:`18`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`,class:`sm-icon-map`},[_(`polygon`,{points:`3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21`}),_(`line`,{x1:`9`,y1:`3`,x2:`9`,y2:`18`}),_(`line`,{x1:`15`,y1:`6`,x2:`15`,y2:`21`})],-1),_(`span`,xe,b(p(T)(`@SRCMAP:源码地图`)),1)]),_(`div`,Se,[w(_(`input`,{"onUpdate:modelValue":t[0]||=e=>O.value=e,class:`sm-path-input`,placeholder:p(T)(`@SRCMAP:输入项目目录路径`),disabled:Z.value,onKeydown:le(Ft,[`enter`])},null,40,Ce),[[de,O.value]]),_(`button`,{class:`sm-btn sm-btn-primary`,disabled:Z.value,onClick:Ft},[Z.value?(v(),x(g,{key:0},[t[10]||=_(`span`,{class:`sm-spinner`},null,-1),S(` `+b(p(T)(`@SRCMAP:分析中...`)),1)],64)):(v(),x(g,{key:1},[S(b(k.value===`done`?p(T)(`@SRCMAP:重新分析`):p(T)(`@SRCMAP:开始分析`)),1)],64))],8,we)]),_(`div`,Te,[f(i,{content:p(T)(`@SRCMAP:文件列表`),placement:`bottom`},{default:d(()=>[_(`button`,{class:n([`sm-panel-btn`,{active:z.value.files}]),onClick:t[1]||=e=>z.value.files=!z.value.files},t[11]||=[_(`svg`,{viewBox:`0 0 24 24`,width:`16`,height:`16`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`},[_(`path`,{d:`M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z`})],-1)],2)]),_:1},8,[`content`]),f(i,{content:p(T)(`@SRCMAP:调用图`),placement:`bottom`},{default:d(()=>[_(`button`,{class:n([`sm-panel-btn`,{active:z.value.graph}]),onClick:t[2]||=e=>z.value.graph=!z.value.graph},t[12]||=[_(`svg`,{viewBox:`0 0 24 24`,width:`16`,height:`16`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`},[_(`circle`,{cx:`12`,cy:`12`,r:`3`}),_(`circle`,{cx:`3`,cy:`6`,r:`2`}),_(`circle`,{cx:`21`,cy:`6`,r:`2`}),_(`circle`,{cx:`3`,cy:`18`,r:`2`}),_(`circle`,{cx:`21`,cy:`18`,r:`2`}),_(`line`,{x1:`5`,y1:`6`,x2:`9`,y2:`11`}),_(`line`,{x1:`19`,y1:`6`,x2:`15`,y2:`11`}),_(`line`,{x1:`5`,y1:`18`,x2:`9`,y2:`13`}),_(`line`,{x1:`19`,y1:`18`,x2:`15`,y2:`13`})],-1)],2)]),_:1},8,[`content`]),f(i,{content:p(T)(`@SRCMAP:源码面板`),placement:`bottom`},{default:d(()=>[_(`button`,{class:n([`sm-panel-btn`,{active:z.value.source}]),onClick:t[3]||=e=>z.value.source=!z.value.source},t[13]||=[_(`svg`,{viewBox:`0 0 24 24`,width:`16`,height:`16`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`},[_(`polyline`,{points:`16 18 22 12 16 6`}),_(`polyline`,{points:`8 6 2 12 8 18`})],-1)],2)]),_:1},8,[`content`])])]),_(`div`,Ee,[w(_(`div`,{class:`sm-panel sm-panel-files`,style:c({width:vt.value+`px`})},[_(`div`,De,[_(`button`,{class:n([`sm-tab-btn`,{active:N.value===`files`}]),onClick:t[4]||=e=>N.value=`files`},[t[14]||=_(`svg`,{viewBox:`0 0 24 24`,width:`12`,height:`12`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`},[_(`path`,{d:`M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z`})],-1),S(` `+b(p(T)(`@SRCMAP:文件列表`))+` `,1),j.value?(v(),x(`span`,Oe,b(j.value.allFiles.length),1)):m(``,!0)],2),_(`button`,{class:n([`sm-tab-btn`,{active:N.value===`outline`}]),onClick:t[5]||=e=>N.value=`outline`},[t[15]||=se(`<svg viewBox="0 0 24 24" width="12" height="12" fill="none" stroke="currentColor" stroke-width="1.8" data-v-71d3569e><line x1="8" y1="6" x2="21" y2="6" data-v-71d3569e></line><line x1="8" y1="12" x2="21" y2="12" data-v-71d3569e></line><line x1="8" y1="18" x2="21" y2="18" data-v-71d3569e></line><line x1="3" y1="6" x2="3.01" y2="6" data-v-71d3569e></line><line x1="3" y1="12" x2="3.01" y2="12" data-v-71d3569e></line><line x1="3" y1="18" x2="3.01" y2="18" data-v-71d3569e></line></svg>`,1),S(` `+b(p(T)(`@SRCMAP:大纲`)),1)],2)]),w(_(`div`,ke,[Bt.value.length>0?(v(!0),x(g,{key:0},u(Bt.value,e=>(v(),x(`div`,{key:e.path,class:n([`sm-tree-node`,{"sm-tree-node--dir":e.kind===`dir`,"sm-tree-node--active":e.kind===`file`&&F.value===e.path}]),style:c({paddingLeft:10+e.depth*14+`px`}),onClick:t=>e.kind===`dir`?zt(e.path):Lt(e.path)},[e.kind===`dir`?(v(),x(`span`,{key:0,class:n([`sm-tree-arrow`,{expanded:e.expanded}])},t[16]||=[_(`svg`,{viewBox:`0 0 24 24`,width:`10`,height:`10`,fill:`none`,stroke:`currentColor`,"stroke-width":`2.5`,"stroke-linecap":`round`,"stroke-linejoin":`round`},[_(`polyline`,{points:`9 18 15 12 9 6`})],-1)],2)):(v(),x(`span`,je)),e.kind===`dir`?(v(),x(`svg`,Me,[_(`use`,{"xlink:href":`#${p(ge)(e.name)||`icon-folder`}`},null,8,Ne)])):(v(),x(`svg`,Pe,[_(`use`,{"xlink:href":`#${p(ge)(e.name)}`},null,8,Fe)])),_(`span`,{class:`sm-tree-name`,title:e.path},b(e.name),9,Ie)],14,Ae))),128)):(v(),x(`div`,Le,b(p(T)(`@SRCMAP:暂无文件,请先开始分析`)),1))],512),[[h,N.value===`files`]]),w(_(`div`,Re,[Dt.value.length>0?(v(!0),x(g,{key:0},u(Dt.value,e=>(v(),x(`div`,{key:e.displayName,class:`sm-outline-group`},[_(`div`,{class:`sm-outline-group-header`,style:c({color:e.color})},[t[17]||=_(`svg`,{viewBox:`0 0 24 24`,width:`8`,height:`8`,fill:`currentColor`},[_(`circle`,{cx:`12`,cy:`12`,r:`6`})],-1),S(` `+b(e.displayName)+` `,1),_(`span`,ze,b(e.nodes.length),1)],4),(v(!0),x(g,null,u(e.nodes,t=>(v(),x(`div`,{key:t.id,class:n([`sm-outline-node`,{"sm-outline-node--active":M.value===t.id}]),onClick:e=>{M.value=t.id,t.file&&Lt(t.file)}},[_(`span`,{class:`sm-outline-dot`,style:c({background:e.color})},null,4),_(`span`,{class:`sm-outline-label`,title:t.file||t.label},b(t.label),9,Ve),t.description?(v(),x(`span`,He,b(t.description.length>18?t.description.slice(0,18)+`…`:t.description),1)):m(``,!0)],10,Be))),128))]))),128)):(v(),x(`div`,Ue,b(p(T)(`@SRCMAP:暂无分析结果`)),1))],512),[[h,N.value===`outline`]])],4),[[h,z.value.files]]),w(_(`div`,{class:`sm-resizer sm-resizer-v`,onMousedown:t[6]||=e=>K(`files`,e)},null,544),[[h,z.value.files&&z.value.graph]]),w(_(`div`,We,[j.value?(v(),x(`div`,Ge,[_(`span`,Ke,b(j.value.language),1),j.value.subsystems&&j.value.subsystems.length>1?(v(!0),x(g,{key:0},u(j.value.subsystems,e=>(v(),x(`span`,{key:e.name,class:`sm-subsystem-tag`,style:c({borderColor:e.color,color:e.color})},`● `+b(e.displayName||e.name),5))),128)):(v(!0),x(g,{key:1},u(j.value.techStack.slice(0,4),e=>(v(),x(`span`,{key:e,class:`sm-tech-tag`},b(e),1))),128)),_(`span`,qe,b(j.value.summary),1)])):m(``,!0),_(`div`,Je,[_(`div`,Ye,[_(`button`,{class:`sm-layout-btn`,disabled:B.value||!j.value,onClick:Pt},[t[18]||=se(`<svg viewBox="0 0 24 24" width="12" height="12" fill="none" stroke="currentColor" stroke-width="1.8" data-v-71d3569e><rect x="3" y="3" width="7" height="7" rx="1" data-v-71d3569e></rect><rect x="14" y="3" width="7" height="7" rx="1" data-v-71d3569e></rect><rect x="3" y="14" width="7" height="7" rx="1" data-v-71d3569e></rect><rect x="14" y="14" width="7" height="7" rx="1" data-v-71d3569e></rect></svg>`,1),S(` `+b(B.value?p(T)(`@SRCMAP:布局中...`):p(T)(`@SRCMAP:优化布局`)),1)],8,Xe)]),f(p(s),{class:`sm-vue-flow`,"default-viewport":{zoom:1},"min-zoom":.2,"max-zoom":4,"fit-view-on-init":``,onNodeClick:Rt},{"node-default":d(({data:e,label:t})=>[f(p(oe),{type:`target`,position:p(ue).Top},null,8,[`position`]),_(`div`,{class:`sm-fn-inner`,title:`${t}${e?.description?`
|
|
3
|
-
`+e.description:``}`},[_(`div`,Qe,b(t),1),e?.description?(v(),x(`div`,$e,b(e.description.length>22?e.description.slice(0,22)+`…`:e.description),1)):m(``,!0)],8,Ze),f(p(oe),{type:`source`,position:p(ue).Bottom},null,8,[`position`])]),default:d(()=>[f(p(r),{variant:p(ie).Dots,gap:20,size:1,"pattern-color":Et.value},null,8,[`variant`,`pattern-color`]),f(p(re)),f(p(fe),{"node-color":`#3b82f6`,"mask-color":a.value===`dark`?`rgba(0,0,0,0.55)`:`rgba(15,23,42,0.06)`},null,8,[`mask-color`])]),_:1}),!j.value&&!Z.value?(v(),x(`div`,et,[(v(),x(`svg`,tt,t[19]||=[_(`polygon`,{points:`3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21`},null,-1),_(`line`,{x1:`9`,y1:`3`,x2:`9`,y2:`18`},null,-1),_(`line`,{x1:`15`,y1:`6`,x2:`15`,y2:`21`},null,-1)])),_(`p`,null,b(p(T)(`@SRCMAP:输入项目路径后点击开始分析`)),1)])):m(``,!0),Z.value&&!j.value?(v(),x(`div`,nt,[t[20]||=_(`span`,{class:`sm-spinner sm-spinner-lg`},null,-1),_(`p`,null,b(p(T)(`@SRCMAP:AI 正在分析项目结构...`)),1)])):m(``,!0)]),_(`div`,{class:`sm-resizer sm-resizer-h`,onMousedown:t[7]||=e=>K(`log`,e)},null,32),_(`div`,{class:`sm-log-panel`,style:c({height:H.value+`px`})},[_(`div`,rt,[t[21]||=_(`svg`,{viewBox:`0 0 24 24`,width:`12`,height:`12`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`},[_(`polyline`,{points:`4 17 10 11 4 5`}),_(`line`,{x1:`12`,y1:`19`,x2:`20`,y2:`19`})],-1),S(` `+b(p(T)(`@SRCMAP:Agent 日志`))+` `,1),Z.value?(v(),x(`span`,it)):m(``,!0)]),_(`div`,at,[(v(!0),x(g,null,u(A.value.slice(-50),e=>(v(),x(`div`,{key:e.id,class:n([`sm-log-entry`,`sm-log-entry--${e.type}`])},b(e.message),3))),128)),A.value.length===0?(v(),x(`div`,ot,b(p(T)(`@SRCMAP:等待开始分析`)),1)):m(``,!0)],512)],4)],512),[[h,z.value.graph]]),w(_(`div`,{class:`sm-resizer sm-resizer-v`,onMousedown:t[8]||=e=>K(`source`,e)},null,544),[[h,z.value.graph&&z.value.source]]),w(_(`div`,{class:`sm-panel sm-panel-source`,style:c({width:V.value+`px`})},[_(`div`,st,[t[22]||=_(`svg`,{viewBox:`0 0 24 24`,width:`13`,height:`13`,fill:`none`,stroke:`currentColor`,"stroke-width":`1.8`},[_(`polyline`,{points:`16 18 22 12 16 6`}),_(`polyline`,{points:`8 6 2 12 8 18`})],-1),S(` `+b(F.value||p(T)(`@SRCMAP:源码面板`))+` `,1),Q.value?(v(),x(`span`,ct,b(Q.value.label),1)):m(``,!0)]),Q.value?(v(),x(`div`,lt,[_(`div`,ut,b(Q.value.label),1),_(`div`,dt,[S(b(Q.value.file),1),Q.value.line?(v(),x(`span`,ft,` :`+b(Q.value.line),1)):m(``,!0)]),Q.value.description?(v(),x(`div`,pt,b(Q.value.description),1)):m(``,!0)])):m(``,!0),_(`div`,mt,[I.value?(v(),x(`div`,ht,t[23]||=[_(`span`,{class:`sm-spinner`},null,-1)])):m(``,!0),!I.value&&!P.value?(v(),x(`div`,gt,b(p(T)(`@SRCMAP:点击调用图中的节点查看源码`)),1)):m(``,!0),_(`div`,{ref_key:`monacoContainerRef`,ref:J,class:`sm-monaco-container`},null,512)])],4),[[h,z.value.source]])])])}}}),[[`__scopeId`,`data-v-71d3569e`]]);export{D as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.ai-split-status[data-v-fa5bf380]{align-items:center;gap:var(--spacing-base);margin-bottom:var(--spacing-md);color:var(--el-color-primary);font-size:13px;display:flex}.ai-split-status.is-error[data-v-fa5bf380]{color:var(--el-color-danger)}.ai-split-status .is-loading[data-v-fa5bf380]{animation:2s linear infinite rotating-fa5bf380}@keyframes rotating-fa5bf380{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-split-tabs[data-v-fa5bf380]{margin-top:-8px}.ai-split-tab-count[data-v-fa5bf380]{color:var(--text-tertiary);font-variant-numeric:tabular-nums;margin-left:4px;font-size:11px}.ai-split-prompt-actions[data-v-fa5bf380]{justify-content:flex-end;margin-bottom:8px;display:flex}.ai-split-prompt-editor[data-v-fa5bf380]{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.ai-split-prompt-editor__actions[data-v-fa5bf380]{justify-content:flex-end;gap:8px;display:flex}.ai-split-subhead[data-v-fa5bf380]{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;margin:12px 0 4px;font-size:12px;font-weight:600}.ai-split-pre[data-v-fa5bf380]{background:var(--bg-code);color:var(--text-primary);max-height:280px;font-family:var(--font-mono,ui-monospace, monospace);white-space:pre-wrap;word-break:break-word;border-radius:4px;margin:0;padding:10px 12px;font-size:12px;line-height:1.6;overflow:auto}.ai-split-pre--think[data-v-fa5bf380]{color:var(--text-secondary);background:#8b5cf60f;border-left:2px solid #8b5cf673;font-style:italic}.ai-split-empty[data-v-fa5bf380]{text-align:center;color:var(--text-tertiary);padding:32px;font-size:13px}.ai-split-list[data-v-fa5bf380]{flex-direction:column;gap:8px;max-height:360px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.ai-split-list__item[data-v-fa5bf380]{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:4px;gap:10px;padding:10px 12px;display:flex}.ai-split-list__no[data-v-fa5bf380]{background:var(--el-color-primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.ai-split-list__body[data-v-fa5bf380]{flex:1;min-width:0}.ai-split-list__title[data-v-fa5bf380]{color:var(--text-primary);margin-bottom:4px;font-size:13px;font-weight:600}.ai-split-list__desc[data-v-fa5bf380]{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.5}.ai-split-parse-error[data-v-fa5bf380]{margin-bottom:10px}.ai-split-parse-error__detail[data-v-fa5bf380]{font-family:var(--font-mono,ui-monospace, monospace);word-break:break-word;color:var(--text-primary);margin:4px 0 6px;font-size:12px}.ai-split-parse-error__hint[data-v-fa5bf380]{color:var(--text-secondary);margin-bottom:8px;font-size:12px;line-height:1.55}.ai-split-parse-error__actions[data-v-fa5bf380]{gap:8px;display:flex}.ai-split-footer-hint[data-v-fa5bf380]{color:var(--el-color-warning);background:#e6a23c1a;border-radius:4px;align-items:center;gap:6px;margin-top:8px;padding:8px 10px;font-size:12px;display:flex}.ai-split-raw-toolbar[data-v-fa5bf380]{background:#409eff0f;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:6px 10px;font-size:12px;display:flex}.ai-split-raw-tip[data-v-fa5bf380]{color:var(--text-secondary)}.ai-split-raw-editor[data-v-fa5bf380] .el-textarea__inner{font-family:var(--font-mono,ui-monospace, monospace);max-height:360px;font-size:12px;line-height:1.6}.wb-log-details[data-v-ae32f993]{border:1px solid var(--border-color);border-radius:var(--radius-sm,4px);background:var(--bg-code);margin-top:6px;overflow:hidden}.wb-log-summary[data-v-ae32f993]{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:12px;list-style:none;display:flex}.wb-log-summary[data-v-ae32f993]::-webkit-details-marker{display:none}.wb-log-summary[data-v-ae32f993]:hover{background:#3b82f60f}.wb-log-summary__left[data-v-ae32f993]{flex:1;align-items:center;gap:6px;min-width:0;display:inline-flex}.wb-log-summary__right[data-v-ae32f993]{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.wb-log-summary__meta[data-v-ae32f993]{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:11px}.wb-log-copy[data-v-ae32f993]{color:var(--text-secondary);background:var(--bg-container);border:1px solid var(--border-color-medium);border-radius:var(--radius-sm,4px);cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:3px;padding:2px 7px;font-size:11px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.wb-log-copy[data-v-ae32f993]:hover{background:color-mix(in srgb, var(--color-primary) 10%, transparent);border-color:color-mix(in srgb, var(--color-primary) 35%, transparent);color:var(--color-primary)}.wb-log-copy[data-v-ae32f993]:active{background:color-mix(in srgb, var(--color-primary) 18%, transparent)}.wb-log-copy[data-v-ae32f993]:focus-visible{outline:2px solid color-mix(in srgb, var(--color-primary) 50%, transparent);outline-offset:1px}.wb-log-copy--sm[data-v-ae32f993]{padding:1px 6px;font-size:10px}.wb-log-pre__head[data-v-ae32f993]{border-top:1px solid var(--border-color);background:var(--bg-subtle,var(--bg-container));color:var(--text-secondary);align-items:center;gap:8px;padding:5px 10px;font-size:11px;display:flex}.wb-log-pre__label[data-v-ae32f993]{letter-spacing:.3px;text-transform:uppercase;flex:1;font-weight:600}.wb-log-pre__meta[data-v-ae32f993]{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:11px}.wb-log-pre[data-v-ae32f993]{max-height:600px;font-family:var(--font-mono,ui-monospace, monospace);color:var(--text-primary);background:var(--bg-code);white-space:pre-wrap;word-break:break-word;margin:0;padding:8px 10px;font-size:12px;line-height:1.55;overflow:auto}.wb-log-section[data-v-ae32f993]{border-top:1px solid var(--border-color)}.wb-log-section__summary[data-v-ae32f993]{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;background:var(--bg-subtle,var(--bg-container));justify-content:space-between;align-items:center;gap:8px;padding:5px 10px;font-size:11px;list-style:none;display:flex}.wb-log-section__summary[data-v-ae32f993]::-webkit-details-marker{display:none}.wb-log-section__summary[data-v-ae32f993]:hover{background:#3b82f60f}.wb-log-section__tag[data-v-ae32f993]{letter-spacing:.3px;text-transform:uppercase;border-radius:3px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.wb-log-section__tag--user[data-v-ae32f993]{color:#b45309;background:#f59e0b2e}.wb-log-section__tag--think[data-v-ae32f993]{color:#6d28d9;background:#8b5cf62e}.wb-log-section__count[data-v-ae32f993]{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:10px}.wb-log-section__pre[data-v-ae32f993]{max-height:800px;font-family:var(--font-mono,ui-monospace, monospace);white-space:pre-wrap;word-break:break-word;margin:0;padding:8px 10px;font-size:11px;line-height:1.55;overflow:auto}.wb-log-section__pre--user[data-v-ae32f993]{color:var(--text-primary);background:#f59e0b0f;border-left:2px solid #f59e0b73}.wb-log-section__pre--think[data-v-ae32f993]{color:var(--text-secondary);background:#8b5cf60f;border-left:2px solid #8b5cf673;font-style:italic}.exec-logs[data-v-13ab606e]{flex-direction:column;gap:12px;height:100%;padding:16px 20px;display:flex;overflow:auto}.exec-logs__head[data-v-13ab606e]{align-items:center;gap:12px;display:flex}.exec-logs__title-block[data-v-13ab606e]{flex:1;align-items:baseline;gap:10px;min-width:0;display:flex}.exec-logs__title[data-v-13ab606e]{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.exec-logs__stats[data-v-13ab606e]{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:12px}.exec-logs__head-actions[data-v-13ab606e]{flex-shrink:0;gap:8px;display:inline-flex}.exec-logs__config[data-v-13ab606e]{background:var(--bg-subtle,var(--bg-container));border:1px solid var(--border-color);border-radius:var(--radius-md,6px);flex-wrap:wrap;align-items:center;gap:16px;padding:10px 14px;display:flex}.exec-logs__config-label[data-v-13ab606e]{color:var(--text-secondary);font-size:12px;font-weight:600}.exec-logs__config-field[data-v-13ab606e]{align-items:center;gap:8px;display:inline-flex}.exec-logs__config-name[data-v-13ab606e]{color:var(--text-tertiary);font-size:12px}.exec-logs__filter[data-v-13ab606e]{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.exec-logs__filter-spacer[data-v-13ab606e]{flex:1}.exec-logs__batch-meta[data-v-13ab606e]{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:12px}.exec-logs__batch[data-v-13ab606e]{background:color-mix(in srgb, var(--color-primary) 6%, transparent);border:1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);border-radius:var(--radius-md,6px);align-items:center;gap:12px;padding:8px 14px;display:flex}.exec-logs__list[data-v-13ab606e]{flex-direction:column;flex:1;gap:10px;min-height:200px;display:flex}.exec-logs__empty[data-v-13ab606e]{border:1px dashed var(--border-color);border-radius:var(--radius-md,6px);color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.exec-logs__empty-art[data-v-13ab606e]{opacity:.5;margin-bottom:8px;font-size:36px}.exec-logs__empty-title[data-v-13ab606e]{color:var(--text-secondary);margin-bottom:4px;font-size:14px;font-weight:600}.exec-logs__empty-hint[data-v-13ab606e]{max-width:400px;font-size:12px}.exec-logs__pager[data-v-13ab606e]{justify-content:center;padding-top:8px;display:flex}.exec-card[data-v-13ab606e]{background:var(--bg-container);border:1px solid var(--border-color);border-radius:var(--radius-md,6px);flex-direction:column;gap:6px;padding:12px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.exec-card[data-v-13ab606e]:hover{border-color:var(--color-primary)}.exec-card.is-selected[data-v-13ab606e]{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.exec-card__head[data-v-13ab606e]{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.exec-card__status[data-v-13ab606e]{border:1px solid;border-radius:999px;flex-shrink:0;padding:1px 8px;font-size:11px;font-weight:600;display:inline-block}.exec-card__title[data-v-13ab606e]{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:360px;font-size:14px;font-weight:600;overflow:hidden}.exec-card__spacer[data-v-13ab606e]{flex:1}.exec-card__meta[data-v-13ab606e]{color:var(--text-tertiary);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;font-size:11px;display:inline-flex}.exec-card__task[data-v-13ab606e]{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.exec-card__time[data-v-13ab606e]{font-variant-numeric:tabular-nums}.exec-card__exit[data-v-13ab606e]{font-family:var(--font-mono,ui-monospace, monospace)}.exec-card__del[data-v-13ab606e]{width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background .15s,color .15s;display:inline-flex}.exec-card__del[data-v-13ab606e]:hover{color:#ef4444;background:#ef44441f}.exec-card__error[data-v-13ab606e]{color:#b91c1c;font-size:12px;font-family:var(--font-mono,ui-monospace, monospace);white-space:pre-wrap;word-break:break-word;background:#ef44440f;border-left:2px solid #ef4444;border-radius:3px;margin:0;padding:6px 10px}.workbench[data-v-1c45d6b6]{background:var(--bg-container);height:100%;color:var(--text-primary);flex-direction:column;display:flex}.wb-tabs[data-v-1c45d6b6]{border-bottom:1px solid var(--border-color);background:var(--bg-subtle,var(--bg-container));flex-shrink:0;align-items:stretch;gap:4px;min-height:40px;padding:0 16px;display:flex}.wb-tab[data-v-1c45d6b6]{appearance:none;color:var(--text-tertiary);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;padding:0 16px;font-size:13px;font-weight:500;transition:color .15s;position:relative}.wb-tab[data-v-1c45d6b6]:hover{color:var(--text-primary)}.wb-tab.is-active[data-v-1c45d6b6]{color:var(--color-primary);font-weight:600}.wb-tab.is-active[data-v-1c45d6b6]:after{content:"";background:var(--color-primary);border-radius:var(--radius-2xs);height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.workbench__editor-row[data-v-1c45d6b6]{flex:1;min-height:0;display:flex}.wb-sidebar[data-v-1c45d6b6]{border-right:1px solid var(--border-color);background:var(--bg-container);flex-direction:column;flex-shrink:0;gap:18px;width:268px;padding:14px 12px 18px;display:flex;overflow-y:auto}.wb-section[data-v-1c45d6b6]{flex-direction:column;flex-shrink:0;gap:8px;min-height:0;display:flex}.wb-section+.wb-section[data-v-1c45d6b6]{border-top:1px dashed var(--border-color);padding-top:16px}.wb-section__head[data-v-1c45d6b6]{align-items:center;gap:6px;padding:0 4px;display:flex}.wb-section__tag[data-v-1c45d6b6]{letter-spacing:.4px;height:18px;color:var(--text-tertiary);background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-sm);text-transform:uppercase;font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;padding:0 6px;font-size:10px;font-weight:600;display:inline-flex}.wb-section__tag--accent[data-v-1c45d6b6]{color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 9%, transparent);border-color:var(--tint-primary-22)}.wb-section__title[data-v-1c45d6b6]{color:var(--text-secondary);letter-spacing:.2px;flex:1;min-width:0;margin:0;font-size:12px;font-weight:600}.wb-section__action[data-v-1c45d6b6]{color:var(--text-tertiary);border-radius:var(--radius-sm);cursor:pointer;width:28px;height:28px;transition:background var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.wb-section__action[data-v-1c45d6b6]:hover{background:var(--tint-primary-12);color:var(--color-primary)}.wb-new-btn[data-v-1c45d6b6]{border:1px solid var(--tint-primary-30);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-primary) 8%, var(--bg-container));width:100%;height:34px;color:var(--color-primary);letter-spacing:.1px;cursor:pointer;transition:background var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom), box-shadow var(--transition-fast) var(--ease-custom), transform var(--transition-fast) var(--ease-custom);align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:600;display:flex}.wb-new-btn__icon[data-v-1c45d6b6]{transition:transform var(--transition-fast) var(--ease-custom);flex-shrink:0;font-size:14px}.wb-new-btn__shortcut[data-v-1c45d6b6]{display:none}.wb-new-btn[data-v-1c45d6b6]:hover{background:color-mix(in srgb, var(--color-primary) 14%, var(--bg-container));border-color:var(--tint-primary-50);box-shadow:var(--wb-card-shadow-hover), 0 0 0 3px var(--tint-primary-10)}.wb-new-btn:hover .wb-new-btn__icon[data-v-1c45d6b6]{transform:rotate(90deg)}.wb-new-btn[data-v-1c45d6b6]:active{transform:scale(.99)}.wb-new-btn[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset-lg)}.wb-task-list[data-v-1c45d6b6],.wb-prompt-list[data-v-1c45d6b6]{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.wb-task-item[data-v-1c45d6b6]{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-container);cursor:pointer;transition:background var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom), box-shadow var(--transition-fast) var(--ease-custom), transform var(--transition-fast) var(--ease-custom);align-items:center;gap:10px;padding:9px 10px;display:flex;position:relative}.wb-task-item.is-running[data-v-1c45d6b6]{border-color:color-mix(in srgb, var(--color-warning) 55%, var(--border-color));box-shadow:0 0 0 1px color-mix(in srgb, var(--color-warning) 22%, transparent) inset}.wb-task-item.is-running[data-v-1c45d6b6]:before{content:"";background:var(--color-warning);width:3px;box-shadow:0 0 6px color-mix(in srgb, var(--color-warning) 60%, transparent);border-radius:2px;position:absolute;top:8px;bottom:8px;left:-1px}.wb-task-item[data-v-1c45d6b6]:hover{background:var(--bg-container-hover);border-color:var(--border-color-medium);box-shadow:var(--wb-card-shadow-hover)}.wb-task-item:hover .wb-task-item__del[data-v-1c45d6b6]{opacity:1;transform:translate(0)}.wb-task-item.active[data-v-1c45d6b6]{background:color-mix(in srgb, var(--color-primary) 9%, var(--bg-container));border-color:var(--tint-primary-45);box-shadow:var(--wb-card-shadow-hover)}.wb-task-item.active .wb-task-item__title[data-v-1c45d6b6]{color:var(--color-primary)}.wb-task-item.active .wb-task-item__del[data-v-1c45d6b6]{opacity:1;color:var(--color-primary)}.wb-task-item__avatar[data-v-1c45d6b6]{border-radius:var(--radius-md);width:30px;height:30px;font-size:var(--font-size-15);background:var(--bg-subtle);color:var(--text-tertiary);border:1px solid var(--border-color);transition:background var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.wb-task-item__avatar[data-icon=image][data-v-1c45d6b6]{color:#6d28d9;background:#8b5cf61f;border-color:#8b5cf647}.wb-task-item__avatar[data-icon=icon][data-v-1c45d6b6]{color:#0369a1;background:#0ea5e91f;border-color:#0ea5e947}.wb-task-item__avatar[data-icon=test][data-v-1c45d6b6]{color:#047857;background:#10b9811f;border-color:#10b98147}.wb-task-item__avatar[data-icon=ui][data-v-1c45d6b6]{color:#b45309;background:#f59e0b1f;border-color:#f59e0b47}.wb-task-item.active .wb-task-item__avatar[data-v-1c45d6b6]{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.wb-task-item__body[data-v-1c45d6b6]{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.wb-task-item__title[data-v-1c45d6b6]{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.1px;font-size:13px;font-weight:500;line-height:1.3;overflow:hidden}.wb-task-item__meta[data-v-1c45d6b6]{color:var(--text-tertiary);align-items:center;gap:8px;font-size:11px;line-height:1;display:flex}.wb-task-item__meta-item[data-v-1c45d6b6]{font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-weight:500;display:inline-flex}.wb-task-item__meta-item--accent[data-v-1c45d6b6]{color:var(--color-primary)}.wb-task-item__meta-item--simple[data-v-1c45d6b6]{color:#047857;letter-spacing:.2px;white-space:nowrap;background:#10b98124;border-radius:7px;align-items:center;height:15px;padding:0 6px;font-size:10px;font-weight:600;display:inline-flex}.wb-task-item__meta-item--project[data-v-1c45d6b6]{background:color-mix(in srgb, var(--color-warning,#f59e0b) 14%, transparent);height:15px;color:color-mix(in srgb, var(--color-warning,#f59e0b) 80%, var(--text-primary));letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;border-radius:7px;align-items:center;max-width:110px;padding:0 5px;font-size:10px;font-weight:600;display:inline-flex;overflow:hidden}.wb-task-item.is-other-project[data-v-1c45d6b6]{opacity:.78}.wb-task-item.is-other-project[data-v-1c45d6b6]:hover{opacity:1}.wb-task-item__meta-icon[data-v-1c45d6b6]{opacity:.85;font-size:11px}.wb-task-item__num[data-v-1c45d6b6]{min-width:14px;color:var(--text-secondary);transition:background var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);padding:0 4px}.wb-task-item.active .wb-task-item__num[data-v-1c45d6b6]{color:var(--color-primary);background:var(--tint-primary-14)}.wb-task-item__meta-item--running .wb-task-item__num[data-v-1c45d6b6]{color:color-mix(in srgb, var(--color-warning,#f59e0b) 85%, var(--text-primary));background:color-mix(in srgb, var(--color-warning,#f59e0b) 18%, transparent);font-weight:600}.wb-task-item.is-running .wb-task-item__meta-icon[data-v-1c45d6b6]{color:color-mix(in srgb, var(--color-warning,#f59e0b) 80%, var(--text-primary));animation:1.4s ease-in-out infinite wb-task-running-icon-1c45d6b6}@keyframes wb-task-running-icon-1c45d6b6{0%,to{opacity:.55}50%{opacity:1}}.wb-task-item__del[data-v-1c45d6b6]{color:var(--text-tertiary);border-radius:var(--radius-sm);cursor:pointer;opacity:0;width:28px;height:28px;transition:opacity var(--transition-fast) var(--ease-custom), background var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom), transform var(--transition-fast) var(--ease-custom);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:inline-flex;transform:translate(-2px)}.wb-task-item__del[data-v-1c45d6b6]:hover{background:color-mix(in srgb, var(--color-danger) 14%, transparent);color:var(--color-danger)}.wb-task-item__del[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);opacity:1}.wb-task-item__del[data-v-1c45d6b6],.wb-prompt-item__del[data-v-1c45d6b6],.wb-sub-item__del[data-v-1c45d6b6]{font-size:13px}.wb-prompt-item[data-v-1c45d6b6]{border-radius:var(--radius-md);font-size:var(--font-size-125);color:var(--text-primary);transition:background var(--transition-fast) var(--ease-custom);align-items:center;gap:8px;padding:7px 8px;display:flex;position:relative}.wb-prompt-item[data-v-1c45d6b6]:hover{background:var(--bg-container-hover)}.wb-prompt-item:hover .wb-prompt-item__del[data-v-1c45d6b6]{opacity:1}.wb-prompt-item__icon[data-v-1c45d6b6]{border-radius:var(--radius-sm);background:var(--tint-primary-08);width:22px;height:22px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.wb-prompt-item__name[data-v-1c45d6b6]{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--text-primary);letter-spacing:-.05px;flex:1;font-weight:500;overflow:hidden}.wb-prompt-item__project[data-v-1c45d6b6]{background:var(--tint-primary-12);height:16px;color:var(--color-primary);letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;flex-shrink:0;align-items:center;max-width:110px;padding:0 6px;font-size:10px;font-weight:600;display:inline-flex;overflow:hidden}.wb-prompt-item__del[data-v-1c45d6b6]{color:var(--text-tertiary);border-radius:var(--radius-xs);cursor:pointer;opacity:0;width:20px;height:20px;transition:opacity var(--transition-fast) var(--ease-custom), background var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.wb-prompt-item__del[data-v-1c45d6b6]:hover{background:color-mix(in srgb, var(--color-danger) 14%, transparent);color:var(--color-danger)}.wb-prompt-item__del[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);opacity:1}.wb-empty[data-v-1c45d6b6]{text-align:center;color:var(--text-tertiary);border:1px dashed var(--border-color);border-radius:var(--radius-md);background:var(--bg-subtle);flex-direction:column;align-items:center;gap:4px;padding:22px 12px 18px;display:flex}.wb-empty--compact[data-v-1c45d6b6]{flex-direction:row;justify-content:center;gap:0;padding:10px 12px}.wb-empty__icon[data-v-1c45d6b6]{color:var(--text-tertiary);opacity:.65;margin-bottom:2px;font-size:22px}.wb-empty__text[data-v-1c45d6b6]{font-size:var(--font-size-125);color:var(--text-secondary);font-weight:500}.wb-empty__hint[data-v-1c45d6b6]{color:var(--text-tertiary);font-size:11px}.wb-empty--rich[data-v-1c45d6b6]{border-style:solid;border-color:var(--border-color);background:var(--bg-container);gap:10px;margin:4px 2px 2px;padding:32px 28px 28px}.wb-empty__art[data-v-1c45d6b6]{background:var(--tint-primary-12);width:44px;height:44px;color:var(--color-primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:2px;font-size:22px;display:flex}.wb-empty__title[data-v-1c45d6b6]{letter-spacing:var(--letter-spacing-heading,-.25px);color:var(--text-secondary);font-size:14px;font-weight:600;line-height:1.4}.wb-empty--rich .wb-empty__hint[data-v-1c45d6b6]{color:var(--text-tertiary);max-width:280px;font-size:12px;line-height:1.55}.wb-empty__cta[data-v-1c45d6b6]{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:6px;display:flex}.wb-empty__link[data-v-1c45d6b6]{appearance:none;min-height:32px;color:var(--color-primary);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;padding:6px 10px;font-size:12px;font-weight:500;transition:color .15s ease-out,background-color .15s ease-out;display:inline-flex}.wb-empty__link[data-v-1c45d6b6]:hover:not(:disabled){color:var(--color-primary);background:var(--tint-primary-08)}.wb-empty__link[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset-lg)}.wb-empty__link[data-v-1c45d6b6]:disabled{color:var(--text-tertiary);cursor:not-allowed;opacity:.6}@media (prefers-reduced-motion:reduce){.wb-empty__link[data-v-1c45d6b6]{transition:none}}.wb-split[data-v-1c45d6b6]{flex-direction:column;flex:1;gap:8px;min-height:0;padding:10px 16px;display:flex;overflow:hidden}.wb-placeholder[data-v-1c45d6b6]{color:var(--text-tertiary);flex:1;justify-content:center;align-items:center;font-size:13px;display:flex}.wb-execution-body[data-v-1c45d6b6]{border:1px solid var(--border-color);border-radius:var(--radius-md);flex:1;min-height:0;display:flex;overflow:hidden}.wb-exec-list[data-v-1c45d6b6]{border-right:1px solid var(--border-color);background:var(--bg-subtle);flex-direction:column;flex-shrink:0;width:260px;display:flex;overflow:hidden}.wb-exec-list__header[data-v-1c45d6b6]{border-bottom:1px solid var(--border-color);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px 8px;display:flex}.wb-exec-list__title[data-v-1c45d6b6]{color:var(--text-secondary);letter-spacing:.1px;flex-shrink:0;margin:0;font-size:12px;font-weight:600}.wb-exec-list__header .wb-split__sub-actions[data-v-1c45d6b6]{margin-left:auto}.wb-exec-sub-list[data-v-1c45d6b6]{flex-direction:column;flex:1;gap:4px;min-height:0;margin:0;padding:6px;list-style:none;display:flex;overflow-y:auto}.wb-exec-sub-item[data-v-1c45d6b6]{border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom);border:1px solid #0000;flex-direction:column;gap:0;padding:7px 8px 5px;display:flex;position:relative}.wb-exec-sub-item[data-v-1c45d6b6]:hover{background:var(--bg-container-hover);border-color:var(--border-color)}.wb-exec-sub-item.is-selected[data-v-1c45d6b6]{background:color-mix(in srgb, var(--color-primary) 9%, var(--bg-container));border-color:var(--tint-primary-35)}.wb-exec-sub-item.is-running[data-v-1c45d6b6]{border-color:var(--tint-primary-45);background:color-mix(in srgb, var(--color-primary) 6%, var(--bg-container))}.wb-exec-sub-item.is-done[data-v-1c45d6b6]:not(.is-selected){opacity:.75}.wb-exec-sub-item__row1[data-v-1c45d6b6]{align-items:center;gap:6px;min-width:0;display:flex}.wb-exec-sub-item__row2[data-v-1c45d6b6]{opacity:0;max-height:0;transition:max-height .18s var(--ease-custom), opacity .15s var(--ease-custom), padding-top .18s var(--ease-custom);align-items:center;gap:4px;padding-top:0;display:flex;overflow:hidden}.wb-exec-sub-item:hover .wb-exec-sub-item__row2[data-v-1c45d6b6],.wb-exec-sub-item.is-selected .wb-exec-sub-item__row2[data-v-1c45d6b6],.wb-exec-sub-item.is-running .wb-exec-sub-item__row2[data-v-1c45d6b6]{opacity:1;max-height:28px;padding-top:5px}.wb-exec-sub-item__actions[data-v-1c45d6b6]{align-items:center;gap:4px;margin-left:auto;display:inline-flex}.wb-exec-sub-item__dirty-dot[data-v-1c45d6b6]{background:#f59e0b;border-radius:50%;flex-shrink:0;width:5px;height:5px}.wb-exec-sub-btn[data-v-1c45d6b6]{appearance:none;border:1px solid var(--border-color-medium);background:var(--bg-container);color:var(--text-tertiary);cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;height:20px;padding:0 7px;font-size:10px;font-weight:600;transition:background .15s,color .15s,border-color .15s}.wb-exec-sub-btn[data-v-1c45d6b6]:disabled{opacity:.4;cursor:not-allowed}.wb-exec-sub-btn--run[data-v-1c45d6b6]{color:var(--color-primary);border-color:var(--tint-primary-35);background:color-mix(in srgb, var(--color-primary) 6%, var(--bg-container))}.wb-exec-sub-btn--run[data-v-1c45d6b6]:hover{background:color-mix(in srgb, var(--color-primary) 14%, var(--bg-container))}.wb-exec-sub-btn--stop[data-v-1c45d6b6]{color:#ef4444;background:#ef44440f;border-color:#ef444466}.wb-exec-sub-btn--stop[data-v-1c45d6b6]:hover{background:#ef44441f}.wb-exec-sub-btn--undo[data-v-1c45d6b6]{color:var(--color-primary);border-color:var(--tint-primary-35);background:color-mix(in srgb, var(--color-primary) 6%, var(--bg-container))}.wb-exec-sub-btn--undo[data-v-1c45d6b6]:hover{background:color-mix(in srgb, var(--color-primary) 14%, var(--bg-container))}.wb-exec-sub-btn--del[data-v-1c45d6b6]{width:20px;color:var(--text-tertiary);padding:0;font-size:13px}.wb-exec-sub-btn--del[data-v-1c45d6b6]:hover{color:#ef4444;background:#ef44440f;border-color:#ef444466}.wb-exec-sub-item__title[data-v-1c45d6b6]{min-width:0;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:500;line-height:1.35;overflow:hidden}.wb-exec-sub-item.is-selected .wb-exec-sub-item__title[data-v-1c45d6b6]{color:var(--color-primary)}.wb-exec-sub-item.is-done .wb-exec-sub-item__title[data-v-1c45d6b6]{text-decoration:line-through;-webkit-text-decoration-color:var(--border-color);text-decoration-color:var(--border-color);text-decoration-thickness:1px}.wb-exec-detail[data-v-1c45d6b6]{background:var(--bg-container);flex-direction:column;flex:1;gap:12px;min-width:0;min-height:0;padding:16px 20px 20px;display:flex;overflow-y:auto}.wb-exec-detail__head[data-v-1c45d6b6]{flex-shrink:0;align-items:center;gap:10px;display:flex}.wb-exec-detail__head .wb-input[data-v-1c45d6b6]{flex:1}.wb-split__header[data-v-1c45d6b6]{flex-shrink:0;align-items:center;gap:10px;display:flex}.wb-input[data-v-1c45d6b6],.wb-select[data-v-1c45d6b6],.wb-textarea[data-v-1c45d6b6]{color:var(--text-primary);background:var(--bg-container);border:1px solid var(--border-color-medium);border-radius:var(--radius-md);box-shadow:var(--wb-card-inset-shadow);transition:border-color var(--transition-fast) var(--ease-custom), box-shadow var(--transition-fast) var(--ease-custom), background var(--transition-fast) var(--ease-custom);appearance:none;outline:none;font-family:inherit}.wb-input[data-v-1c45d6b6]::placeholder,.wb-textarea[data-v-1c45d6b6]::placeholder{color:var(--text-placeholder);font-weight:400}.wb-input[data-v-1c45d6b6]{height:36px;font-size:var(--font-size-135);letter-spacing:-.05px;padding:0 12px;line-height:1.2}.wb-input[data-v-1c45d6b6]:hover:not(:focus){border-color:var(--border-input-hover,#cbd5e1);background:var(--bg-container-hover)}.wb-input[data-v-1c45d6b6]:focus{border-color:var(--color-primary);background:var(--bg-container);box-shadow:0 0 0 3px var(--tint-primary-18), var(--wb-card-inset-shadow)}.wb-input--title[data-v-1c45d6b6]{height:36px;font-size:var(--font-size-15);letter-spacing:-.3px;border-color:var(--border-color-medium);background:var(--bg-container);flex:1;padding:0 12px;font-weight:600}.wb-input--title[data-v-1c45d6b6]:hover:not(:focus){border-color:color-mix(in srgb, var(--color-primary) 30%, var(--border-color-medium))}.wb-input--title[data-v-1c45d6b6]:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--tint-primary-14), var(--wb-card-inset-shadow)}.wb-input--title[data-v-1c45d6b6]::placeholder{color:var(--text-placeholder);font-weight:500}.wb-select[data-v-1c45d6b6]{cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 4.5l3 3 3-3' fill='none' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 12px;flex-shrink:0;min-width:168px;height:36px;padding:0 32px 0 12px;font-size:13px;font-weight:500}.wb-select[data-v-1c45d6b6]:hover:not(:focus){border-color:var(--border-input-hover,#cbd5e1);background-color:var(--bg-container-hover)}.wb-select[data-v-1c45d6b6]:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--tint-primary-18)}.wb-textarea[data-v-1c45d6b6]{font-size:var(--font-size-135);letter-spacing:-.05px;resize:vertical;box-sizing:border-box;flex-shrink:0;width:100%;min-height:52px;padding:8px 12px;line-height:1.6;display:block}.wb-textarea[data-v-1c45d6b6]::placeholder{line-height:1.65}.wb-textarea[data-v-1c45d6b6]:hover:not(:focus){border-color:var(--border-input-hover,#cbd5e1);background:var(--bg-container-hover)}.wb-textarea[data-v-1c45d6b6]:focus{border-color:var(--color-primary);background:var(--bg-container);box-shadow:0 0 0 3px var(--tint-primary-18), var(--wb-card-inset-shadow)}.wb-textarea--sm[data-v-1c45d6b6]{min-height:44px;padding:8px 12px;font-size:13px}.wb-split__sub-header[data-v-1c45d6b6]{flex-shrink:0;justify-content:space-between;align-items:center;margin-top:8px;display:flex}.wb-split__sub-header h4[data-v-1c45d6b6]{color:var(--text-secondary);margin:0;font-size:13px;font-weight:600}.wb-split__sub-actions[data-v-1c45d6b6]{align-items:center;gap:8px;display:inline-flex}.wb-simple__header[data-v-1c45d6b6]{border-left:2px solid var(--color-primary);flex-shrink:0;align-items:baseline;gap:10px;margin-top:8px;padding-left:8px;display:flex}.wb-simple__header h4[data-v-1c45d6b6]{color:var(--text-primary);letter-spacing:-.05px;margin:0;font-size:13px;font-weight:600}.wb-simple__hint[data-v-1c45d6b6]{font-size:var(--font-size-115);color:var(--text-tertiary)}.wb-simple__status-row[data-v-1c45d6b6]{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;margin-top:2px;display:flex}.wb-simple__status[data-v-1c45d6b6]{color:#fff;letter-spacing:.2px;white-space:nowrap;transition:background var(--transition-fast) var(--ease-custom);border-radius:10px;flex-shrink:0;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.wb-simple__status-dot[data-v-1c45d6b6]{opacity:.9;background:#fff;border-radius:50%;flex-shrink:0;width:5px;height:5px}.wb-simple__status-text[data-v-1c45d6b6]{line-height:1.4}.wb-simple__meta[data-v-1c45d6b6]{font-size:var(--font-size-115);color:var(--text-tertiary);letter-spacing:-.05px;text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.wb-simple__meta--error[data-v-1c45d6b6]{color:var(--color-danger)}.wb-simple__status[style*=--text-tertiary][data-v-1c45d6b6]{color:var(--text-secondary)}.wb-simple__status[style*=--text-tertiary] .wb-simple__status-dot[data-v-1c45d6b6]{background:var(--text-tertiary)}.wb-simple__override[data-v-1c45d6b6]{border-radius:var(--radius-md)}.wb-simple__override>.wb-textarea[data-v-1c45d6b6]{margin-top:8px}.wb-simple__override-summary[data-v-1c45d6b6]{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:4px 0;list-style:none;display:inline-flex}.wb-simple__override-summary[data-v-1c45d6b6]::-webkit-details-marker{display:none}.wb-simple__override-caret[data-v-1c45d6b6]{color:var(--text-tertiary);transition:transform var(--transition-fast) var(--ease-custom);font-size:12px}.wb-simple__override[open]>.wb-simple__override-summary .wb-simple__override-caret[data-v-1c45d6b6]{color:var(--color-primary);transform:rotate(90deg)}.wb-simple__override.has-content>.wb-simple__override-summary[data-v-1c45d6b6]{color:var(--text-primary)}.wb-simple__override-tag[data-v-1c45d6b6]{background:var(--tint-primary-12,color-mix(in srgb, var(--color-primary) 12%, transparent));color:var(--color-primary);letter-spacing:.2px;border-radius:8px;padding:1px 6px;font-size:10px;font-weight:600}.wb-form-item[data-v-1c45d6b6]{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.wb-form-item__label[data-v-1c45d6b6]{color:var(--text-secondary);letter-spacing:-.05px;font-size:12px;font-weight:500}.wb-sub-list[data-v-1c45d6b6]{flex-direction:column;flex:1;gap:8px;min-height:0;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.wb-sub-item[data-v-1c45d6b6]{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);max-height:min(70vh,720px);padding:10px;transition:border-color .15s,box-shadow .15s;position:relative;overflow:auto}.wb-sub-item.is-dirty[data-v-1c45d6b6]{background:#f59e0b0a;border-color:#f59e0b8c}.wb-sub-item.is-running[data-v-1c45d6b6]{border-color:var(--tint-primary-55);background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 6%, var(--bg-surface)) 0%, var(--bg-surface) 60%);box-shadow:0 0 0 1px var(--tint-primary-30), 0 4px 18px -4px color-mix(in srgb, var(--color-primary) 25%, transparent);animation:2.4s ease-in-out infinite wb-card-glow-1c45d6b6}.wb-sub-item.is-running[data-v-1c45d6b6]:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--color-primary) 50%, transparent 100%);pointer-events:none;z-index:1;background-repeat:no-repeat;background-size:50% 100%;height:2px;animation:1.6s ease-in-out infinite wb-progress-slide-1c45d6b6;position:absolute;top:0;left:0;right:0}.wb-sub-item.is-running[data-v-1c45d6b6]:after{content:"";border-radius:inherit;background:linear-gradient(90deg, transparent 0%, var(--tint-primary-10) 50%, transparent 100%);pointer-events:none;opacity:.5;background-size:200% 100%;animation:3.2s linear infinite wb-card-sweep-1c45d6b6;position:absolute;inset:0}@keyframes wb-progress-slide-1c45d6b6{0%{background-position:-50% 0}to{background-position:150% 0}}@keyframes wb-card-glow-1c45d6b6{0%,to{box-shadow:0 0 0 1px var(--tint-primary-30), 0 4px 18px -4px color-mix(in srgb, var(--color-primary) 25%, transparent)}50%{box-shadow:0 0 0 1px var(--tint-primary-50), 0 6px 24px -2px color-mix(in srgb, var(--color-primary) 38%, transparent)}}@keyframes wb-card-sweep-1c45d6b6{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.wb-sub-item.is-running[data-v-1c45d6b6],.wb-sub-item.is-running[data-v-1c45d6b6]:before,.wb-sub-item.is-running[data-v-1c45d6b6]:after{animation:none}}.wb-sub-item__dirty[data-v-1c45d6b6]{color:#b45309;letter-spacing:.2px;background:#f59e0b26;border-radius:8px;flex-shrink:0;align-items:center;gap:3px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.wb-sub-item__dirty[data-v-1c45d6b6]:before{content:"";background:#f59e0b;border-radius:50%;width:5px;height:5px;display:inline-block}.wb-dirty-badge[data-v-1c45d6b6]{color:#fff;vertical-align:middle;background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:6px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.wb-sub-item__row[data-v-1c45d6b6]{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-sm,4px);transition:background var(--transition-fast) var(--ease-custom), box-shadow var(--transition-fast) var(--ease-custom);align-items:center;gap:8px;margin-bottom:6px;margin-left:-6px;margin-right:-6px;padding:4px 6px;display:flex}.wb-sub-item__row[data-v-1c45d6b6]:hover{background:var(--bg-container-hover);box-shadow:inset 0 0 0 1px var(--tint-primary-12,transparent)}.wb-sub-item__row:hover .wb-sub-item__toggle[data-v-1c45d6b6],.wb-sub-item__row:hover .wb-sub-item__undo[data-v-1c45d6b6],.wb-sub-item__row:hover .wb-sub-item__del[data-v-1c45d6b6],.wb-sub-item__row:hover .wb-sub-item__run[data-v-1c45d6b6],.wb-sub-item__row:hover .wb-sub-item__stop[data-v-1c45d6b6]{z-index:1;position:relative}.wb-sub-item__row[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);border-radius:var(--radius-sm,4px)}.wb-sub-item__row--compact[data-v-1c45d6b6]{cursor:pointer;gap:6px;margin-bottom:0}.wb-sub-item__title-compact[data-v-1c45d6b6]{min-width:0;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.05px;text-decoration:line-through;-webkit-text-decoration-color:var(--border-color);text-decoration-color:var(--border-color);flex:1;font-size:13px;font-weight:500;line-height:1.3;text-decoration-thickness:1px;overflow:hidden}.wb-sub-item__toggle[data-v-1c45d6b6]{border:1px solid var(--border-color-medium);background:var(--bg-container);color:var(--text-tertiary);border-radius:var(--radius-sm,4px);cursor:pointer;width:28px;height:28px;transition:background var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.wb-sub-item__toggle .el-icon[data-v-1c45d6b6]{transition:transform var(--transition-base,.2s) var(--ease-custom);display:inline-flex}.wb-sub-item__toggle:hover .el-icon[data-v-1c45d6b6]{transform:scale(1.12)}.wb-sub-item__toggle[data-v-1c45d6b6]:hover{background:var(--bg-container-hover);border-color:var(--color-primary);color:var(--color-primary)}.wb-sub-item__toggle[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.wb-sub-item__undo[data-v-1c45d6b6]{border:1px solid var(--tint-primary-35);background:color-mix(in srgb, var(--color-primary) 6%, var(--bg-container));color:var(--color-primary);letter-spacing:.1px;border-radius:var(--radius-sm,4px);cursor:pointer;height:28px;transition:background var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);flex-shrink:0;padding:0 10px;font-size:11px;font-weight:600}.wb-sub-item__undo[data-v-1c45d6b6]:hover{background:color-mix(in srgb, var(--color-primary) 14%, var(--bg-container));border-color:var(--color-primary);color:var(--color-primary-dark,var(--color-primary))}.wb-sub-item__undo[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.wb-sub-item__toggle[data-v-1c45d6b6]:disabled,.wb-sub-item__undo[data-v-1c45d6b6]:disabled,.wb-sub-item__del[data-v-1c45d6b6]:disabled,.wb-sub-item__run[data-v-1c45d6b6]:disabled,.wb-sub-item__stop[data-v-1c45d6b6]:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.wb-sub-item.is-done[data-v-1c45d6b6]:not(.is-running){background:color-mix(in srgb, #22c55e 4%, var(--bg-container));border-color:#22c55e4d}.wb-sub-item.is-done.is-collapsed[data-v-1c45d6b6]{padding:8px 10px}.wb-sub-item__status[data-v-1c45d6b6]{color:#fff;letter-spacing:.2px;border-radius:10px;flex-shrink:0;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.wb-sub-item.is-running .wb-sub-item__status[data-v-1c45d6b6]{box-shadow:0 0 0 0 var(--tint-primary-45), 0 0 12px var(--tint-primary-35);animation:2.4s ease-in-out infinite wb-status-pulse-1c45d6b6,2.4s linear infinite wb-status-shimmer-1c45d6b6;background:linear-gradient(90deg, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 70%, #fff) 50%, var(--color-primary) 100%)!important;background-size:200% 100%!important}.wb-sub-item.is-running .wb-sub-item__status[data-v-1c45d6b6]:before{content:"";background:#fff;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite wb-status-dot-1c45d6b6;box-shadow:0 0 6px #ffffffe6}.wb-sub-item.is-running .wb-sub-item__status[data-v-1c45d6b6]:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);animation:2.4s ease-in-out infinite wb-status-sweep-1c45d6b6;position:absolute;inset:0}@keyframes wb-status-shimmer-1c45d6b6{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes wb-status-pulse-1c45d6b6{0%,to{box-shadow:0 0 0 0 var(--tint-primary-45), 0 0 12px var(--tint-primary-35)}50%{box-shadow:0 0 0 4px color-mix(in srgb, var(--color-primary) 0%, transparent), 0 0 18px var(--tint-primary-55)}}@keyframes wb-status-dot-1c45d6b6{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.7)}}@keyframes wb-status-sweep-1c45d6b6{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.wb-sub-item.is-running .wb-sub-item__status[data-v-1c45d6b6],.wb-sub-item.is-running .wb-sub-item__status[data-v-1c45d6b6]:before,.wb-sub-item.is-running .wb-sub-item__status[data-v-1c45d6b6]:after{animation:none}.wb-sub-item__toggle .el-icon[data-v-1c45d6b6],.wb-sub-item__row[data-v-1c45d6b6],.wb-sub-expand-enter-active[data-v-1c45d6b6],.wb-sub-expand-leave-active[data-v-1c45d6b6]{transition:none}}.wb-sub-expand-enter-active[data-v-1c45d6b6],.wb-sub-expand-leave-active[data-v-1c45d6b6]{transition:grid-template-rows var(--transition-base,.22s) var(--ease-custom), opacity var(--transition-fast) var(--ease-custom);overflow:hidden}.wb-sub-expand-enter-from[data-v-1c45d6b6],.wb-sub-expand-leave-to[data-v-1c45d6b6]{opacity:0;grid-template-rows:0fr}.wb-sub-expand-enter-to[data-v-1c45d6b6],.wb-sub-expand-leave-from[data-v-1c45d6b6]{opacity:1;grid-template-rows:1fr}.wb-sub-expand-inner[data-v-1c45d6b6]{min-height:0;overflow:hidden}.wb-sub-item__pid[data-v-1c45d6b6]{color:var(--text-tertiary);flex-shrink:0;font-family:ui-monospace,monospace;font-size:11px}.wb-sub-item__stop[data-v-1c45d6b6]{color:#ef4444;border-radius:var(--radius-sm,4px);cursor:pointer;background:#ef444414;border:1px solid #ef444480;flex-shrink:0;height:28px;padding:2px 10px;font-size:11px;font-weight:600;transition:background .15s,color .15s}.wb-sub-item__stop[data-v-1c45d6b6]:hover{color:#fff;background:#ef4444;border-color:#ef4444}.wb-sub-item__run[data-v-1c45d6b6]{border:1px solid var(--el-color-primary,#409eff);background:var(--el-color-primary,#409eff);color:#fff;border-radius:var(--radius-sm,4px);cursor:pointer;flex-shrink:0;height:28px;padding:2px 10px;font-size:11px;font-weight:600;transition:opacity .15s,filter .15s}.wb-sub-item__run[data-v-1c45d6b6]:hover{opacity:.88;filter:brightness(1.05)}.wb-sub-item__row .wb-input[data-v-1c45d6b6]{flex:1}.wb-task-group__head[data-v-1c45d6b6]{color:var(--text-tertiary);letter-spacing:.3px;text-transform:uppercase;border-top:1px dashed var(--border-color);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-sm);transition:background var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);align-items:center;gap:6px;margin-top:4px;padding:8px 6px 4px;font-size:11px;font-weight:600;display:flex}.wb-task-group__head[data-v-1c45d6b6]:first-child{border-top:none;margin-top:0;padding-top:4px}.wb-task-group__head[data-v-1c45d6b6]:hover{background:var(--tint-primary-08);color:var(--text-secondary)}.wb-task-group__head[data-v-1c45d6b6]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.wb-task-group__head.is-current[data-v-1c45d6b6]{color:var(--color-primary);border-top-color:var(--tint-primary-30)}.wb-task-group__head.is-collapsed[data-v-1c45d6b6]{background:var(--bg-subtle);border-top-style:solid;margin-top:6px;padding-top:6px;padding-bottom:6px}.wb-task-group__head.is-collapsed.is-current[data-v-1c45d6b6]{background:color-mix(in srgb, var(--color-primary) 8%, var(--bg-subtle))}.wb-task-group__caret[data-v-1c45d6b6]{opacity:.75;transition:transform var(--transition-fast) var(--ease-custom);flex-shrink:0;font-size:11px}.wb-task-group__icon[data-v-1c45d6b6]{opacity:.8;flex-shrink:0;font-size:12px}.wb-task-group__name[data-v-1c45d6b6]{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.wb-task-group__count[data-v-1c45d6b6]{min-width:18px}.wb-task-group__head.is-current .wb-task-group__count[data-v-1c45d6b6]{background:var(--tint-primary-16,color-mix(in srgb, var(--color-primary) 16%, transparent));color:var(--color-primary)}.wb-meta-save[data-v-1c45d6b6]{letter-spacing:.1px;border:1px solid var(--border-color-medium);background:var(--bg-container);height:24px;color:var(--text-tertiary);-webkit-user-select:none;user-select:none;transition:background var(--transition-fast) var(--ease-custom), border-color var(--transition-fast) var(--ease-custom), color var(--transition-fast) var(--ease-custom);border-radius:12px;flex-shrink:0;align-items:center;gap:5px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.wb-meta-save__dot[data-v-1c45d6b6]{opacity:.85;background:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.wb-meta-save__check[data-v-1c45d6b6]{font-size:12px;line-height:1}.wb-meta-save__bang[data-v-1c45d6b6]{color:#fff;background:currentColor;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.wb-meta-save.is-saving[data-v-1c45d6b6]{color:var(--color-primary);border-color:var(--tint-primary-35);background:color-mix(in srgb, var(--color-primary) 8%, var(--bg-container))}.wb-meta-save.is-saving .wb-meta-save__dot[data-v-1c45d6b6]{animation:1.2s ease-in-out infinite wb-meta-pulse-1c45d6b6}.wb-meta-save.is-saved[data-v-1c45d6b6]{color:#047857;background:color-mix(in srgb, #10b981 8%, var(--bg-container));border-color:#10b98159}.wb-meta-save.is-dirty[data-v-1c45d6b6]{color:#b45309;background:#f59e0b0f;border-color:#f59e0b73}.wb-meta-save.is-error[data-v-1c45d6b6]{color:#b91c1c;background:#ef44440f;border-color:#ef444473}@keyframes wb-meta-pulse-1c45d6b6{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.wb-meta-save.is-saving .wb-meta-save__dot[data-v-1c45d6b6]{animation:none}}
|