@akiraka/quark-big-screen-ui 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { defineComponent as M, openBlock as t, createElementBlock as l, normalizeStyle as _, normalizeClass as B, createCommentVNode as f, toDisplayString as y, renderSlot as T, createElementVNode as e, createTextVNode as z, Fragment as x, renderList as C, createBlock as ve, withCtx as _e, computed as b, ref as U, onMounted as be, onBeforeUnmount as we, createStaticVNode as G } from "vue";
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as M, openBlock as t, createElementBlock as l, normalizeStyle as _, normalizeClass as B, createCommentVNode as f, toDisplayString as y, renderSlot as T, createElementVNode as e, createTextVNode as z, Fragment as x, renderList as C, createBlock as ve, withCtx as _e, computed as b, ref as U, onMounted as be, onBeforeUnmount as we, createStaticVNode as G, withModifiers as $e } from "vue";
|
|
2
|
+
const Ce = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "qbs-panel__corner qbs-panel__corner--tl"
|
|
5
|
-
},
|
|
5
|
+
}, qe = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "qbs-panel__corner qbs-panel__corner--tr"
|
|
8
|
-
},
|
|
8
|
+
}, Me = {
|
|
9
9
|
key: 2,
|
|
10
10
|
class: "qbs-panel__corner qbs-panel__corner--bl"
|
|
11
|
-
},
|
|
11
|
+
}, Se = {
|
|
12
12
|
key: 3,
|
|
13
13
|
class: "qbs-panel__corner qbs-panel__corner--br"
|
|
14
|
-
},
|
|
14
|
+
}, Ae = {
|
|
15
15
|
key: 0,
|
|
16
16
|
class: "qbs-panel__bar"
|
|
17
|
-
},
|
|
17
|
+
}, Be = {
|
|
18
18
|
key: 1,
|
|
19
19
|
class: "qbs-panel__title"
|
|
20
|
-
},
|
|
20
|
+
}, Oe = {
|
|
21
21
|
key: 2,
|
|
22
22
|
class: "qbs-panel__header-prefix"
|
|
23
|
-
},
|
|
23
|
+
}, ze = {
|
|
24
24
|
key: 3,
|
|
25
25
|
class: "qbs-panel__header-center"
|
|
26
|
-
},
|
|
26
|
+
}, Re = {
|
|
27
27
|
key: 4,
|
|
28
28
|
class: "qbs-panel__header-extra"
|
|
29
|
-
},
|
|
29
|
+
}, Ie = {
|
|
30
30
|
key: 0,
|
|
31
31
|
class: "qbs-panel__live"
|
|
32
|
-
},
|
|
32
|
+
}, Ne = { class: "qbs-panel__body" }, Te = /* @__PURE__ */ M({
|
|
33
33
|
__name: "BigScreenPanel",
|
|
34
34
|
props: {
|
|
35
35
|
title: { default: "" },
|
|
@@ -43,11 +43,11 @@ const $e = {
|
|
|
43
43
|
overflowHidden: { type: Boolean, default: !0 }
|
|
44
44
|
},
|
|
45
45
|
setup(n) {
|
|
46
|
-
const
|
|
47
|
-
function h
|
|
48
|
-
return
|
|
46
|
+
const c = n;
|
|
47
|
+
function m(h) {
|
|
48
|
+
return c.corners === "all" ? !0 : c.corners === "none" ? !1 : h === "tl" || h === "br";
|
|
49
49
|
}
|
|
50
|
-
return (
|
|
50
|
+
return (h, k) => (t(), l("section", {
|
|
51
51
|
class: B(["qbs-panel", [
|
|
52
52
|
`qbs-panel--padding-${n.padding}`,
|
|
53
53
|
`qbs-panel--layout-${n.bodyLayout}`,
|
|
@@ -55,54 +55,54 @@ const $e = {
|
|
|
55
55
|
]]),
|
|
56
56
|
style: _({ "--qbs-accent": n.accent })
|
|
57
57
|
}, [
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
n.title || n.liveLabel ||
|
|
58
|
+
m("tl") ? (t(), l("span", Ce)) : f("", !0),
|
|
59
|
+
m("tr") ? (t(), l("span", qe)) : f("", !0),
|
|
60
|
+
m("bl") ? (t(), l("span", Me)) : f("", !0),
|
|
61
|
+
m("br") ? (t(), l("span", Se)) : f("", !0),
|
|
62
|
+
n.title || n.liveLabel || h.$slots["header-center"] || h.$slots["header-extra"] ? (t(), l("header", {
|
|
63
63
|
key: 4,
|
|
64
64
|
class: B(["qbs-panel__header", `qbs-panel__header--${n.titleSize}`])
|
|
65
65
|
}, [
|
|
66
|
-
n.showBar ? (t(), l("span",
|
|
67
|
-
n.title ? (t(), l("span",
|
|
68
|
-
|
|
69
|
-
T(
|
|
66
|
+
n.showBar ? (t(), l("span", Ae)) : f("", !0),
|
|
67
|
+
n.title ? (t(), l("span", Be, y(n.title), 1)) : f("", !0),
|
|
68
|
+
h.$slots["header-prefix"] ? (t(), l("span", Oe, [
|
|
69
|
+
T(h.$slots, "header-prefix", {}, void 0, !0)
|
|
70
70
|
])) : f("", !0),
|
|
71
|
-
|
|
72
|
-
T(
|
|
71
|
+
h.$slots["header-center"] ? (t(), l("span", ze, [
|
|
72
|
+
T(h.$slots, "header-center", {}, void 0, !0)
|
|
73
73
|
])) : f("", !0),
|
|
74
|
-
|
|
75
|
-
T(
|
|
76
|
-
n.liveLabel ? (t(), l("span",
|
|
74
|
+
h.$slots["header-extra"] || n.liveLabel ? (t(), l("span", Re, [
|
|
75
|
+
T(h.$slots, "header-extra", {}, () => [
|
|
76
|
+
n.liveLabel ? (t(), l("span", Ie, [
|
|
77
77
|
k[0] || (k[0] = e("span", { class: "qbs-panel__live-dot" }, null, -1)),
|
|
78
78
|
z(y(n.liveLabel), 1)
|
|
79
79
|
])) : f("", !0)
|
|
80
80
|
], !0)
|
|
81
81
|
])) : f("", !0)
|
|
82
82
|
], 2)) : f("", !0),
|
|
83
|
-
e("div",
|
|
84
|
-
T(
|
|
83
|
+
e("div", Ne, [
|
|
84
|
+
T(h.$slots, "default", {}, void 0, !0)
|
|
85
85
|
])
|
|
86
86
|
], 6));
|
|
87
87
|
}
|
|
88
|
-
}), S = (n,
|
|
89
|
-
const
|
|
90
|
-
for (const [
|
|
91
|
-
h
|
|
92
|
-
return
|
|
93
|
-
},
|
|
88
|
+
}), S = (n, c) => {
|
|
89
|
+
const m = n.__vccOpts || n;
|
|
90
|
+
for (const [h, k] of c)
|
|
91
|
+
m[h] = k;
|
|
92
|
+
return m;
|
|
93
|
+
}, De = /* @__PURE__ */ S(Te, [["__scopeId", "data-v-749400b6"]]), Pe = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "qbs-duty-compact"
|
|
96
|
-
},
|
|
96
|
+
}, Le = { class: "qbs-duty-compact__avatar" }, Ee = { class: "qbs-duty-compact__info" }, Ge = { class: "qbs-duty-compact__name" }, He = { class: "qbs-duty-compact__phone" }, Ze = {
|
|
97
97
|
key: 0,
|
|
98
98
|
class: "qbs-duty-compact__tag"
|
|
99
|
-
},
|
|
99
|
+
}, Ue = {
|
|
100
100
|
key: 1,
|
|
101
101
|
class: "qbs-duty"
|
|
102
|
-
},
|
|
102
|
+
}, je = { class: "qbs-duty__summary" }, Fe = { class: "qbs-duty__summary-chip" }, Qe = { class: "qbs-duty__summary-chip" }, Ye = { class: "qbs-duty__summary-chip" }, We = { class: "qbs-duty__list" }, Ve = { class: "qbs-duty__group-header" }, Je = { class: "qbs-duty__users" }, Ke = {
|
|
103
103
|
key: 0,
|
|
104
104
|
class: "qbs-duty__empty"
|
|
105
|
-
},
|
|
105
|
+
}, Xe = /* @__PURE__ */ M({
|
|
106
106
|
__name: "BigScreenDutyContent",
|
|
107
107
|
props: {
|
|
108
108
|
compact: { type: Boolean, default: !1 },
|
|
@@ -115,41 +115,41 @@ const $e = {
|
|
|
115
115
|
groups: { default: () => [] }
|
|
116
116
|
},
|
|
117
117
|
setup(n) {
|
|
118
|
-
const
|
|
119
|
-
return (
|
|
120
|
-
e("div",
|
|
121
|
-
e("div",
|
|
122
|
-
e("span",
|
|
123
|
-
e("span",
|
|
118
|
+
const c = n;
|
|
119
|
+
return (m, h) => c.compact ? (t(), l("div", Pe, [
|
|
120
|
+
e("div", Le, y(c.personName.charAt(0) || "-"), 1),
|
|
121
|
+
e("div", Ee, [
|
|
122
|
+
e("span", Ge, y(c.personName || "暂未排班"), 1),
|
|
123
|
+
e("span", He, y(c.personPhone || "—"), 1)
|
|
124
124
|
]),
|
|
125
|
-
|
|
126
|
-
])) : (t(), l("div",
|
|
127
|
-
e("div",
|
|
128
|
-
e("div", je, [
|
|
129
|
-
m[0] || (m[0] = e("span", null, "日期", -1)),
|
|
130
|
-
e("strong", null, y(d.date || "未同步"), 1)
|
|
131
|
-
]),
|
|
125
|
+
c.personTag ? (t(), l("span", Ze, y(c.personTag), 1)) : f("", !0)
|
|
126
|
+
])) : (t(), l("div", Ue, [
|
|
127
|
+
e("div", je, [
|
|
132
128
|
e("div", Fe, [
|
|
133
|
-
|
|
134
|
-
e("strong", null, y(
|
|
129
|
+
h[0] || (h[0] = e("span", null, "日期", -1)),
|
|
130
|
+
e("strong", null, y(c.date || "未同步"), 1)
|
|
135
131
|
]),
|
|
136
132
|
e("div", Qe, [
|
|
137
|
-
|
|
138
|
-
e("strong", null, y(
|
|
133
|
+
h[1] || (h[1] = e("span", null, "值班组", -1)),
|
|
134
|
+
e("strong", null, y(c.totalGroups ?? c.groups.length), 1)
|
|
135
|
+
]),
|
|
136
|
+
e("div", Ye, [
|
|
137
|
+
h[2] || (h[2] = e("span", null, "值班人数", -1)),
|
|
138
|
+
e("strong", null, y(c.totalUsers ?? 0), 1)
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
|
-
e("div",
|
|
142
|
-
(t(!0), l(x, null, C(
|
|
141
|
+
e("div", We, [
|
|
142
|
+
(t(!0), l(x, null, C(c.groups, (k) => {
|
|
143
143
|
var w;
|
|
144
144
|
return t(), l("article", {
|
|
145
145
|
key: k.groupId,
|
|
146
146
|
class: "qbs-duty__group"
|
|
147
147
|
}, [
|
|
148
|
-
e("div",
|
|
148
|
+
e("div", Ve, [
|
|
149
149
|
e("strong", null, y(k.groupName), 1),
|
|
150
150
|
e("span", null, y(((w = k.users) == null ? void 0 : w.length) || 0) + " 人", 1)
|
|
151
151
|
]),
|
|
152
|
-
e("div",
|
|
152
|
+
e("div", Je, [
|
|
153
153
|
(t(!0), l(x, null, C(k.users || [], (O) => (t(), l("span", {
|
|
154
154
|
key: O.userId,
|
|
155
155
|
class: "qbs-duty__user"
|
|
@@ -157,23 +157,23 @@ const $e = {
|
|
|
157
157
|
])
|
|
158
158
|
]);
|
|
159
159
|
}), 128)),
|
|
160
|
-
|
|
160
|
+
c.groups.length ? f("", !0) : (t(), l("div", Ke, "暂无值班数据"))
|
|
161
161
|
])
|
|
162
162
|
]));
|
|
163
163
|
}
|
|
164
|
-
}),
|
|
164
|
+
}), Vs = /* @__PURE__ */ S(Xe, [["__scopeId", "data-v-f5721bce"]]), et = { class: "qbs-alert-row__main" }, tt = { class: "qbs-alert-row__copy" }, lt = ["title"], ot = { class: "qbs-alert-row__meta" }, at = { class: "qbs-alert-row__group" }, st = {
|
|
165
165
|
key: 0,
|
|
166
166
|
class: "qbs-alert-row__owner"
|
|
167
|
-
},
|
|
167
|
+
}, it = {
|
|
168
168
|
key: 1,
|
|
169
169
|
class: "qbs-alert-row__time"
|
|
170
|
-
},
|
|
170
|
+
}, nt = {
|
|
171
171
|
key: 2,
|
|
172
172
|
class: "qbs-alert-row__tag"
|
|
173
|
-
},
|
|
173
|
+
}, rt = { class: "qbs-alert-row__status" }, ct = {
|
|
174
174
|
key: 0,
|
|
175
175
|
class: "qbs-alert-row__aside"
|
|
176
|
-
},
|
|
176
|
+
}, dt = /* @__PURE__ */ M({
|
|
177
177
|
__name: "BigScreenAlertRow",
|
|
178
178
|
props: {
|
|
179
179
|
title: {},
|
|
@@ -187,38 +187,38 @@ const $e = {
|
|
|
187
187
|
},
|
|
188
188
|
emits: ["select"],
|
|
189
189
|
setup(n) {
|
|
190
|
-
const
|
|
191
|
-
return (
|
|
192
|
-
class: B(["qbs-alert-row", { "qbs-alert-row--detail-wide":
|
|
193
|
-
style: _({ "--qbs-alert-accent":
|
|
190
|
+
const c = n;
|
|
191
|
+
return (m, h) => (t(), l("button", {
|
|
192
|
+
class: B(["qbs-alert-row", { "qbs-alert-row--detail-wide": c.detailWide }]),
|
|
193
|
+
style: _({ "--qbs-alert-accent": c.accent }),
|
|
194
194
|
type: "button",
|
|
195
|
-
onClick:
|
|
195
|
+
onClick: h[0] || (h[0] = (k) => m.$emit("select"))
|
|
196
196
|
}, [
|
|
197
|
-
e("div",
|
|
198
|
-
e("div",
|
|
197
|
+
e("div", et, [
|
|
198
|
+
e("div", tt, [
|
|
199
199
|
e("div", {
|
|
200
200
|
class: "qbs-alert-row__title",
|
|
201
|
-
title:
|
|
202
|
-
}, y(
|
|
203
|
-
e("div",
|
|
204
|
-
e("span",
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
201
|
+
title: c.title
|
|
202
|
+
}, y(c.title), 9, lt),
|
|
203
|
+
e("div", ot, [
|
|
204
|
+
e("span", at, y(c.group), 1),
|
|
205
|
+
c.owner ? (t(), l("span", st, y(c.owner), 1)) : f("", !0),
|
|
206
|
+
c.time ? (t(), l("span", it, y(c.time), 1)) : f("", !0),
|
|
207
|
+
c.tag ? (t(), l("span", nt, y(c.tag), 1)) : f("", !0)
|
|
208
208
|
]),
|
|
209
|
-
e("div",
|
|
210
|
-
T(
|
|
211
|
-
z(y(
|
|
209
|
+
e("div", rt, [
|
|
210
|
+
T(m.$slots, "status", {}, () => [
|
|
211
|
+
z(y(c.statusText || "待处理"), 1)
|
|
212
212
|
], !0)
|
|
213
213
|
])
|
|
214
214
|
]),
|
|
215
|
-
|
|
216
|
-
T(
|
|
215
|
+
m.$slots.aside ? (t(), l("aside", ct, [
|
|
216
|
+
T(m.$slots, "aside", {}, void 0, !0)
|
|
217
217
|
])) : f("", !0)
|
|
218
218
|
])
|
|
219
219
|
], 6));
|
|
220
220
|
}
|
|
221
|
-
}),
|
|
221
|
+
}), Js = /* @__PURE__ */ S(dt, [["__scopeId", "data-v-83959767"]]), ut = { class: "qbs-metric-card__value" }, yt = { class: "qbs-metric-card__label" }, mt = /* @__PURE__ */ M({
|
|
222
222
|
__name: "BigScreenMetricCard",
|
|
223
223
|
props: {
|
|
224
224
|
label: {},
|
|
@@ -227,38 +227,38 @@ const $e = {
|
|
|
227
227
|
compact: { type: Boolean, default: !1 }
|
|
228
228
|
},
|
|
229
229
|
setup(n) {
|
|
230
|
-
const
|
|
231
|
-
return (
|
|
230
|
+
const c = n;
|
|
231
|
+
return (m, h) => c.compact ? (t(), l("div", {
|
|
232
232
|
key: 0,
|
|
233
233
|
class: "qbs-metric-card qbs-metric-card--compact",
|
|
234
|
-
style: _({ "--qbs-metric-tone":
|
|
234
|
+
style: _({ "--qbs-metric-tone": c.tone })
|
|
235
235
|
}, [
|
|
236
|
-
e("span", null, y(
|
|
236
|
+
e("span", null, y(c.label), 1),
|
|
237
237
|
e("strong", null, [
|
|
238
|
-
T(
|
|
239
|
-
z(y(
|
|
238
|
+
T(m.$slots, "default", {}, () => [
|
|
239
|
+
z(y(c.value), 1)
|
|
240
240
|
], !0)
|
|
241
241
|
])
|
|
242
|
-
], 4)) : (t(), ve(
|
|
242
|
+
], 4)) : (t(), ve(De, {
|
|
243
243
|
key: 1,
|
|
244
244
|
class: "qbs-metric-card",
|
|
245
245
|
"body-layout": "metric",
|
|
246
246
|
padding: "tight",
|
|
247
|
-
accent:
|
|
247
|
+
accent: c.tone
|
|
248
248
|
}, {
|
|
249
249
|
default: _e(() => [
|
|
250
|
-
T(
|
|
251
|
-
e("strong",
|
|
250
|
+
T(m.$slots, "default", {}, () => [
|
|
251
|
+
e("strong", ut, y(c.value), 1)
|
|
252
252
|
], !0),
|
|
253
|
-
e("span",
|
|
253
|
+
e("span", yt, y(c.label), 1)
|
|
254
254
|
]),
|
|
255
255
|
_: 3
|
|
256
256
|
}, 8, ["accent"]));
|
|
257
257
|
}
|
|
258
|
-
}),
|
|
258
|
+
}), Ks = /* @__PURE__ */ S(mt, [["__scopeId", "data-v-07353599"]]), ht = { class: "qbs-header" }, ft = { class: "qbs-header__body" }, kt = { class: "qbs-header__brand" }, pt = {
|
|
259
259
|
key: 0,
|
|
260
260
|
class: "qbs-header__clock"
|
|
261
|
-
},
|
|
261
|
+
}, xt = /* @__PURE__ */ M({
|
|
262
262
|
__name: "BigScreenHeader",
|
|
263
263
|
props: {
|
|
264
264
|
title: { default: "运维监控大屏" },
|
|
@@ -269,11 +269,11 @@ const $e = {
|
|
|
269
269
|
showClock: { type: Boolean, default: !0 }
|
|
270
270
|
},
|
|
271
271
|
setup(n) {
|
|
272
|
-
return (
|
|
273
|
-
|
|
274
|
-
e("div",
|
|
275
|
-
e("div",
|
|
276
|
-
|
|
272
|
+
return (c, m) => (t(), l("section", ht, [
|
|
273
|
+
m[1] || (m[1] = e("i", { class: "qbs-header__glow" }, null, -1)),
|
|
274
|
+
e("div", ft, [
|
|
275
|
+
e("div", kt, [
|
|
276
|
+
m[0] || (m[0] = e("i", { class: "qbs-header__crest" }, [
|
|
277
277
|
e("b")
|
|
278
278
|
], -1)),
|
|
279
279
|
e("div", null, [
|
|
@@ -281,25 +281,25 @@ const $e = {
|
|
|
281
281
|
e("h1", null, y(n.title), 1)
|
|
282
282
|
])
|
|
283
283
|
]),
|
|
284
|
-
n.showClock ? (t(), l("div",
|
|
284
|
+
n.showClock ? (t(), l("div", pt, [
|
|
285
285
|
e("strong", null, y(n.timeText), 1),
|
|
286
286
|
e("span", null, y(n.dateText) + " " + y(n.weekdayText), 1)
|
|
287
287
|
])) : f("", !0)
|
|
288
288
|
])
|
|
289
289
|
]));
|
|
290
290
|
}
|
|
291
|
-
}),
|
|
291
|
+
}), Xs = /* @__PURE__ */ S(xt, [["__scopeId", "data-v-cc041333"]]), gt = { class: "qbs-dist" }, vt = {
|
|
292
292
|
key: 0,
|
|
293
293
|
class: "qbs-dist__empty"
|
|
294
|
-
},
|
|
294
|
+
}, _t = /* @__PURE__ */ M({
|
|
295
295
|
__name: "BigScreenBuildDistribution",
|
|
296
296
|
props: {
|
|
297
297
|
items: { default: () => [] },
|
|
298
298
|
total: { default: 0 }
|
|
299
299
|
},
|
|
300
300
|
setup(n) {
|
|
301
|
-
const
|
|
302
|
-
return (
|
|
301
|
+
const c = n, m = () => Math.max(1, c.total || c.items.reduce((h, k) => h + k.count, 0));
|
|
302
|
+
return (h, k) => (t(), l("div", gt, [
|
|
303
303
|
(t(!0), l(x, null, C(n.items.slice(0, 8), (w, O) => (t(), l("div", {
|
|
304
304
|
key: w.name,
|
|
305
305
|
class: "qbs-dist__row",
|
|
@@ -309,18 +309,18 @@ const $e = {
|
|
|
309
309
|
e("span", null, y(w.name), 1),
|
|
310
310
|
e("b", null, [
|
|
311
311
|
e("em", {
|
|
312
|
-
style: _({ width: `${w.count /
|
|
312
|
+
style: _({ width: `${w.count / m() * 100}%` })
|
|
313
313
|
}, null, 4)
|
|
314
314
|
]),
|
|
315
315
|
e("strong", null, y(w.count), 1)
|
|
316
316
|
], 4))), 128)),
|
|
317
|
-
n.items.length ? f("", !0) : (t(), l("div",
|
|
317
|
+
n.items.length ? f("", !0) : (t(), l("div", vt, "暂无构建分布数据"))
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}),
|
|
320
|
+
}), ei = /* @__PURE__ */ S(_t, [["__scopeId", "data-v-88fc69e4"]]), bt = { class: "qbs-build-projects" }, wt = { class: "qbs-build-projects__summary" }, $t = { class: "qbs-build-projects__list" }, Ct = {
|
|
321
321
|
key: 0,
|
|
322
322
|
class: "qbs-build-projects__empty"
|
|
323
|
-
},
|
|
323
|
+
}, qt = /* @__PURE__ */ M({
|
|
324
324
|
__name: "BigScreenBuildProjects",
|
|
325
325
|
props: {
|
|
326
326
|
buildingCount: { default: 0 },
|
|
@@ -329,23 +329,23 @@ const $e = {
|
|
|
329
329
|
items: { default: () => [] }
|
|
330
330
|
},
|
|
331
331
|
setup(n) {
|
|
332
|
-
const
|
|
333
|
-
return (
|
|
334
|
-
e("div",
|
|
332
|
+
const c = (m) => `${Math.max(0, Math.min(100, m || 0))}%`;
|
|
333
|
+
return (m, h) => (t(), l("div", bt, [
|
|
334
|
+
e("div", wt, [
|
|
335
335
|
e("span", null, [
|
|
336
|
-
|
|
336
|
+
h[0] || (h[0] = z("构建中", -1)),
|
|
337
337
|
e("strong", null, y(n.buildingCount), 1)
|
|
338
338
|
]),
|
|
339
339
|
e("span", null, [
|
|
340
|
-
|
|
340
|
+
h[1] || (h[1] = z("今日构建", -1)),
|
|
341
341
|
e("strong", null, y(n.todayBuilds), 1)
|
|
342
342
|
]),
|
|
343
343
|
e("span", null, [
|
|
344
|
-
|
|
344
|
+
h[2] || (h[2] = z("成功率", -1)),
|
|
345
345
|
e("strong", null, y(Number(n.successRate).toFixed(1)) + "%", 1)
|
|
346
346
|
])
|
|
347
347
|
]),
|
|
348
|
-
e("div",
|
|
348
|
+
e("div", $t, [
|
|
349
349
|
(t(!0), l(x, null, C(n.items.slice(0, 8), (k, w) => (t(), l("article", {
|
|
350
350
|
key: `${k.pipelineId}-${k.buildId}`
|
|
351
351
|
}, [
|
|
@@ -356,16 +356,16 @@ const $e = {
|
|
|
356
356
|
]),
|
|
357
357
|
e("b", null, [
|
|
358
358
|
e("em", {
|
|
359
|
-
style: _({ width:
|
|
359
|
+
style: _({ width: c(k.progress) })
|
|
360
360
|
}, null, 4)
|
|
361
361
|
]),
|
|
362
362
|
e("small", null, y(k.statusText), 1)
|
|
363
363
|
]))), 128)),
|
|
364
|
-
n.items.length ? f("", !0) : (t(), l("div",
|
|
364
|
+
n.items.length ? f("", !0) : (t(), l("div", Ct, "当前没有在跑的构建项目"))
|
|
365
365
|
])
|
|
366
366
|
]));
|
|
367
367
|
}
|
|
368
|
-
}),
|
|
368
|
+
}), ti = /* @__PURE__ */ S(qt, [["__scopeId", "data-v-c9634e0c"]]), Mt = { class: "qbs-robot" }, St = { class: "qbs-robot__head" }, At = { class: "qbs-robot__metrics" }, Bt = /* @__PURE__ */ M({
|
|
369
369
|
__name: "BigScreenRobotSummary",
|
|
370
370
|
props: {
|
|
371
371
|
status: { default: "online" },
|
|
@@ -377,8 +377,8 @@ const $e = {
|
|
|
377
377
|
successRate: { default: 0 }
|
|
378
378
|
},
|
|
379
379
|
setup(n) {
|
|
380
|
-
return (
|
|
381
|
-
e("div",
|
|
380
|
+
return (c, m) => (t(), l("div", Mt, [
|
|
381
|
+
e("div", St, [
|
|
382
382
|
e("i", {
|
|
383
383
|
class: B(`is-${n.emotion}`)
|
|
384
384
|
}, null, 2),
|
|
@@ -387,49 +387,49 @@ const $e = {
|
|
|
387
387
|
e("span", null, y(n.mode) + " · " + y(n.generatedAt), 1)
|
|
388
388
|
])
|
|
389
389
|
]),
|
|
390
|
-
e("div",
|
|
390
|
+
e("div", At, [
|
|
391
391
|
e("span", null, [
|
|
392
|
-
|
|
392
|
+
m[0] || (m[0] = z("值班组", -1)),
|
|
393
393
|
e("b", null, y(n.summary.dutyGroups ?? 0), 1)
|
|
394
394
|
]),
|
|
395
395
|
e("span", null, [
|
|
396
|
-
|
|
396
|
+
m[1] || (m[1] = z("今日告警", -1)),
|
|
397
397
|
e("b", null, y(n.summary.todayAlerts ?? 0), 1)
|
|
398
398
|
]),
|
|
399
399
|
e("span", null, [
|
|
400
|
-
|
|
400
|
+
m[2] || (m[2] = z("构建中", -1)),
|
|
401
401
|
e("b", null, y(n.summary.buildingCount ?? 0), 1)
|
|
402
402
|
]),
|
|
403
403
|
e("span", null, [
|
|
404
|
-
|
|
404
|
+
m[3] || (m[3] = z("终端节点", -1)),
|
|
405
405
|
e("b", null, y(n.summary.endpointNodes ?? 0), 1)
|
|
406
406
|
])
|
|
407
407
|
])
|
|
408
408
|
]));
|
|
409
409
|
}
|
|
410
|
-
}),
|
|
410
|
+
}), li = /* @__PURE__ */ S(Bt, [["__scopeId", "data-v-534c73e7"]]), Ot = { class: "qbs-endpoints" }, zt = {
|
|
411
411
|
key: 0,
|
|
412
412
|
class: "qbs-endpoints__empty"
|
|
413
|
-
},
|
|
413
|
+
}, Rt = /* @__PURE__ */ M({
|
|
414
414
|
__name: "BigScreenEndpointDistribution",
|
|
415
415
|
props: {
|
|
416
416
|
items: { default: () => [] }
|
|
417
417
|
},
|
|
418
418
|
setup(n) {
|
|
419
|
-
return (
|
|
420
|
-
(t(!0), l(x, null, C(n.items, (
|
|
419
|
+
return (c, m) => (t(), l("div", Ot, [
|
|
420
|
+
(t(!0), l(x, null, C(n.items, (h) => {
|
|
421
421
|
var k;
|
|
422
422
|
return t(), l("article", {
|
|
423
|
-
key:
|
|
423
|
+
key: h.id
|
|
424
424
|
}, [
|
|
425
425
|
e("div", null, [
|
|
426
|
-
e("strong", null, y(
|
|
426
|
+
e("strong", null, y(h.nodeName), 1),
|
|
427
427
|
e("span", {
|
|
428
|
-
class: B({ offline: !
|
|
429
|
-
}, y(
|
|
428
|
+
class: B({ offline: !h.nodeStatus })
|
|
429
|
+
}, y(h.nodeStatus ? "在线" : "离线"), 3)
|
|
430
430
|
]),
|
|
431
|
-
e("small", null, y(
|
|
432
|
-
(t(!0), l(x, null, C((k =
|
|
431
|
+
e("small", null, y(h.nodeIp), 1),
|
|
432
|
+
(t(!0), l(x, null, C((k = h.heartbeatResults) == null ? void 0 : k.slice(0, 3), (w) => {
|
|
433
433
|
var O;
|
|
434
434
|
return t(), l("p", {
|
|
435
435
|
key: w.targetName
|
|
@@ -437,106 +437,106 @@ const $e = {
|
|
|
437
437
|
}), 128))
|
|
438
438
|
]);
|
|
439
439
|
}), 128)),
|
|
440
|
-
n.items.length ? f("", !0) : (t(), l("div",
|
|
440
|
+
n.items.length ? f("", !0) : (t(), l("div", zt, "暂无终端分布数据"))
|
|
441
441
|
]));
|
|
442
442
|
}
|
|
443
|
-
}),
|
|
443
|
+
}), oi = /* @__PURE__ */ S(Rt, [["__scopeId", "data-v-9abd8314"]]), It = { class: "qbs-embed" }, Nt = ["src", "title"], Tt = { key: 1 }, Dt = /* @__PURE__ */ M({
|
|
444
444
|
__name: "BigScreenExternalEmbed",
|
|
445
445
|
props: {
|
|
446
446
|
url: { default: "" },
|
|
447
447
|
title: { default: "外部仪表盘" }
|
|
448
448
|
},
|
|
449
449
|
setup(n) {
|
|
450
|
-
const
|
|
450
|
+
const c = n, m = b(() => {
|
|
451
451
|
try {
|
|
452
|
-
const
|
|
453
|
-
return ["http:", "https:"].includes(
|
|
452
|
+
const h = new URL(c.url);
|
|
453
|
+
return ["http:", "https:"].includes(h.protocol) ? h.toString() : "";
|
|
454
454
|
} catch {
|
|
455
455
|
return "";
|
|
456
456
|
}
|
|
457
457
|
});
|
|
458
|
-
return (
|
|
459
|
-
|
|
458
|
+
return (h, k) => (t(), l("section", It, [
|
|
459
|
+
m.value ? (t(), l("iframe", {
|
|
460
460
|
key: 0,
|
|
461
|
-
src:
|
|
461
|
+
src: m.value,
|
|
462
462
|
title: n.title,
|
|
463
463
|
loading: "lazy",
|
|
464
464
|
referrerpolicy: "no-referrer",
|
|
465
465
|
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups",
|
|
466
466
|
allow: "fullscreen"
|
|
467
|
-
}, null, 8,
|
|
467
|
+
}, null, 8, Nt)) : (t(), l("div", Tt, "请在 Props JSON 中配置 http(s) 外部仪表盘 URL。"))
|
|
468
468
|
]));
|
|
469
469
|
}
|
|
470
|
-
}),
|
|
470
|
+
}), ai = /* @__PURE__ */ S(Dt, [["__scopeId", "data-v-f20c22f6"]]), Pt = {
|
|
471
471
|
width: "300",
|
|
472
472
|
height: "290",
|
|
473
473
|
viewBox: "0 0 240 230",
|
|
474
474
|
class: "overflow-visible drop-shadow-[0_18px_24px_rgba(37,99,235,0.25)]"
|
|
475
|
-
},
|
|
475
|
+
}, Lt = ["stroke"], Et = ["fill"], Gt = ["fill"], Ht = ["rx", "ry", "opacity"], Zt = ["rx", "ry", "opacity"], Ut = ["fill"], jt = ["d"], Ft = ["d"], Qt = ["d"], Yt = ["d"], Wt = { key: 5 }, Vt = ["d"], Jt = ["d"], Kt = ["x", "y"], Xt = ["x", "y"], el = ["cx"], tl = ["cx"], ll = ["x1", "y1", "x2", "y2"], ol = ["x1", "y1", "x2", "y2"], al = ["cy"], sl = ["cy"], il = ["x1", "y1", "x2", "y2"], nl = ["x1", "y1", "x2", "y2"], rl = ["cx", "cy"], cl = ["cx", "cy"], dl = ["cx", "cy"], ul = ["cx", "cy"], yl = ["cx", "cy"], ml = ["cx", "cy"], hl = ["cx", "cy"], fl = ["cx", "cy"], kl = ["cy"], pl = ["cy"], xl = ["cy"], gl = ["cy"], vl = ["x", "y"], _l = ["x", "y"], bl = ["x1", "x2"], wl = ["x1", "x2"], $l = ["cy"], Cl = ["cx", "cy"], ql = ["x", "y"], Ml = ["cx", "cy"], Sl = ["cx", "cy"], Al = ["cx", "cy"], Bl = ["cx", "cy"], Ol = ["cx", "cy"], zl = ["cx", "cy"], Rl = ["cx", "cy"], Il = ["x1", "y1", "x2", "y2"], Nl = ["x1", "y1", "x2", "y2"], Tl = ["x1", "x2"], Dl = ["x1", "x2"], Pl = { key: 16 }, Ll = ["cy"], El = ["cy"], Gl = ["cy"], Hl = ["cy"], Zl = ["x", "y"], Ul = ["x", "y"], jl = ["d"], Fl = ["d"], Ql = ["cy"], Yl = ["cy"], Wl = ["x1", "y1", "x2", "y2"], Vl = ["x1", "y1", "x2", "y2"], Jl = { key: 19 }, Kl = ["cy"], Xl = ["cy"], eo = ["cy"], to = ["cy"], lo = ["x", "y"], oo = ["x", "y"], ao = ["d"], so = ["d"], io = ["d"], no = ["d"], ro = ["x1", "x2"], co = ["x1", "x2"], uo = ["d"], yo = ["d"], mo = ["cy"], ho = ["cy"], fo = ["cx", "cy"], ko = ["cx", "cy"], po = ["cx", "cy"], xo = ["cx", "cy"], go = ["x1", "y1", "x2", "y2"], vo = ["x1", "y1", "x2", "y2"], _o = ["cx", "cy"], bo = ["cx", "cy"], wo = ["cx", "cy"], $o = ["cx", "cy"], Co = ["cx", "cy"], qo = ["cx", "cy"], Mo = ["cx", "cy"], So = ["cx", "cy"], Ao = ["cy"], Bo = ["cy"], Oo = ["cx", "cy"], zo = ["cx", "cy"], Ro = ["cy"], Io = ["cy"], No = ["x1", "y1", "x2", "y2"], To = ["x1", "y1", "x2", "y2"], Do = ["d"], Po = ["d"], Lo = ["d"], Eo = ["d"], Go = ["cx", "cy"], Ho = ["x1", "x2"], Zo = ["x", "y"], Uo = ["x", "y"], jo = { key: 10 }, Fo = { key: 16 }, Qo = {
|
|
476
476
|
key: 36,
|
|
477
477
|
d: "M 158 70 q 5 9 0 14 q -5 -5 0 -14 Z",
|
|
478
478
|
fill: "oklch(0.8 0.12 220)",
|
|
479
479
|
opacity: "0.9",
|
|
480
480
|
class: "animate-dot-blink"
|
|
481
|
-
},
|
|
481
|
+
}, Yo = ["cx", "cy"], Wo = ["cx", "cy"], Vo = ["d"], Jo = ["stroke"], Ko = ["fill"], Xo = ["fill"], ea = ["fill"], ta = { key: 44 }, la = ["fill"], oa = ["stroke"], aa = {
|
|
482
482
|
key: 46,
|
|
483
483
|
class: "animate-spin-slow",
|
|
484
484
|
style: { transformOrigin: "168px 62px" }
|
|
485
|
-
},
|
|
485
|
+
}, sa = ["fill"], ia = ["transform"], na = {
|
|
486
486
|
key: 47,
|
|
487
487
|
transform: "rotate(40 168 62)"
|
|
488
|
-
},
|
|
488
|
+
}, ra = ["fill"], ca = {
|
|
489
489
|
key: 48,
|
|
490
490
|
class: "animate-wobble",
|
|
491
491
|
style: { transformOrigin: "168px 60px" }
|
|
492
|
-
},
|
|
492
|
+
}, da = ["fill"], ua = ["fill"], ya = {
|
|
493
493
|
key: 49,
|
|
494
494
|
class: "animate-self-spin",
|
|
495
495
|
style: { transformOrigin: "168px 60px" }
|
|
496
|
-
},
|
|
496
|
+
}, ma = ["stroke"], ha = {
|
|
497
497
|
key: 50,
|
|
498
498
|
class: "animate-alert-flash"
|
|
499
|
-
},
|
|
499
|
+
}, fa = ["fill"], ka = { key: 51 }, pa = { class: "animate-alert-flash" }, xa = ["fill"], ga = ["fill"], va = ["stroke"], _a = ["fill"], ba = {
|
|
500
500
|
key: 53,
|
|
501
501
|
class: "animate-scan-move"
|
|
502
|
-
},
|
|
502
|
+
}, wa = ["stroke"], $a = ["stroke"], Ca = { key: 54 }, qa = ["stroke"], Ma = ["fill"], Sa = ["fill"], Aa = ["fill"], Ba = ["stroke"], Oa = {
|
|
503
503
|
key: 57,
|
|
504
504
|
class: "animate-locate-bob",
|
|
505
505
|
style: { transformOrigin: "168px 60px" }
|
|
506
|
-
},
|
|
506
|
+
}, za = ["fill"], Ra = ["fill"], Ia = ["stroke"], Na = ["fill"], Ta = { key: 59 }, Da = ["stroke"], Pa = { key: 60 }, La = ["fill"], Ea = { key: 61 }, Ga = ["fill"], Ha = {
|
|
507
507
|
key: 62,
|
|
508
508
|
class: "animate-alert-flash",
|
|
509
509
|
style: { transformOrigin: "168px 60px" }
|
|
510
|
-
},
|
|
510
|
+
}, Za = ["fill"], Ua = { key: 63 }, ja = ["fill"], Fa = {
|
|
511
511
|
key: 64,
|
|
512
512
|
class: "animate-alert-flash"
|
|
513
|
-
},
|
|
513
|
+
}, Qa = ["fill"], Ya = {
|
|
514
514
|
key: 65,
|
|
515
515
|
class: "animate-sparkle",
|
|
516
516
|
style: { transformOrigin: "168px 58px" }
|
|
517
|
-
},
|
|
517
|
+
}, Wa = ["fill"], Va = ["fill"], Ja = ["fill"], Ka = { key: 66 }, Xa = ["fill"], es = ["fill"], ts = ["fill"], ls = {
|
|
518
518
|
key: 67,
|
|
519
519
|
class: "animate-body-glow",
|
|
520
520
|
style: { transformOrigin: "168px 62px" }
|
|
521
|
-
},
|
|
521
|
+
}, os = ["fill"], as = {
|
|
522
522
|
key: 68,
|
|
523
523
|
class: "animate-dot-blink"
|
|
524
|
-
},
|
|
524
|
+
}, ss = { key: 69 }, is = ["stroke"], ns = ["fill"], rs = ["fill"], cs = { key: 72 }, ds = {
|
|
525
525
|
key: 73,
|
|
526
526
|
class: "animate-bball-ball",
|
|
527
527
|
style: { transformOrigin: "120px 148px" }
|
|
528
|
-
},
|
|
528
|
+
}, us = {
|
|
529
529
|
key: 74,
|
|
530
530
|
class: "animate-traffic-light-pop",
|
|
531
531
|
style: { transformOrigin: "230px 126px" }
|
|
532
|
-
},
|
|
532
|
+
}, ys = ["fill"], ms = ["opacity"], hs = ["opacity"], fs = ["opacity"], ks = { key: 75 }, ps = ["x", "y"], xs = {
|
|
533
533
|
key: 76,
|
|
534
534
|
class: "animate-breathe",
|
|
535
535
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
536
|
-
},
|
|
536
|
+
}, gs = ["fill"], vs = { key: 78 }, _s = ["d", "fill"], bs = { key: 79 }, ws = ["fill"], $s = { key: 80 }, Cs = ["stroke"], qs = ["stroke"], Ms = { key: 81 }, Ss = ["x", "y", "width", "height", "rx", "fill"], As = { key: 82 }, Bs = ["cx", "cy", "fill"], Os = ["fill"], zs = ["fill"], Rs = ["d"], Is = ["fill"], Ns = ["fill"], Ts = ["fill"], Ds = ["d"], Ps = {
|
|
537
537
|
key: 0,
|
|
538
538
|
class: "pointer-events-none absolute right-2 top-2 text-robot-blue-dark"
|
|
539
|
-
}, i = "var(--robot-eye)",
|
|
539
|
+
}, i = "var(--robot-eye)", Ls = "var(--robot-blue)", q = "oklch(0.6 0.23 22)", H = "oklch(0.72 0.19 55)", Z = "oklch(0.84 0.16 95)", j = "oklch(0.62 0.02 260)", R = "oklch(0.68 0.16 150)", Es = "oklch(0.5 0.12 250)", d = 102, u = 138, o = 108, Gs = /* @__PURE__ */ M({
|
|
540
540
|
__name: "QuarkRobot",
|
|
541
541
|
props: {
|
|
542
542
|
emotion: {},
|
|
@@ -544,7 +544,7 @@ const $e = {
|
|
|
544
544
|
speaking: { type: Boolean, default: !1 }
|
|
545
545
|
},
|
|
546
546
|
setup(n) {
|
|
547
|
-
const
|
|
547
|
+
const c = n, m = {
|
|
548
548
|
// 基础情绪
|
|
549
549
|
neutral: { eyes: "neutral", mouth: "smileSoft", arms: "handsFold", anim: "animate-robot-float" },
|
|
550
550
|
bye: { eyes: "happy", mouth: "smileSoft", arms: "waveUp", anim: "animate-robot-float" },
|
|
@@ -577,7 +577,7 @@ const $e = {
|
|
|
577
577
|
pray: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
578
578
|
devout: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
579
579
|
heal: { eyes: "happy", mouth: "smileSoft", blush: !0, sym: "heart", symColor: q, arms: "hug", anim: "animate-breathe" },
|
|
580
|
-
coldGuard: { eyes: "lookdown", mouth: "flat", body:
|
|
580
|
+
coldGuard: { eyes: "lookdown", mouth: "flat", body: Es, anim: "animate-guard-sink" },
|
|
581
581
|
// 聆听神态
|
|
582
582
|
listenOpen: { eyes: "neutral", mouth: "smileSoft", sym: "soundwave", symColor: i, arms: "attentiveOpen", anim: "animate-listen-tilt" },
|
|
583
583
|
listenSneaky: { eyes: "half", mouth: "dot", sym: "soundwave", symColor: "var(--robot-amber)", arms: "shh", anim: "animate-listen-sneak" },
|
|
@@ -647,7 +647,7 @@ const $e = {
|
|
|
647
647
|
trafficYellow: { eyes: "thinkEyes", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor: Z, body: Z, signalAnim: "animate-signal-soft", signalOverride: Z, anim: "animate-traffic-wait" },
|
|
648
648
|
trafficGreen: { eyes: "happy", mouth: "smile", arms: "trafficGuide", sym: "check", symColor: R, body: R, signalAnim: "animate-signal-shield", signalOverride: R, anim: "animate-traffic-go" },
|
|
649
649
|
singing: { eyes: "arcHappy", mouth: "bigopen", blushPink: !0, arms: "conductMusic", sym: "soundwave", symColor: "oklch(0.82 0.16 72)", signalAnim: "animate-signal-warm", signalOverride: "oklch(0.82 0.16 72)", anim: "animate-sing-body" }
|
|
650
|
-
},
|
|
650
|
+
}, h = {
|
|
651
651
|
// 基础互动 优化版
|
|
652
652
|
nod: "animate-nod-v2",
|
|
653
653
|
shakeHead: "animate-shakehead-v2",
|
|
@@ -872,11 +872,11 @@ const $e = {
|
|
|
872
872
|
trafficGuide: { l: -36, r: 0, ra: "animate-traffic-arm" },
|
|
873
873
|
// 唱歌指挥:双手轻轻打拍子
|
|
874
874
|
conductMusic: { l: 54, r: -54, la: "animate-conduct-arm-l", ra: "animate-conduct-arm-r" }
|
|
875
|
-
}, s = b(() =>
|
|
876
|
-
() => w[
|
|
875
|
+
}, s = b(() => m[c.emotion]), I = b(() => s.value.body ?? Ls), oe = b(() => h[c.action] ?? s.value.anim), D = b(() => k[c.action] ?? s.value.arms ?? "down"), N = b(() => le[D.value]), E = b(
|
|
876
|
+
() => w[c.action] ?? s.value.signalOverride ?? "var(--robot-amber)"
|
|
877
877
|
), ae = b(
|
|
878
|
-
() => s.value.signalAnim &&
|
|
879
|
-
), P = b(() => O[
|
|
878
|
+
() => s.value.signalAnim && c.action === "idle" ? s.value.signalAnim : ""
|
|
879
|
+
), P = b(() => O[c.action] ?? "none"), L = b(() => c.action === "trafficRed" || c.emotion === "trafficRed" ? "red" : c.action === "trafficYellow" || c.emotion === "trafficYellow" ? "yellow" : c.action === "trafficGreen" || c.emotion === "trafficGreen" ? "green" : null), se = b(() => c.action === "sing" || c.emotion === "singing"), ie = [
|
|
880
880
|
{ x: 62, y: 64, note: "♪", delay: 0 },
|
|
881
881
|
{ x: 184, y: 76, note: "♫", delay: 0.22 },
|
|
882
882
|
{ x: 48, y: 116, note: "♬", delay: 0.44 },
|
|
@@ -929,7 +929,7 @@ const $e = {
|
|
|
929
929
|
}), we(() => {
|
|
930
930
|
window.removeEventListener("mousemove", X), Y && clearTimeout(Y);
|
|
931
931
|
});
|
|
932
|
-
const v = b(() => F.value.x), A = b(() => F.value.y), de = b(() =>
|
|
932
|
+
const v = b(() => F.value.x), A = b(() => F.value.y), de = b(() => c.emotion === "excited" || c.emotion === "eureka" || c.emotion === "eurekaClap"), ue = b(() => ({ transform: `rotate(${K.value * 0.4}deg)` })), ye = b(() => {
|
|
933
933
|
const g = {
|
|
934
934
|
transformBox: "fill-box",
|
|
935
935
|
transformOrigin: "right center",
|
|
@@ -966,7 +966,7 @@ const $e = {
|
|
|
966
966
|
e("div", {
|
|
967
967
|
class: B(oe.value)
|
|
968
968
|
}, [
|
|
969
|
-
(t(), l("svg",
|
|
969
|
+
(t(), l("svg", Pt, [
|
|
970
970
|
e("line", {
|
|
971
971
|
x1: "120",
|
|
972
972
|
y1: "42",
|
|
@@ -975,7 +975,7 @@ const $e = {
|
|
|
975
975
|
stroke: I.value,
|
|
976
976
|
"stroke-width": "6",
|
|
977
977
|
"stroke-linecap": "round"
|
|
978
|
-
}, null, 8,
|
|
978
|
+
}, null, 8, Lt),
|
|
979
979
|
e("circle", {
|
|
980
980
|
cx: "120",
|
|
981
981
|
cy: "22",
|
|
@@ -983,7 +983,7 @@ const $e = {
|
|
|
983
983
|
fill: E.value,
|
|
984
984
|
style: _({ transition: "fill 0.6s ease", filter: `drop-shadow(0 0 5px ${E.value})` }),
|
|
985
985
|
class: B(["animate-antenna-pulse", P.value === "scan-ring" || n.action === "signalBreathe" ? "animate-signal-breathe" : "", ae.value])
|
|
986
|
-
}, null, 14,
|
|
986
|
+
}, null, 14, Et),
|
|
987
987
|
e("rect", {
|
|
988
988
|
x: "44",
|
|
989
989
|
y: "40",
|
|
@@ -992,7 +992,7 @@ const $e = {
|
|
|
992
992
|
rx: "54",
|
|
993
993
|
fill: I.value,
|
|
994
994
|
style: { transition: "fill 0.3s ease" }
|
|
995
|
-
}, null, 8,
|
|
995
|
+
}, null, 8, Gt),
|
|
996
996
|
a[46] || (a[46] = e("rect", {
|
|
997
997
|
x: "44",
|
|
998
998
|
y: "40",
|
|
@@ -1009,7 +1009,7 @@ const $e = {
|
|
|
1009
1009
|
ry: s.value.blushStrong ? 10 : 8,
|
|
1010
1010
|
fill: "var(--robot-amber)",
|
|
1011
1011
|
opacity: s.value.blushStrong ? 0.95 : 0.85
|
|
1012
|
-
}, null, 8,
|
|
1012
|
+
}, null, 8, Ht),
|
|
1013
1013
|
e("ellipse", {
|
|
1014
1014
|
cx: "168",
|
|
1015
1015
|
cy: "128",
|
|
@@ -1017,7 +1017,7 @@ const $e = {
|
|
|
1017
1017
|
ry: s.value.blushStrong ? 10 : 8,
|
|
1018
1018
|
fill: "var(--robot-amber)",
|
|
1019
1019
|
opacity: s.value.blushStrong ? 0.95 : 0.85
|
|
1020
|
-
}, null, 8,
|
|
1020
|
+
}, null, 8, Zt)
|
|
1021
1021
|
], 64)) : f("", !0),
|
|
1022
1022
|
s.value.blushPink ? (t(), l(x, { key: 1 }, [
|
|
1023
1023
|
a[0] || (a[0] = e("ellipse", {
|
|
@@ -1053,7 +1053,7 @@ const $e = {
|
|
|
1053
1053
|
height: "92",
|
|
1054
1054
|
rx: "32",
|
|
1055
1055
|
fill: s.value.screenTint
|
|
1056
|
-
}, null, 8,
|
|
1056
|
+
}, null, 8, Ut)) : f("", !0),
|
|
1057
1057
|
a[48] || (a[48] = e("rect", {
|
|
1058
1058
|
x: "66",
|
|
1059
1059
|
y: "66",
|
|
@@ -1070,11 +1070,11 @@ const $e = {
|
|
|
1070
1070
|
fill: "none"
|
|
1071
1071
|
}, [
|
|
1072
1072
|
e("path", {
|
|
1073
|
-
d: `M ${
|
|
1074
|
-
}, null, 8,
|
|
1073
|
+
d: `M ${d - 11} ${o} q 11 7 22 0`
|
|
1074
|
+
}, null, 8, jt),
|
|
1075
1075
|
e("path", {
|
|
1076
1076
|
d: `M ${u - 11} ${o} q 11 7 22 0`
|
|
1077
|
-
}, null, 8,
|
|
1077
|
+
}, null, 8, Ft)
|
|
1078
1078
|
])) : p.value === "happy" ? (t(), l("g", {
|
|
1079
1079
|
key: 4,
|
|
1080
1080
|
stroke: i,
|
|
@@ -1083,65 +1083,65 @@ const $e = {
|
|
|
1083
1083
|
fill: "none"
|
|
1084
1084
|
}, [
|
|
1085
1085
|
e("path", {
|
|
1086
|
-
d: `M ${
|
|
1087
|
-
}, null, 8,
|
|
1086
|
+
d: `M ${d - 11} ${o + 3} q 11 -16 22 0`
|
|
1087
|
+
}, null, 8, Qt),
|
|
1088
1088
|
e("path", {
|
|
1089
1089
|
d: `M ${u - 11} ${o + 3} q 11 -16 22 0`
|
|
1090
|
-
}, null, 8,
|
|
1091
|
-
])) : p.value === "arcHappy" ? (t(), l("g",
|
|
1090
|
+
}, null, 8, Yt)
|
|
1091
|
+
])) : p.value === "arcHappy" ? (t(), l("g", Wt, [
|
|
1092
1092
|
e("path", {
|
|
1093
|
-
d: `M ${
|
|
1093
|
+
d: `M ${d - 13} ${o + 4} q 13 -20 26 0`,
|
|
1094
1094
|
stroke: i,
|
|
1095
1095
|
"stroke-width": "7",
|
|
1096
1096
|
"stroke-linecap": "round",
|
|
1097
1097
|
fill: "none"
|
|
1098
|
-
}, null, 8,
|
|
1098
|
+
}, null, 8, Vt),
|
|
1099
1099
|
e("path", {
|
|
1100
1100
|
d: `M ${u - 13} ${o + 4} q 13 -20 26 0`,
|
|
1101
1101
|
stroke: i,
|
|
1102
1102
|
"stroke-width": "7",
|
|
1103
1103
|
"stroke-linecap": "round",
|
|
1104
1104
|
fill: "none"
|
|
1105
|
-
}, null, 8,
|
|
1105
|
+
}, null, 8, Jt),
|
|
1106
1106
|
e("rect", {
|
|
1107
|
-
x:
|
|
1107
|
+
x: d - 14,
|
|
1108
1108
|
y: o - 14,
|
|
1109
1109
|
width: "28",
|
|
1110
1110
|
height: "18",
|
|
1111
1111
|
fill: "var(--robot-screen)"
|
|
1112
|
-
}, null, 8,
|
|
1112
|
+
}, null, 8, Kt),
|
|
1113
1113
|
e("rect", {
|
|
1114
1114
|
x: u - 14,
|
|
1115
1115
|
y: o - 14,
|
|
1116
1116
|
width: "28",
|
|
1117
1117
|
height: "18",
|
|
1118
1118
|
fill: "var(--robot-screen)"
|
|
1119
|
-
}, null, 8,
|
|
1119
|
+
}, null, 8, Xt)
|
|
1120
1120
|
])) : p.value === "narrow" ? (t(), l("g", {
|
|
1121
1121
|
key: 6,
|
|
1122
1122
|
fill: i
|
|
1123
1123
|
}, [
|
|
1124
1124
|
e("ellipse", {
|
|
1125
|
-
cx:
|
|
1125
|
+
cx: d + v.value * 0.4,
|
|
1126
1126
|
cy: o,
|
|
1127
1127
|
rx: "5",
|
|
1128
1128
|
ry: "11"
|
|
1129
|
-
}, null, 8,
|
|
1129
|
+
}, null, 8, el),
|
|
1130
1130
|
e("ellipse", {
|
|
1131
1131
|
cx: u + v.value * 0.4,
|
|
1132
1132
|
cy: o,
|
|
1133
1133
|
rx: "5",
|
|
1134
1134
|
ry: "11"
|
|
1135
|
-
}, null, 8,
|
|
1135
|
+
}, null, 8, tl),
|
|
1136
1136
|
e("line", {
|
|
1137
|
-
x1:
|
|
1137
|
+
x1: d - 11,
|
|
1138
1138
|
y1: o - 12,
|
|
1139
|
-
x2:
|
|
1139
|
+
x2: d + 9,
|
|
1140
1140
|
y2: o - 6,
|
|
1141
1141
|
stroke: i,
|
|
1142
1142
|
"stroke-width": "5",
|
|
1143
1143
|
"stroke-linecap": "round"
|
|
1144
|
-
}, null, 8,
|
|
1144
|
+
}, null, 8, ll),
|
|
1145
1145
|
e("line", {
|
|
1146
1146
|
x1: u + 11,
|
|
1147
1147
|
y1: o - 12,
|
|
@@ -1150,32 +1150,32 @@ const $e = {
|
|
|
1150
1150
|
stroke: i,
|
|
1151
1151
|
"stroke-width": "5",
|
|
1152
1152
|
"stroke-linecap": "round"
|
|
1153
|
-
}, null, 8,
|
|
1153
|
+
}, null, 8, ol)
|
|
1154
1154
|
])) : p.value === "droopy" ? (t(), l("g", {
|
|
1155
1155
|
key: 7,
|
|
1156
1156
|
fill: i
|
|
1157
1157
|
}, [
|
|
1158
1158
|
e("ellipse", {
|
|
1159
|
-
cx:
|
|
1159
|
+
cx: d,
|
|
1160
1160
|
cy: o + 3,
|
|
1161
1161
|
rx: "8",
|
|
1162
1162
|
ry: "10"
|
|
1163
|
-
}, null, 8,
|
|
1163
|
+
}, null, 8, al),
|
|
1164
1164
|
e("ellipse", {
|
|
1165
1165
|
cx: u,
|
|
1166
1166
|
cy: o + 3,
|
|
1167
1167
|
rx: "8",
|
|
1168
1168
|
ry: "10"
|
|
1169
|
-
}, null, 8,
|
|
1169
|
+
}, null, 8, sl),
|
|
1170
1170
|
e("line", {
|
|
1171
|
-
x1:
|
|
1171
|
+
x1: d + 5,
|
|
1172
1172
|
y1: o - 8,
|
|
1173
|
-
x2:
|
|
1173
|
+
x2: d + 12,
|
|
1174
1174
|
y2: o - 2,
|
|
1175
1175
|
stroke: i,
|
|
1176
1176
|
"stroke-width": "4",
|
|
1177
1177
|
"stroke-linecap": "round"
|
|
1178
|
-
}, null, 8,
|
|
1178
|
+
}, null, 8, il),
|
|
1179
1179
|
e("line", {
|
|
1180
1180
|
x1: u - 5,
|
|
1181
1181
|
y1: o - 8,
|
|
@@ -1184,39 +1184,39 @@ const $e = {
|
|
|
1184
1184
|
stroke: i,
|
|
1185
1185
|
"stroke-width": "4",
|
|
1186
1186
|
"stroke-linecap": "round"
|
|
1187
|
-
}, null, 8,
|
|
1187
|
+
}, null, 8, nl)
|
|
1188
1188
|
])) : p.value === "softRound" ? (t(), l("g", {
|
|
1189
1189
|
key: 8,
|
|
1190
1190
|
fill: i
|
|
1191
1191
|
}, [
|
|
1192
1192
|
e("circle", {
|
|
1193
|
-
cx:
|
|
1193
|
+
cx: d + v.value * 0.2,
|
|
1194
1194
|
cy: o + A.value * 0.2,
|
|
1195
1195
|
r: "9"
|
|
1196
|
-
}, null, 8,
|
|
1196
|
+
}, null, 8, rl),
|
|
1197
1197
|
e("circle", {
|
|
1198
1198
|
cx: u + v.value * 0.2,
|
|
1199
1199
|
cy: o + A.value * 0.2,
|
|
1200
1200
|
r: "9"
|
|
1201
|
-
}, null, 8,
|
|
1201
|
+
}, null, 8, cl),
|
|
1202
1202
|
e("circle", {
|
|
1203
|
-
cx:
|
|
1203
|
+
cx: d + 3,
|
|
1204
1204
|
cy: o - 3,
|
|
1205
1205
|
r: "2.5",
|
|
1206
1206
|
fill: "var(--robot-screen)"
|
|
1207
|
-
}, null, 8,
|
|
1207
|
+
}, null, 8, dl),
|
|
1208
1208
|
e("circle", {
|
|
1209
1209
|
cx: u + 3,
|
|
1210
1210
|
cy: o - 3,
|
|
1211
1211
|
r: "2.5",
|
|
1212
1212
|
fill: "var(--robot-screen)"
|
|
1213
|
-
}, null, 8,
|
|
1213
|
+
}, null, 8, ul)
|
|
1214
1214
|
])) : p.value === "bigRound" ? (t(), l("g", {
|
|
1215
1215
|
key: 9,
|
|
1216
1216
|
fill: i
|
|
1217
1217
|
}, [
|
|
1218
1218
|
e("circle", {
|
|
1219
|
-
cx:
|
|
1219
|
+
cx: d,
|
|
1220
1220
|
cy: o,
|
|
1221
1221
|
r: "15",
|
|
1222
1222
|
fill: "oklch(1 0 0 / 0.96)"
|
|
@@ -1228,75 +1228,75 @@ const $e = {
|
|
|
1228
1228
|
fill: "oklch(1 0 0 / 0.96)"
|
|
1229
1229
|
}),
|
|
1230
1230
|
e("circle", {
|
|
1231
|
-
cx:
|
|
1231
|
+
cx: d + v.value * 0.5,
|
|
1232
1232
|
cy: o + A.value * 0.5,
|
|
1233
1233
|
r: "8",
|
|
1234
1234
|
fill: i
|
|
1235
|
-
}, null, 8,
|
|
1235
|
+
}, null, 8, yl),
|
|
1236
1236
|
e("circle", {
|
|
1237
1237
|
cx: u + v.value * 0.5,
|
|
1238
1238
|
cy: o + A.value * 0.5,
|
|
1239
1239
|
r: "8",
|
|
1240
1240
|
fill: i
|
|
1241
|
-
}, null, 8,
|
|
1241
|
+
}, null, 8, ml),
|
|
1242
1242
|
e("circle", {
|
|
1243
|
-
cx:
|
|
1243
|
+
cx: d + 5,
|
|
1244
1244
|
cy: o - 5,
|
|
1245
1245
|
r: "3",
|
|
1246
1246
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1247
|
-
}, null, 8,
|
|
1247
|
+
}, null, 8, hl),
|
|
1248
1248
|
e("circle", {
|
|
1249
1249
|
cx: u + 5,
|
|
1250
1250
|
cy: o - 5,
|
|
1251
1251
|
r: "3",
|
|
1252
1252
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1253
|
-
}, null, 8,
|
|
1253
|
+
}, null, 8, fl)
|
|
1254
1254
|
])) : p.value === "halfDroopy" ? (t(), l("g", {
|
|
1255
1255
|
key: 10,
|
|
1256
1256
|
fill: i
|
|
1257
1257
|
}, [
|
|
1258
1258
|
e("ellipse", {
|
|
1259
|
-
cx:
|
|
1259
|
+
cx: d,
|
|
1260
1260
|
cy: o + 2,
|
|
1261
1261
|
rx: "10",
|
|
1262
1262
|
ry: "11",
|
|
1263
1263
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1264
|
-
}, null, 8,
|
|
1264
|
+
}, null, 8, kl),
|
|
1265
1265
|
e("ellipse", {
|
|
1266
1266
|
cx: u,
|
|
1267
1267
|
cy: o + 2,
|
|
1268
1268
|
rx: "10",
|
|
1269
1269
|
ry: "11",
|
|
1270
1270
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1271
|
-
}, null, 8,
|
|
1271
|
+
}, null, 8, pl),
|
|
1272
1272
|
e("ellipse", {
|
|
1273
|
-
cx:
|
|
1273
|
+
cx: d,
|
|
1274
1274
|
cy: o + 5,
|
|
1275
1275
|
rx: "6",
|
|
1276
1276
|
ry: "7",
|
|
1277
1277
|
fill: i
|
|
1278
|
-
}, null, 8,
|
|
1278
|
+
}, null, 8, xl),
|
|
1279
1279
|
e("ellipse", {
|
|
1280
1280
|
cx: u,
|
|
1281
1281
|
cy: o + 5,
|
|
1282
1282
|
rx: "6",
|
|
1283
1283
|
ry: "7",
|
|
1284
1284
|
fill: i
|
|
1285
|
-
}, null, 8,
|
|
1285
|
+
}, null, 8, gl),
|
|
1286
1286
|
e("rect", {
|
|
1287
|
-
x:
|
|
1287
|
+
x: d - 12,
|
|
1288
1288
|
y: o - 12,
|
|
1289
1289
|
width: "24",
|
|
1290
1290
|
height: "12",
|
|
1291
1291
|
fill: "var(--robot-screen)"
|
|
1292
|
-
}, null, 8,
|
|
1292
|
+
}, null, 8, vl),
|
|
1293
1293
|
e("rect", {
|
|
1294
1294
|
x: u - 12,
|
|
1295
1295
|
y: o - 12,
|
|
1296
1296
|
width: "24",
|
|
1297
1297
|
height: "12",
|
|
1298
1298
|
fill: "var(--robot-screen)"
|
|
1299
|
-
}, null, 8,
|
|
1299
|
+
}, null, 8, _l)
|
|
1300
1300
|
])) : p.value === "peekSlit" ? (t(), l("g", {
|
|
1301
1301
|
key: 11,
|
|
1302
1302
|
stroke: i,
|
|
@@ -1305,42 +1305,42 @@ const $e = {
|
|
|
1305
1305
|
fill: "none"
|
|
1306
1306
|
}, [
|
|
1307
1307
|
e("line", {
|
|
1308
|
-
x1:
|
|
1308
|
+
x1: d - 9,
|
|
1309
1309
|
y1: o,
|
|
1310
|
-
x2:
|
|
1310
|
+
x2: d + 9,
|
|
1311
1311
|
y2: o
|
|
1312
|
-
}, null, 8,
|
|
1312
|
+
}, null, 8, bl),
|
|
1313
1313
|
e("line", {
|
|
1314
1314
|
x1: u - 9,
|
|
1315
1315
|
y1: o,
|
|
1316
1316
|
x2: u + 9,
|
|
1317
1317
|
y2: o
|
|
1318
|
-
}, null, 8,
|
|
1318
|
+
}, null, 8, wl)
|
|
1319
1319
|
])) : p.value === "halfSquint" ? (t(), l("g", {
|
|
1320
1320
|
key: 12,
|
|
1321
1321
|
fill: i
|
|
1322
1322
|
}, [
|
|
1323
1323
|
e("ellipse", {
|
|
1324
|
-
cx:
|
|
1324
|
+
cx: d,
|
|
1325
1325
|
cy: o + 1,
|
|
1326
1326
|
rx: "7",
|
|
1327
1327
|
ry: "9",
|
|
1328
1328
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1329
|
-
}, null, 8,
|
|
1329
|
+
}, null, 8, $l),
|
|
1330
1330
|
e("ellipse", {
|
|
1331
|
-
cx:
|
|
1331
|
+
cx: d + 2,
|
|
1332
1332
|
cy: o + 2,
|
|
1333
1333
|
rx: "4.5",
|
|
1334
1334
|
ry: "6",
|
|
1335
1335
|
fill: i
|
|
1336
|
-
}, null, 8,
|
|
1336
|
+
}, null, 8, Cl),
|
|
1337
1337
|
e("rect", {
|
|
1338
|
-
x:
|
|
1338
|
+
x: d - 9,
|
|
1339
1339
|
y: o - 10,
|
|
1340
1340
|
width: "18",
|
|
1341
1341
|
height: "9",
|
|
1342
1342
|
fill: "var(--robot-screen)"
|
|
1343
|
-
}, null, 8,
|
|
1343
|
+
}, null, 8, ql),
|
|
1344
1344
|
e("ellipse", {
|
|
1345
1345
|
cx: u,
|
|
1346
1346
|
cy: o,
|
|
@@ -1354,13 +1354,13 @@ const $e = {
|
|
|
1354
1354
|
rx: "6",
|
|
1355
1355
|
ry: "7",
|
|
1356
1356
|
fill: i
|
|
1357
|
-
}, null, 8,
|
|
1357
|
+
}, null, 8, Ml)
|
|
1358
1358
|
])) : p.value === "scaredWide" ? (t(), l("g", {
|
|
1359
1359
|
key: 13,
|
|
1360
1360
|
fill: i
|
|
1361
1361
|
}, [
|
|
1362
1362
|
e("circle", {
|
|
1363
|
-
cx:
|
|
1363
|
+
cx: d,
|
|
1364
1364
|
cy: o,
|
|
1365
1365
|
r: "14",
|
|
1366
1366
|
fill: "oklch(1 0 0 / 0.98)"
|
|
@@ -1372,35 +1372,35 @@ const $e = {
|
|
|
1372
1372
|
fill: "oklch(1 0 0 / 0.98)"
|
|
1373
1373
|
}),
|
|
1374
1374
|
e("circle", {
|
|
1375
|
-
cx:
|
|
1375
|
+
cx: d + 3,
|
|
1376
1376
|
cy: o + 2,
|
|
1377
1377
|
r: "7",
|
|
1378
1378
|
fill: i
|
|
1379
|
-
}, null, 8,
|
|
1379
|
+
}, null, 8, Sl),
|
|
1380
1380
|
e("circle", {
|
|
1381
1381
|
cx: u - 3,
|
|
1382
1382
|
cy: o + 2,
|
|
1383
1383
|
r: "7",
|
|
1384
1384
|
fill: i
|
|
1385
|
-
}, null, 8,
|
|
1385
|
+
}, null, 8, Al),
|
|
1386
1386
|
e("circle", {
|
|
1387
|
-
cx:
|
|
1387
|
+
cx: d + 6,
|
|
1388
1388
|
cy: o - 3,
|
|
1389
1389
|
r: "2.5",
|
|
1390
1390
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1391
|
-
}, null, 8,
|
|
1391
|
+
}, null, 8, Bl),
|
|
1392
1392
|
e("circle", {
|
|
1393
1393
|
cx: u - 1,
|
|
1394
1394
|
cy: o - 3,
|
|
1395
1395
|
r: "2.5",
|
|
1396
1396
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1397
|
-
}, null, 8,
|
|
1397
|
+
}, null, 8, Ol)
|
|
1398
1398
|
])) : p.value === "narrowSlant" ? (t(), l("g", {
|
|
1399
1399
|
key: 14,
|
|
1400
1400
|
fill: i
|
|
1401
1401
|
}, [
|
|
1402
1402
|
e("ellipse", {
|
|
1403
|
-
cx:
|
|
1403
|
+
cx: d,
|
|
1404
1404
|
cy: o,
|
|
1405
1405
|
rx: "11",
|
|
1406
1406
|
ry: "8",
|
|
@@ -1414,28 +1414,28 @@ const $e = {
|
|
|
1414
1414
|
fill: "oklch(1 0 0 / 0.92)"
|
|
1415
1415
|
}),
|
|
1416
1416
|
e("ellipse", {
|
|
1417
|
-
cx:
|
|
1417
|
+
cx: d + 2,
|
|
1418
1418
|
cy: o + 1,
|
|
1419
1419
|
rx: "5",
|
|
1420
1420
|
ry: "6",
|
|
1421
1421
|
fill: i
|
|
1422
|
-
}, null, 8,
|
|
1422
|
+
}, null, 8, zl),
|
|
1423
1423
|
e("ellipse", {
|
|
1424
1424
|
cx: u - 2,
|
|
1425
1425
|
cy: o + 1,
|
|
1426
1426
|
rx: "5",
|
|
1427
1427
|
ry: "6",
|
|
1428
1428
|
fill: i
|
|
1429
|
-
}, null, 8,
|
|
1429
|
+
}, null, 8, Rl),
|
|
1430
1430
|
e("line", {
|
|
1431
|
-
x1:
|
|
1431
|
+
x1: d - 12,
|
|
1432
1432
|
y1: o - 7,
|
|
1433
|
-
x2:
|
|
1433
|
+
x2: d + 10,
|
|
1434
1434
|
y2: o - 4,
|
|
1435
1435
|
stroke: i,
|
|
1436
1436
|
"stroke-width": "5",
|
|
1437
1437
|
"stroke-linecap": "round"
|
|
1438
|
-
}, null, 8,
|
|
1438
|
+
}, null, 8, Il),
|
|
1439
1439
|
e("line", {
|
|
1440
1440
|
x1: u - 10,
|
|
1441
1441
|
y1: o - 4,
|
|
@@ -1444,7 +1444,7 @@ const $e = {
|
|
|
1444
1444
|
stroke: i,
|
|
1445
1445
|
"stroke-width": "5",
|
|
1446
1446
|
"stroke-linecap": "round"
|
|
1447
|
-
}, null, 8,
|
|
1447
|
+
}, null, 8, Nl)
|
|
1448
1448
|
])) : p.value === "dashEyes" ? (t(), l("g", {
|
|
1449
1449
|
key: 15,
|
|
1450
1450
|
stroke: i,
|
|
@@ -1452,80 +1452,80 @@ const $e = {
|
|
|
1452
1452
|
"stroke-linecap": "round"
|
|
1453
1453
|
}, [
|
|
1454
1454
|
e("line", {
|
|
1455
|
-
x1:
|
|
1455
|
+
x1: d - 10,
|
|
1456
1456
|
y1: o,
|
|
1457
|
-
x2:
|
|
1457
|
+
x2: d + 10,
|
|
1458
1458
|
y2: o
|
|
1459
|
-
}, null, 8,
|
|
1459
|
+
}, null, 8, Tl),
|
|
1460
1460
|
e("line", {
|
|
1461
1461
|
x1: u - 10,
|
|
1462
1462
|
y1: o,
|
|
1463
1463
|
x2: u + 10,
|
|
1464
1464
|
y2: o
|
|
1465
|
-
}, null, 8,
|
|
1466
|
-
])) : p.value === "halfClosed" ? (t(), l("g",
|
|
1465
|
+
}, null, 8, Dl)
|
|
1466
|
+
])) : p.value === "halfClosed" ? (t(), l("g", Pl, [
|
|
1467
1467
|
e("ellipse", {
|
|
1468
|
-
cx:
|
|
1468
|
+
cx: d,
|
|
1469
1469
|
cy: o + 2,
|
|
1470
1470
|
rx: "11",
|
|
1471
1471
|
ry: "12",
|
|
1472
1472
|
fill: "oklch(1 0 0 / 0.88)"
|
|
1473
|
-
}, null, 8,
|
|
1473
|
+
}, null, 8, Ll),
|
|
1474
1474
|
e("ellipse", {
|
|
1475
1475
|
cx: u,
|
|
1476
1476
|
cy: o + 2,
|
|
1477
1477
|
rx: "11",
|
|
1478
1478
|
ry: "12",
|
|
1479
1479
|
fill: "oklch(1 0 0 / 0.88)"
|
|
1480
|
-
}, null, 8,
|
|
1480
|
+
}, null, 8, El),
|
|
1481
1481
|
e("ellipse", {
|
|
1482
|
-
cx:
|
|
1482
|
+
cx: d,
|
|
1483
1483
|
cy: o + 5,
|
|
1484
1484
|
rx: "6",
|
|
1485
1485
|
ry: "7",
|
|
1486
1486
|
fill: i
|
|
1487
|
-
}, null, 8,
|
|
1487
|
+
}, null, 8, Gl),
|
|
1488
1488
|
e("ellipse", {
|
|
1489
1489
|
cx: u,
|
|
1490
1490
|
cy: o + 5,
|
|
1491
1491
|
rx: "6",
|
|
1492
1492
|
ry: "7",
|
|
1493
1493
|
fill: i
|
|
1494
|
-
}, null, 8,
|
|
1494
|
+
}, null, 8, Hl),
|
|
1495
1495
|
e("rect", {
|
|
1496
|
-
x:
|
|
1496
|
+
x: d - 13,
|
|
1497
1497
|
y: o - 13,
|
|
1498
1498
|
width: "26",
|
|
1499
1499
|
height: "16",
|
|
1500
1500
|
fill: "var(--robot-screen)"
|
|
1501
|
-
}, null, 8,
|
|
1501
|
+
}, null, 8, Zl),
|
|
1502
1502
|
e("rect", {
|
|
1503
1503
|
x: u - 13,
|
|
1504
1504
|
y: o - 13,
|
|
1505
1505
|
width: "26",
|
|
1506
1506
|
height: "16",
|
|
1507
1507
|
fill: "var(--robot-screen)"
|
|
1508
|
-
}, null, 8,
|
|
1508
|
+
}, null, 8, Ul),
|
|
1509
1509
|
e("path", {
|
|
1510
|
-
d: `M ${
|
|
1510
|
+
d: `M ${d - 11} ${o + 3} q 11 -6 22 0`,
|
|
1511
1511
|
stroke: i,
|
|
1512
1512
|
"stroke-width": "4.5",
|
|
1513
1513
|
"stroke-linecap": "round",
|
|
1514
1514
|
fill: "none"
|
|
1515
|
-
}, null, 8,
|
|
1515
|
+
}, null, 8, jl),
|
|
1516
1516
|
e("path", {
|
|
1517
1517
|
d: `M ${u - 11} ${o + 3} q 11 -6 22 0`,
|
|
1518
1518
|
stroke: i,
|
|
1519
1519
|
"stroke-width": "4.5",
|
|
1520
1520
|
"stroke-linecap": "round",
|
|
1521
1521
|
fill: "none"
|
|
1522
|
-
}, null, 8,
|
|
1522
|
+
}, null, 8, Fl)
|
|
1523
1523
|
])) : p.value === "thinkEyes" ? (t(), l("g", {
|
|
1524
1524
|
key: 17,
|
|
1525
1525
|
fill: i
|
|
1526
1526
|
}, [
|
|
1527
1527
|
e("ellipse", {
|
|
1528
|
-
cx:
|
|
1528
|
+
cx: d,
|
|
1529
1529
|
cy: o,
|
|
1530
1530
|
rx: "9",
|
|
1531
1531
|
ry: "10",
|
|
@@ -1539,28 +1539,28 @@ const $e = {
|
|
|
1539
1539
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1540
1540
|
}),
|
|
1541
1541
|
e("ellipse", {
|
|
1542
|
-
cx:
|
|
1542
|
+
cx: d,
|
|
1543
1543
|
cy: o - 2,
|
|
1544
1544
|
rx: "5.5",
|
|
1545
1545
|
ry: "6.5",
|
|
1546
1546
|
fill: i
|
|
1547
|
-
}, null, 8,
|
|
1547
|
+
}, null, 8, Ql),
|
|
1548
1548
|
e("ellipse", {
|
|
1549
1549
|
cx: u,
|
|
1550
1550
|
cy: o - 2,
|
|
1551
1551
|
rx: "5.5",
|
|
1552
1552
|
ry: "6.5",
|
|
1553
1553
|
fill: i
|
|
1554
|
-
}, null, 8,
|
|
1554
|
+
}, null, 8, Yl),
|
|
1555
1555
|
e("line", {
|
|
1556
|
-
x1:
|
|
1556
|
+
x1: d - 8,
|
|
1557
1557
|
y1: o - 12,
|
|
1558
|
-
x2:
|
|
1558
|
+
x2: d + 6,
|
|
1559
1559
|
y2: o - 9,
|
|
1560
1560
|
stroke: i,
|
|
1561
1561
|
"stroke-width": "3.5",
|
|
1562
1562
|
"stroke-linecap": "round"
|
|
1563
|
-
}, null, 8,
|
|
1563
|
+
}, null, 8, Wl),
|
|
1564
1564
|
e("line", {
|
|
1565
1565
|
x1: u - 6,
|
|
1566
1566
|
y1: o - 9,
|
|
@@ -1569,13 +1569,13 @@ const $e = {
|
|
|
1569
1569
|
stroke: i,
|
|
1570
1570
|
"stroke-width": "3.5",
|
|
1571
1571
|
"stroke-linecap": "round"
|
|
1572
|
-
}, null, 8,
|
|
1572
|
+
}, null, 8, Vl)
|
|
1573
1573
|
])) : p.value === "blankDot" ? (t(), l("g", {
|
|
1574
1574
|
key: 18,
|
|
1575
1575
|
fill: i
|
|
1576
1576
|
}, [
|
|
1577
1577
|
e("circle", {
|
|
1578
|
-
cx:
|
|
1578
|
+
cx: d,
|
|
1579
1579
|
cy: o,
|
|
1580
1580
|
r: "10",
|
|
1581
1581
|
fill: "oklch(1 0 0 / 0.9)"
|
|
@@ -1587,7 +1587,7 @@ const $e = {
|
|
|
1587
1587
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1588
1588
|
}),
|
|
1589
1589
|
e("circle", {
|
|
1590
|
-
cx:
|
|
1590
|
+
cx: d,
|
|
1591
1591
|
cy: o,
|
|
1592
1592
|
r: "4",
|
|
1593
1593
|
fill: i
|
|
@@ -1598,63 +1598,63 @@ const $e = {
|
|
|
1598
1598
|
r: "4",
|
|
1599
1599
|
fill: i
|
|
1600
1600
|
})
|
|
1601
|
-
])) : p.value === "heavyLid" ? (t(), l("g",
|
|
1601
|
+
])) : p.value === "heavyLid" ? (t(), l("g", Jl, [
|
|
1602
1602
|
e("ellipse", {
|
|
1603
|
-
cx:
|
|
1603
|
+
cx: d,
|
|
1604
1604
|
cy: o + 3,
|
|
1605
1605
|
rx: "11",
|
|
1606
1606
|
ry: "12",
|
|
1607
1607
|
fill: "oklch(1 0 0 / 0.85)"
|
|
1608
|
-
}, null, 8,
|
|
1608
|
+
}, null, 8, Kl),
|
|
1609
1609
|
e("ellipse", {
|
|
1610
1610
|
cx: u,
|
|
1611
1611
|
cy: o + 3,
|
|
1612
1612
|
rx: "11",
|
|
1613
1613
|
ry: "12",
|
|
1614
1614
|
fill: "oklch(1 0 0 / 0.85)"
|
|
1615
|
-
}, null, 8,
|
|
1615
|
+
}, null, 8, Xl),
|
|
1616
1616
|
e("ellipse", {
|
|
1617
|
-
cx:
|
|
1617
|
+
cx: d,
|
|
1618
1618
|
cy: o + 7,
|
|
1619
1619
|
rx: "5",
|
|
1620
1620
|
ry: "6",
|
|
1621
1621
|
fill: i
|
|
1622
|
-
}, null, 8,
|
|
1622
|
+
}, null, 8, eo),
|
|
1623
1623
|
e("ellipse", {
|
|
1624
1624
|
cx: u,
|
|
1625
1625
|
cy: o + 7,
|
|
1626
1626
|
rx: "5",
|
|
1627
1627
|
ry: "6",
|
|
1628
1628
|
fill: i
|
|
1629
|
-
}, null, 8,
|
|
1629
|
+
}, null, 8, to),
|
|
1630
1630
|
e("rect", {
|
|
1631
|
-
x:
|
|
1631
|
+
x: d - 13,
|
|
1632
1632
|
y: o - 14,
|
|
1633
1633
|
width: "26",
|
|
1634
1634
|
height: "20",
|
|
1635
1635
|
fill: "var(--robot-screen)"
|
|
1636
|
-
}, null, 8,
|
|
1636
|
+
}, null, 8, lo),
|
|
1637
1637
|
e("rect", {
|
|
1638
1638
|
x: u - 13,
|
|
1639
1639
|
y: o - 14,
|
|
1640
1640
|
width: "26",
|
|
1641
1641
|
height: "20",
|
|
1642
1642
|
fill: "var(--robot-screen)"
|
|
1643
|
-
}, null, 8,
|
|
1643
|
+
}, null, 8, oo),
|
|
1644
1644
|
e("path", {
|
|
1645
|
-
d: `M ${
|
|
1645
|
+
d: `M ${d - 11} ${o + 6} q 11 -4 22 0`,
|
|
1646
1646
|
stroke: i,
|
|
1647
1647
|
"stroke-width": "5",
|
|
1648
1648
|
"stroke-linecap": "round",
|
|
1649
1649
|
fill: "none"
|
|
1650
|
-
}, null, 8,
|
|
1650
|
+
}, null, 8, ao),
|
|
1651
1651
|
e("path", {
|
|
1652
1652
|
d: `M ${u - 11} ${o + 6} q 11 -4 22 0`,
|
|
1653
1653
|
stroke: i,
|
|
1654
1654
|
"stroke-width": "5",
|
|
1655
1655
|
"stroke-linecap": "round",
|
|
1656
1656
|
fill: "none"
|
|
1657
|
-
}, null, 8,
|
|
1657
|
+
}, null, 8, so)
|
|
1658
1658
|
])) : p.value === "smug" ? (t(), l("g", {
|
|
1659
1659
|
key: 20,
|
|
1660
1660
|
stroke: i,
|
|
@@ -1663,11 +1663,11 @@ const $e = {
|
|
|
1663
1663
|
fill: "none"
|
|
1664
1664
|
}, [
|
|
1665
1665
|
e("path", {
|
|
1666
|
-
d: `M ${
|
|
1667
|
-
}, null, 8,
|
|
1666
|
+
d: `M ${d - 11} ${o - 2} q 11 9 22 2`
|
|
1667
|
+
}, null, 8, io),
|
|
1668
1668
|
e("path", {
|
|
1669
1669
|
d: `M ${u - 11} ${o - 2} q 11 9 22 2`
|
|
1670
|
-
}, null, 8,
|
|
1670
|
+
}, null, 8, no)
|
|
1671
1671
|
])) : p.value === "cool" ? (t(), l("g", {
|
|
1672
1672
|
key: 21,
|
|
1673
1673
|
stroke: i,
|
|
@@ -1675,17 +1675,17 @@ const $e = {
|
|
|
1675
1675
|
"stroke-linecap": "round"
|
|
1676
1676
|
}, [
|
|
1677
1677
|
e("line", {
|
|
1678
|
-
x1:
|
|
1678
|
+
x1: d - 11,
|
|
1679
1679
|
y1: o,
|
|
1680
|
-
x2:
|
|
1680
|
+
x2: d + 11,
|
|
1681
1681
|
y2: o
|
|
1682
|
-
}, null, 8,
|
|
1682
|
+
}, null, 8, ro),
|
|
1683
1683
|
e("line", {
|
|
1684
1684
|
x1: u - 11,
|
|
1685
1685
|
y1: o,
|
|
1686
1686
|
x2: u + 11,
|
|
1687
1687
|
y2: o
|
|
1688
|
-
}, null, 8,
|
|
1688
|
+
}, null, 8, co)
|
|
1689
1689
|
])) : p.value === "sad" ? (t(), l("g", {
|
|
1690
1690
|
key: 22,
|
|
1691
1691
|
stroke: i,
|
|
@@ -1694,51 +1694,51 @@ const $e = {
|
|
|
1694
1694
|
fill: "none"
|
|
1695
1695
|
}, [
|
|
1696
1696
|
e("path", {
|
|
1697
|
-
d: `M ${
|
|
1698
|
-
}, null, 8,
|
|
1697
|
+
d: `M ${d - 11} ${o - 1} q 11 14 22 0`
|
|
1698
|
+
}, null, 8, uo),
|
|
1699
1699
|
e("path", {
|
|
1700
1700
|
d: `M ${u - 11} ${o - 1} q 11 14 22 0`
|
|
1701
|
-
}, null, 8,
|
|
1701
|
+
}, null, 8, yo)
|
|
1702
1702
|
])) : p.value === "teary" ? (t(), l("g", {
|
|
1703
1703
|
key: 23,
|
|
1704
1704
|
fill: i
|
|
1705
1705
|
}, [
|
|
1706
1706
|
e("circle", {
|
|
1707
|
-
cx:
|
|
1707
|
+
cx: d,
|
|
1708
1708
|
cy: o + 1,
|
|
1709
1709
|
r: "11",
|
|
1710
1710
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1711
|
-
}, null, 8,
|
|
1711
|
+
}, null, 8, mo),
|
|
1712
1712
|
e("circle", {
|
|
1713
1713
|
cx: u,
|
|
1714
1714
|
cy: o + 1,
|
|
1715
1715
|
r: "11",
|
|
1716
1716
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1717
|
-
}, null, 8,
|
|
1717
|
+
}, null, 8, ho),
|
|
1718
1718
|
e("circle", {
|
|
1719
|
-
cx:
|
|
1719
|
+
cx: d + v.value * 0.3,
|
|
1720
1720
|
cy: o + 3 + A.value * 0.3,
|
|
1721
1721
|
r: "6.5",
|
|
1722
1722
|
fill: i
|
|
1723
|
-
}, null, 8,
|
|
1723
|
+
}, null, 8, fo),
|
|
1724
1724
|
e("circle", {
|
|
1725
1725
|
cx: u + v.value * 0.3,
|
|
1726
1726
|
cy: o + 3 + A.value * 0.3,
|
|
1727
1727
|
r: "6.5",
|
|
1728
1728
|
fill: i
|
|
1729
|
-
}, null, 8,
|
|
1729
|
+
}, null, 8, ko),
|
|
1730
1730
|
e("circle", {
|
|
1731
|
-
cx:
|
|
1731
|
+
cx: d + 3,
|
|
1732
1732
|
cy: o - 3,
|
|
1733
1733
|
r: "2.5",
|
|
1734
1734
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1735
|
-
}, null, 8,
|
|
1735
|
+
}, null, 8, po),
|
|
1736
1736
|
e("circle", {
|
|
1737
1737
|
cx: u + 3,
|
|
1738
1738
|
cy: o - 3,
|
|
1739
1739
|
r: "2.5",
|
|
1740
1740
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1741
|
-
}, null, 8,
|
|
1741
|
+
}, null, 8, xo)
|
|
1742
1742
|
])) : p.value === "angry" ? (t(), l(x, { key: 24 }, [
|
|
1743
1743
|
e("g", {
|
|
1744
1744
|
stroke: i,
|
|
@@ -1746,96 +1746,96 @@ const $e = {
|
|
|
1746
1746
|
"stroke-linecap": "round"
|
|
1747
1747
|
}, [
|
|
1748
1748
|
e("line", {
|
|
1749
|
-
x1:
|
|
1749
|
+
x1: d - 12,
|
|
1750
1750
|
y1: o - 13,
|
|
1751
|
-
x2:
|
|
1751
|
+
x2: d + 8,
|
|
1752
1752
|
y2: o - 6
|
|
1753
|
-
}, null, 8,
|
|
1753
|
+
}, null, 8, go),
|
|
1754
1754
|
e("line", {
|
|
1755
1755
|
x1: u + 12,
|
|
1756
1756
|
y1: o - 13,
|
|
1757
1757
|
x2: u - 8,
|
|
1758
1758
|
y2: o - 6
|
|
1759
|
-
}, null, 8,
|
|
1759
|
+
}, null, 8, vo)
|
|
1760
1760
|
]),
|
|
1761
1761
|
e("g", { fill: i }, [
|
|
1762
1762
|
e("ellipse", {
|
|
1763
|
-
cx:
|
|
1763
|
+
cx: d + v.value * 0.4,
|
|
1764
1764
|
cy: o + 2,
|
|
1765
1765
|
rx: "7",
|
|
1766
1766
|
ry: "8"
|
|
1767
|
-
}, null, 8,
|
|
1767
|
+
}, null, 8, _o),
|
|
1768
1768
|
e("ellipse", {
|
|
1769
1769
|
cx: u + v.value * 0.4,
|
|
1770
1770
|
cy: o + 2,
|
|
1771
1771
|
rx: "7",
|
|
1772
1772
|
ry: "8"
|
|
1773
|
-
}, null, 8,
|
|
1773
|
+
}, null, 8, bo)
|
|
1774
1774
|
])
|
|
1775
1775
|
], 64)) : p.value === "excited" ? (t(), l("g", {
|
|
1776
1776
|
key: 25,
|
|
1777
1777
|
fill: i
|
|
1778
1778
|
}, [
|
|
1779
1779
|
e("circle", {
|
|
1780
|
-
cx:
|
|
1780
|
+
cx: d + v.value * 0.3,
|
|
1781
1781
|
cy: o + A.value * 0.3,
|
|
1782
1782
|
r: "13"
|
|
1783
|
-
}, null, 8,
|
|
1783
|
+
}, null, 8, wo),
|
|
1784
1784
|
e("circle", {
|
|
1785
1785
|
cx: u + v.value * 0.3,
|
|
1786
1786
|
cy: o + A.value * 0.3,
|
|
1787
1787
|
r: "13"
|
|
1788
|
-
}, null, 8,
|
|
1788
|
+
}, null, 8, $o),
|
|
1789
1789
|
e("circle", {
|
|
1790
|
-
cx:
|
|
1790
|
+
cx: d + 4,
|
|
1791
1791
|
cy: o - 4,
|
|
1792
1792
|
r: "3",
|
|
1793
1793
|
fill: "var(--robot-screen)"
|
|
1794
|
-
}, null, 8,
|
|
1794
|
+
}, null, 8, Co),
|
|
1795
1795
|
e("circle", {
|
|
1796
1796
|
cx: u + 4,
|
|
1797
1797
|
cy: o - 4,
|
|
1798
1798
|
r: "3",
|
|
1799
1799
|
fill: "var(--robot-screen)"
|
|
1800
|
-
}, null, 8,
|
|
1800
|
+
}, null, 8, qo)
|
|
1801
1801
|
])) : p.value === "lookup" ? (t(), l("g", {
|
|
1802
1802
|
key: 26,
|
|
1803
1803
|
fill: i
|
|
1804
1804
|
}, [
|
|
1805
1805
|
e("ellipse", {
|
|
1806
|
-
cx:
|
|
1806
|
+
cx: d + v.value * 0.4,
|
|
1807
1807
|
cy: o - 4,
|
|
1808
1808
|
rx: "7",
|
|
1809
1809
|
ry: "9"
|
|
1810
|
-
}, null, 8,
|
|
1810
|
+
}, null, 8, Mo),
|
|
1811
1811
|
e("ellipse", {
|
|
1812
1812
|
cx: u + v.value * 0.4,
|
|
1813
1813
|
cy: o - 4,
|
|
1814
1814
|
rx: "7",
|
|
1815
1815
|
ry: "9"
|
|
1816
|
-
}, null, 8,
|
|
1816
|
+
}, null, 8, So)
|
|
1817
1817
|
])) : p.value === "lookdown" ? (t(), l("g", {
|
|
1818
1818
|
key: 27,
|
|
1819
1819
|
fill: i
|
|
1820
1820
|
}, [
|
|
1821
1821
|
e("ellipse", {
|
|
1822
|
-
cx:
|
|
1822
|
+
cx: d,
|
|
1823
1823
|
cy: o + 5,
|
|
1824
1824
|
rx: "7",
|
|
1825
1825
|
ry: "9"
|
|
1826
|
-
}, null, 8,
|
|
1826
|
+
}, null, 8, Ao),
|
|
1827
1827
|
e("ellipse", {
|
|
1828
1828
|
cx: u,
|
|
1829
1829
|
cy: o + 5,
|
|
1830
1830
|
rx: "7",
|
|
1831
1831
|
ry: "9"
|
|
1832
|
-
}, null, 8,
|
|
1832
|
+
}, null, 8, Bo)
|
|
1833
1833
|
])) : p.value === "wide" ? (t(), l("g", {
|
|
1834
1834
|
key: 28,
|
|
1835
1835
|
fill: i
|
|
1836
1836
|
}, [
|
|
1837
1837
|
e("circle", {
|
|
1838
|
-
cx:
|
|
1838
|
+
cx: d,
|
|
1839
1839
|
cy: o,
|
|
1840
1840
|
r: "13",
|
|
1841
1841
|
fill: "oklch(1 0 0 / 0.95)"
|
|
@@ -1847,31 +1847,31 @@ const $e = {
|
|
|
1847
1847
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1848
1848
|
}),
|
|
1849
1849
|
e("circle", {
|
|
1850
|
-
cx:
|
|
1850
|
+
cx: d + v.value * 0.5,
|
|
1851
1851
|
cy: o + A.value * 0.5,
|
|
1852
1852
|
r: "6",
|
|
1853
1853
|
fill: i
|
|
1854
|
-
}, null, 8,
|
|
1854
|
+
}, null, 8, Oo),
|
|
1855
1855
|
e("circle", {
|
|
1856
1856
|
cx: u + v.value * 0.5,
|
|
1857
1857
|
cy: o + A.value * 0.5,
|
|
1858
1858
|
r: "6",
|
|
1859
1859
|
fill: i
|
|
1860
|
-
}, null, 8,
|
|
1860
|
+
}, null, 8, zo)
|
|
1861
1861
|
])) : p.value === "half" ? (t(), l(x, { key: 29 }, [
|
|
1862
1862
|
e("g", { fill: i }, [
|
|
1863
1863
|
e("ellipse", {
|
|
1864
|
-
cx:
|
|
1864
|
+
cx: d,
|
|
1865
1865
|
cy: o + 3,
|
|
1866
1866
|
rx: "7",
|
|
1867
1867
|
ry: "5"
|
|
1868
|
-
}, null, 8,
|
|
1868
|
+
}, null, 8, Ro),
|
|
1869
1869
|
e("ellipse", {
|
|
1870
1870
|
cx: u,
|
|
1871
1871
|
cy: o + 3,
|
|
1872
1872
|
rx: "7",
|
|
1873
1873
|
ry: "5"
|
|
1874
|
-
}, null, 8,
|
|
1874
|
+
}, null, 8, Io)
|
|
1875
1875
|
]),
|
|
1876
1876
|
e("g", {
|
|
1877
1877
|
stroke: i,
|
|
@@ -1879,17 +1879,17 @@ const $e = {
|
|
|
1879
1879
|
"stroke-linecap": "round"
|
|
1880
1880
|
}, [
|
|
1881
1881
|
e("line", {
|
|
1882
|
-
x1:
|
|
1882
|
+
x1: d - 11,
|
|
1883
1883
|
y1: o - 4,
|
|
1884
|
-
x2:
|
|
1884
|
+
x2: d + 11,
|
|
1885
1885
|
y2: o - 4
|
|
1886
|
-
}, null, 8,
|
|
1886
|
+
}, null, 8, No),
|
|
1887
1887
|
e("line", {
|
|
1888
1888
|
x1: u - 11,
|
|
1889
1889
|
y1: o - 4,
|
|
1890
1890
|
x2: u + 11,
|
|
1891
1891
|
y2: o - 4
|
|
1892
|
-
}, null, 8,
|
|
1892
|
+
}, null, 8, To)
|
|
1893
1893
|
]),
|
|
1894
1894
|
n.emotion === "tired" ? (t(), l("g", {
|
|
1895
1895
|
key: 0,
|
|
@@ -1900,11 +1900,11 @@ const $e = {
|
|
|
1900
1900
|
opacity: "0.6"
|
|
1901
1901
|
}, [
|
|
1902
1902
|
e("path", {
|
|
1903
|
-
d: `M ${
|
|
1904
|
-
}, null, 8,
|
|
1903
|
+
d: `M ${d - 9} ${o + 12} q 9 5 18 0`
|
|
1904
|
+
}, null, 8, Do),
|
|
1905
1905
|
e("path", {
|
|
1906
1906
|
d: `M ${u - 9} ${o + 12} q 9 5 18 0`
|
|
1907
|
-
}, null, 8,
|
|
1907
|
+
}, null, 8, Po)
|
|
1908
1908
|
])) : f("", !0)
|
|
1909
1909
|
], 64)) : p.value === "dizzy" ? (t(), l("g", {
|
|
1910
1910
|
key: 30,
|
|
@@ -1914,24 +1914,24 @@ const $e = {
|
|
|
1914
1914
|
"stroke-linecap": "round"
|
|
1915
1915
|
}, [
|
|
1916
1916
|
e("path", {
|
|
1917
|
-
d: `M ${
|
|
1918
|
-
}, null, 8,
|
|
1917
|
+
d: `M ${d} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1918
|
+
}, null, 8, Lo),
|
|
1919
1919
|
e("path", {
|
|
1920
1920
|
d: `M ${u} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1921
|
-
}, null, 8,
|
|
1921
|
+
}, null, 8, Eo)
|
|
1922
1922
|
])) : p.value === "confused" ? (t(), l(x, { key: 31 }, [
|
|
1923
1923
|
e("circle", {
|
|
1924
|
-
cx:
|
|
1924
|
+
cx: d,
|
|
1925
1925
|
cy: o,
|
|
1926
1926
|
r: "10",
|
|
1927
1927
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1928
1928
|
}),
|
|
1929
1929
|
e("circle", {
|
|
1930
|
-
cx:
|
|
1930
|
+
cx: d + v.value * 0.4,
|
|
1931
1931
|
cy: o + A.value * 0.4,
|
|
1932
1932
|
r: "5",
|
|
1933
1933
|
fill: i
|
|
1934
|
-
}, null, 8,
|
|
1934
|
+
}, null, 8, Go),
|
|
1935
1935
|
e("line", {
|
|
1936
1936
|
x1: u - 9,
|
|
1937
1937
|
y1: o,
|
|
@@ -1940,14 +1940,14 @@ const $e = {
|
|
|
1940
1940
|
stroke: i,
|
|
1941
1941
|
"stroke-width": "5",
|
|
1942
1942
|
"stroke-linecap": "round"
|
|
1943
|
-
}, null, 8,
|
|
1943
|
+
}, null, 8, Ho)
|
|
1944
1944
|
], 64)) : p.value === "blank" ? (t(), l("g", {
|
|
1945
1945
|
key: 32,
|
|
1946
1946
|
fill: i,
|
|
1947
1947
|
opacity: "0.55"
|
|
1948
1948
|
}, [
|
|
1949
1949
|
e("circle", {
|
|
1950
|
-
cx:
|
|
1950
|
+
cx: d,
|
|
1951
1951
|
cy: o,
|
|
1952
1952
|
r: "5"
|
|
1953
1953
|
}),
|
|
@@ -1961,19 +1961,19 @@ const $e = {
|
|
|
1961
1961
|
fill: i
|
|
1962
1962
|
}, [
|
|
1963
1963
|
e("rect", {
|
|
1964
|
-
x:
|
|
1964
|
+
x: d - 8 + v.value,
|
|
1965
1965
|
y: o - 12 + A.value,
|
|
1966
1966
|
width: "16",
|
|
1967
1967
|
height: "24",
|
|
1968
1968
|
rx: "8"
|
|
1969
|
-
}, null, 8,
|
|
1969
|
+
}, null, 8, Zo),
|
|
1970
1970
|
e("rect", {
|
|
1971
1971
|
x: u - 8 + v.value,
|
|
1972
1972
|
y: o - 12 + A.value,
|
|
1973
1973
|
width: "16",
|
|
1974
1974
|
height: "24",
|
|
1975
1975
|
rx: "8"
|
|
1976
|
-
}, null, 8,
|
|
1976
|
+
}, null, 8, Uo)
|
|
1977
1977
|
])),
|
|
1978
1978
|
n.speaking ? (t(), l("ellipse", {
|
|
1979
1979
|
key: 34,
|
|
@@ -2055,7 +2055,7 @@ const $e = {
|
|
|
2055
2055
|
"stroke-width": "4",
|
|
2056
2056
|
"stroke-linecap": "round",
|
|
2057
2057
|
fill: "none"
|
|
2058
|
-
})) : s.value.mouth === "grit" ? (t(), l("g",
|
|
2058
|
+
})) : s.value.mouth === "grit" ? (t(), l("g", jo, [
|
|
2059
2059
|
e("rect", {
|
|
2060
2060
|
x: "106",
|
|
2061
2061
|
y: "134",
|
|
@@ -2113,7 +2113,7 @@ const $e = {
|
|
|
2113
2113
|
"stroke-width": "5",
|
|
2114
2114
|
"stroke-linecap": "round",
|
|
2115
2115
|
fill: "none"
|
|
2116
|
-
})) : s.value.mouth === "poutBig" ? (t(), l("g",
|
|
2116
|
+
})) : s.value.mouth === "poutBig" ? (t(), l("g", Fo, [
|
|
2117
2117
|
e("ellipse", {
|
|
2118
2118
|
cx: "120",
|
|
2119
2119
|
cy: "141",
|
|
@@ -2138,7 +2138,7 @@ const $e = {
|
|
|
2138
2138
|
fill: "none"
|
|
2139
2139
|
}))
|
|
2140
2140
|
], 64)),
|
|
2141
|
-
s.value.sweat ? (t(), l("path",
|
|
2141
|
+
s.value.sweat ? (t(), l("path", Qo)) : f("", !0),
|
|
2142
2142
|
s.value.tear ? (t(), l("ellipse", {
|
|
2143
2143
|
key: 37,
|
|
2144
2144
|
cx: u + 11,
|
|
@@ -2147,23 +2147,23 @@ const $e = {
|
|
|
2147
2147
|
ry: "6",
|
|
2148
2148
|
fill: i,
|
|
2149
2149
|
opacity: "0.9"
|
|
2150
|
-
}, null, 8,
|
|
2150
|
+
}, null, 8, Yo)) : f("", !0),
|
|
2151
2151
|
s.value.tear2 ? (t(), l("ellipse", {
|
|
2152
2152
|
key: 38,
|
|
2153
|
-
cx:
|
|
2153
|
+
cx: d - 11,
|
|
2154
2154
|
cy: o + 14,
|
|
2155
2155
|
rx: "4",
|
|
2156
2156
|
ry: "6",
|
|
2157
2157
|
fill: i,
|
|
2158
2158
|
opacity: "0.9"
|
|
2159
|
-
}, null, 8,
|
|
2159
|
+
}, null, 8, Wo)) : f("", !0),
|
|
2160
2160
|
de.value ? (t(), l(x, { key: 39 }, C(fe, (r, $) => e("path", {
|
|
2161
2161
|
key: $,
|
|
2162
2162
|
d: W(r.x, r.y),
|
|
2163
2163
|
fill: "var(--robot-amber)",
|
|
2164
2164
|
class: "animate-sparkle",
|
|
2165
2165
|
style: _({ animationDelay: `${r.delay}s`, transformBox: "fill-box", transformOrigin: "center" })
|
|
2166
|
-
}, null, 12,
|
|
2166
|
+
}, null, 12, Vo)), 64)) : f("", !0),
|
|
2167
2167
|
s.value.sym === "anger" ? (t(), l("g", {
|
|
2168
2168
|
key: 40,
|
|
2169
2169
|
stroke: s.value.symColor,
|
|
@@ -2173,21 +2173,21 @@ const $e = {
|
|
|
2173
2173
|
}, [...a[5] || (a[5] = [
|
|
2174
2174
|
e("path", { d: "M 160 60 l 8 0 M 164 56 l 0 8" }, null, -1),
|
|
2175
2175
|
e("path", { d: "M 174 70 l 6 4 M 180 70 l -6 4" }, null, -1)
|
|
2176
|
-
])], 8,
|
|
2176
|
+
])], 8, Jo)) : s.value.sym === "question" ? (t(), l("text", {
|
|
2177
2177
|
key: 41,
|
|
2178
2178
|
x: "160",
|
|
2179
2179
|
y: "74",
|
|
2180
2180
|
"font-size": "26",
|
|
2181
2181
|
fill: s.value.symColor,
|
|
2182
2182
|
"font-weight": "bold"
|
|
2183
|
-
}, "?", 8,
|
|
2183
|
+
}, "?", 8, Ko)) : s.value.sym === "exclaim" ? (t(), l("text", {
|
|
2184
2184
|
key: 42,
|
|
2185
2185
|
x: "162",
|
|
2186
2186
|
y: "74",
|
|
2187
2187
|
"font-size": "26",
|
|
2188
2188
|
fill: s.value.symColor,
|
|
2189
2189
|
"font-weight": "bold"
|
|
2190
|
-
}, "!", 8,
|
|
2190
|
+
}, "!", 8, Xo)) : s.value.sym === "ellipsis" ? (t(), l("g", {
|
|
2191
2191
|
key: 43,
|
|
2192
2192
|
fill: s.value.symColor
|
|
2193
2193
|
}, [...a[6] || (a[6] = [
|
|
@@ -2212,14 +2212,14 @@ const $e = {
|
|
|
2212
2212
|
class: "animate-dot-blink",
|
|
2213
2213
|
style: { "animation-delay": "0.4s" }
|
|
2214
2214
|
}, null, -1)
|
|
2215
|
-
])], 8,
|
|
2215
|
+
])], 8, ea)) : s.value.sym === "bulb" ? (t(), l("g", ta, [
|
|
2216
2216
|
e("circle", {
|
|
2217
2217
|
cx: "166",
|
|
2218
2218
|
cy: "58",
|
|
2219
2219
|
r: "11",
|
|
2220
2220
|
fill: s.value.symColor,
|
|
2221
2221
|
class: "animate-antenna-pulse origin-center"
|
|
2222
|
-
}, null, 8,
|
|
2222
|
+
}, null, 8, la),
|
|
2223
2223
|
a[7] || (a[7] = G('<rect x="161" y="68" width="10" height="6" rx="2" fill="var(--robot-blue-dark)" data-v-c1f1f037></rect><g stroke="var(--robot-amber)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037><line x1="166" y1="40" x2="166" y2="44" data-v-c1f1f037></line><line x1="182" y1="50" x2="179" y2="52" data-v-c1f1f037></line><line x1="150" y1="50" x2="153" y2="52" data-v-c1f1f037></line></g>', 2))
|
|
2224
2224
|
])) : s.value.sym === "check" ? (t(), l("path", {
|
|
2225
2225
|
key: 45,
|
|
@@ -2229,7 +2229,7 @@ const $e = {
|
|
|
2229
2229
|
"stroke-linecap": "round",
|
|
2230
2230
|
"stroke-linejoin": "round",
|
|
2231
2231
|
fill: "none"
|
|
2232
|
-
}, null, 8,
|
|
2232
|
+
}, null, 8, oa)) : s.value.sym === "gear" ? (t(), l("g", aa, [
|
|
2233
2233
|
e("g", {
|
|
2234
2234
|
fill: s.value.symColor
|
|
2235
2235
|
}, [
|
|
@@ -2241,20 +2241,20 @@ const $e = {
|
|
|
2241
2241
|
height: "8",
|
|
2242
2242
|
rx: "1.5",
|
|
2243
2243
|
transform: `rotate(${r} 168 62)`
|
|
2244
|
-
}, null, 8,
|
|
2244
|
+
}, null, 8, ia)), 64)),
|
|
2245
2245
|
a[8] || (a[8] = e("circle", {
|
|
2246
2246
|
cx: "168",
|
|
2247
2247
|
cy: "62",
|
|
2248
2248
|
r: "11"
|
|
2249
2249
|
}, null, -1))
|
|
2250
|
-
], 8,
|
|
2250
|
+
], 8, sa),
|
|
2251
2251
|
a[9] || (a[9] = e("circle", {
|
|
2252
2252
|
cx: "168",
|
|
2253
2253
|
cy: "62",
|
|
2254
2254
|
r: "4.5",
|
|
2255
2255
|
fill: "var(--robot-screen)"
|
|
2256
2256
|
}, null, -1))
|
|
2257
|
-
])) : s.value.sym === "pencil" ? (t(), l("g",
|
|
2257
|
+
])) : s.value.sym === "pencil" ? (t(), l("g", na, [
|
|
2258
2258
|
e("rect", {
|
|
2259
2259
|
x: "164",
|
|
2260
2260
|
y: "46",
|
|
@@ -2262,7 +2262,7 @@ const $e = {
|
|
|
2262
2262
|
height: "22",
|
|
2263
2263
|
rx: "2",
|
|
2264
2264
|
fill: s.value.symColor
|
|
2265
|
-
}, null, 8,
|
|
2265
|
+
}, null, 8, ra),
|
|
2266
2266
|
a[10] || (a[10] = e("rect", {
|
|
2267
2267
|
x: "164",
|
|
2268
2268
|
y: "44",
|
|
@@ -2274,33 +2274,33 @@ const $e = {
|
|
|
2274
2274
|
d: "M 164 68 l 4 8 l 4 -8 Z",
|
|
2275
2275
|
fill: "var(--robot-screen)"
|
|
2276
2276
|
}, null, -1))
|
|
2277
|
-
])) : s.value.sym === "bell" ? (t(), l("g",
|
|
2277
|
+
])) : s.value.sym === "bell" ? (t(), l("g", ca, [
|
|
2278
2278
|
e("path", {
|
|
2279
2279
|
d: "M 168 46 a 11 11 0 0 1 11 11 v 6 l 3 4 h -28 l 3 -4 v -6 a 11 11 0 0 1 11 -11 Z",
|
|
2280
2280
|
fill: s.value.symColor
|
|
2281
|
-
}, null, 8,
|
|
2281
|
+
}, null, 8, da),
|
|
2282
2282
|
e("circle", {
|
|
2283
2283
|
cx: "168",
|
|
2284
2284
|
cy: "73",
|
|
2285
2285
|
r: "3",
|
|
2286
2286
|
fill: s.value.symColor
|
|
2287
|
-
}, null, 8,
|
|
2288
|
-
])) : s.value.sym === "loader" ? (t(), l("g",
|
|
2287
|
+
}, null, 8, ua)
|
|
2288
|
+
])) : s.value.sym === "loader" ? (t(), l("g", ya, [
|
|
2289
2289
|
e("path", {
|
|
2290
2290
|
d: "M 168 48 a 12 12 0 1 1 -8.5 3.5",
|
|
2291
2291
|
fill: "none",
|
|
2292
2292
|
stroke: s.value.symColor,
|
|
2293
2293
|
"stroke-width": "4",
|
|
2294
2294
|
"stroke-linecap": "round"
|
|
2295
|
-
}, null, 8,
|
|
2296
|
-
])) : s.value.sym === "warning" ? (t(), l("g",
|
|
2295
|
+
}, null, 8, ma)
|
|
2296
|
+
])) : s.value.sym === "warning" ? (t(), l("g", ha, [
|
|
2297
2297
|
e("path", {
|
|
2298
2298
|
d: "M 168 46 l 14 26 l -28 0 Z",
|
|
2299
2299
|
fill: s.value.symColor,
|
|
2300
2300
|
stroke: "var(--robot-screen)",
|
|
2301
2301
|
"stroke-width": "1.5",
|
|
2302
2302
|
"stroke-linejoin": "round"
|
|
2303
|
-
}, null, 8,
|
|
2303
|
+
}, null, 8, fa),
|
|
2304
2304
|
a[12] || (a[12] = e("line", {
|
|
2305
2305
|
x1: "168",
|
|
2306
2306
|
y1: "56",
|
|
@@ -2316,12 +2316,12 @@ const $e = {
|
|
|
2316
2316
|
r: "1.8",
|
|
2317
2317
|
fill: "var(--robot-screen)"
|
|
2318
2318
|
}, null, -1))
|
|
2319
|
-
])) : s.value.sym === "siren" ? (t(), l("g",
|
|
2320
|
-
e("g",
|
|
2319
|
+
])) : s.value.sym === "siren" ? (t(), l("g", ka, [
|
|
2320
|
+
e("g", pa, [
|
|
2321
2321
|
e("path", {
|
|
2322
2322
|
d: "M 156 70 a 12 12 0 0 1 24 0 Z",
|
|
2323
2323
|
fill: s.value.symColor
|
|
2324
|
-
}, null, 8,
|
|
2324
|
+
}, null, 8, xa),
|
|
2325
2325
|
e("rect", {
|
|
2326
2326
|
x: "152",
|
|
2327
2327
|
y: "70",
|
|
@@ -2329,7 +2329,7 @@ const $e = {
|
|
|
2329
2329
|
height: "5",
|
|
2330
2330
|
rx: "2",
|
|
2331
2331
|
fill: s.value.symColor
|
|
2332
|
-
}, null, 8,
|
|
2332
|
+
}, null, 8, ga)
|
|
2333
2333
|
]),
|
|
2334
2334
|
e("g", {
|
|
2335
2335
|
stroke: s.value.symColor,
|
|
@@ -2356,7 +2356,7 @@ const $e = {
|
|
|
2356
2356
|
x2: "168",
|
|
2357
2357
|
y2: "49"
|
|
2358
2358
|
}, null, -1)
|
|
2359
|
-
])], 8,
|
|
2359
|
+
])], 8, va)
|
|
2360
2360
|
])) : s.value.sym === "broken" ? (t(), l("path", {
|
|
2361
2361
|
key: 52,
|
|
2362
2362
|
d: "M 170 46 l -10 16 l 7 0 l -5 14 l 14 -20 l -8 0 l 6 -10 Z",
|
|
@@ -2365,7 +2365,7 @@ const $e = {
|
|
|
2365
2365
|
stroke: "var(--robot-screen)",
|
|
2366
2366
|
"stroke-width": "1",
|
|
2367
2367
|
"stroke-linejoin": "round"
|
|
2368
|
-
}, null, 8,
|
|
2368
|
+
}, null, 8, _a)) : s.value.sym === "scan" ? (t(), l("g", ba, [
|
|
2369
2369
|
e("circle", {
|
|
2370
2370
|
cx: "166",
|
|
2371
2371
|
cy: "60",
|
|
@@ -2373,7 +2373,7 @@ const $e = {
|
|
|
2373
2373
|
fill: "none",
|
|
2374
2374
|
stroke: s.value.symColor,
|
|
2375
2375
|
"stroke-width": "3"
|
|
2376
|
-
}, null, 8,
|
|
2376
|
+
}, null, 8, wa),
|
|
2377
2377
|
e("line", {
|
|
2378
2378
|
x1: "173",
|
|
2379
2379
|
y1: "67",
|
|
@@ -2382,8 +2382,8 @@ const $e = {
|
|
|
2382
2382
|
stroke: s.value.symColor,
|
|
2383
2383
|
"stroke-width": "3.5",
|
|
2384
2384
|
"stroke-linecap": "round"
|
|
2385
|
-
}, null, 8,
|
|
2386
|
-
])) : s.value.sym === "lotus" ? (t(), l("g",
|
|
2385
|
+
}, null, 8, $a)
|
|
2386
|
+
])) : s.value.sym === "lotus" ? (t(), l("g", Ca, [
|
|
2387
2387
|
e("ellipse", {
|
|
2388
2388
|
cx: "120",
|
|
2389
2389
|
cy: "34",
|
|
@@ -2395,26 +2395,26 @@ const $e = {
|
|
|
2395
2395
|
opacity: "0.8",
|
|
2396
2396
|
class: "animate-antenna-pulse origin-center",
|
|
2397
2397
|
style: { transformOrigin: "120px 34px" }
|
|
2398
|
-
}, null, 8,
|
|
2398
|
+
}, null, 8, qa),
|
|
2399
2399
|
e("circle", {
|
|
2400
2400
|
cx: "92",
|
|
2401
2401
|
cy: "34",
|
|
2402
2402
|
r: "2",
|
|
2403
2403
|
fill: s.value.symColor
|
|
2404
|
-
}, null, 8,
|
|
2404
|
+
}, null, 8, Ma),
|
|
2405
2405
|
e("circle", {
|
|
2406
2406
|
cx: "148",
|
|
2407
2407
|
cy: "34",
|
|
2408
2408
|
r: "2",
|
|
2409
2409
|
fill: s.value.symColor
|
|
2410
|
-
}, null, 8,
|
|
2410
|
+
}, null, 8, Sa)
|
|
2411
2411
|
])) : s.value.sym === "heart" ? (t(), l("path", {
|
|
2412
2412
|
key: 55,
|
|
2413
2413
|
d: "M 170 56 c -4 -6 -13 -2 -8 5 c 2 3 8 7 8 7 c 0 0 6 -4 8 -7 c 5 -7 -4 -11 -8 -5 Z",
|
|
2414
2414
|
fill: s.value.symColor,
|
|
2415
2415
|
class: "animate-antenna-pulse origin-center",
|
|
2416
2416
|
style: { transformOrigin: "170px 60px" }
|
|
2417
|
-
}, null, 8,
|
|
2417
|
+
}, null, 8, Aa)) : s.value.sym === "soundwave" ? (t(), l("g", {
|
|
2418
2418
|
key: 56,
|
|
2419
2419
|
stroke: s.value.symColor,
|
|
2420
2420
|
"stroke-width": "3",
|
|
@@ -2427,11 +2427,11 @@ const $e = {
|
|
|
2427
2427
|
class: "animate-sound-ripple",
|
|
2428
2428
|
style: _({ transformOrigin: "188px 62px", animationDelay: `${r}s` })
|
|
2429
2429
|
}, null, 4)), 64))
|
|
2430
|
-
], 8,
|
|
2430
|
+
], 8, Ba)) : s.value.sym === "pin" ? (t(), l("g", Oa, [
|
|
2431
2431
|
e("path", {
|
|
2432
2432
|
d: "M 168 44 a 11 11 0 0 1 11 11 c 0 8 -11 19 -11 19 c 0 0 -11 -11 -11 -19 a 11 11 0 0 1 11 -11 Z",
|
|
2433
2433
|
fill: s.value.symColor
|
|
2434
|
-
}, null, 8,
|
|
2434
|
+
}, null, 8, za),
|
|
2435
2435
|
a[15] || (a[15] = e("circle", {
|
|
2436
2436
|
cx: "168",
|
|
2437
2437
|
cy: "55",
|
|
@@ -2445,7 +2445,7 @@ const $e = {
|
|
|
2445
2445
|
ry: "2.5",
|
|
2446
2446
|
fill: s.value.symColor,
|
|
2447
2447
|
opacity: "0.3"
|
|
2448
|
-
}, null, 8,
|
|
2448
|
+
}, null, 8, Ra)
|
|
2449
2449
|
])) : s.value.sym === "target" ? (t(), l("g", {
|
|
2450
2450
|
key: 58,
|
|
2451
2451
|
stroke: s.value.symColor,
|
|
@@ -2470,9 +2470,9 @@ const $e = {
|
|
|
2470
2470
|
r: "1.8",
|
|
2471
2471
|
fill: s.value.symColor,
|
|
2472
2472
|
stroke: "none"
|
|
2473
|
-
}, null, 8,
|
|
2473
|
+
}, null, 8, Na),
|
|
2474
2474
|
a[18] || (a[18] = G('<g stroke-linecap="round" data-v-c1f1f037><line x1="168" y1="42" x2="168" y2="49" data-v-c1f1f037></line><line x1="168" y1="71" x2="168" y2="78" data-v-c1f1f037></line><line x1="150" y1="60" x2="157" y2="60" data-v-c1f1f037></line><line x1="179" y1="60" x2="186" y2="60" data-v-c1f1f037></line></g>', 1))
|
|
2475
|
-
], 8,
|
|
2475
|
+
], 8, Ia)) : s.value.sym === "book" ? (t(), l("g", Ta, [
|
|
2476
2476
|
a[19] || (a[19] = e("path", {
|
|
2477
2477
|
d: "M 168 50 c -6 -4 -14 -4 -18 0 v 18 c 4 -4 12 -4 18 0 Z",
|
|
2478
2478
|
fill: "oklch(0.96 0.02 95)",
|
|
@@ -2492,7 +2492,7 @@ const $e = {
|
|
|
2492
2492
|
y2: "68",
|
|
2493
2493
|
stroke: s.value.symColor,
|
|
2494
2494
|
"stroke-width": "2"
|
|
2495
|
-
}, null, 8,
|
|
2495
|
+
}, null, 8, Da),
|
|
2496
2496
|
a[21] || (a[21] = e("line", {
|
|
2497
2497
|
x1: "154",
|
|
2498
2498
|
y1: "57",
|
|
@@ -2529,11 +2529,11 @@ const $e = {
|
|
|
2529
2529
|
"stroke-width": "1.2",
|
|
2530
2530
|
"stroke-linecap": "round"
|
|
2531
2531
|
}, null, -1))
|
|
2532
|
-
])) : s.value.sym === "plane" ? (t(), l("g",
|
|
2532
|
+
])) : s.value.sym === "plane" ? (t(), l("g", Pa, [
|
|
2533
2533
|
e("path", {
|
|
2534
2534
|
d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
|
|
2535
2535
|
fill: s.value.symColor
|
|
2536
|
-
}, null, 8,
|
|
2536
|
+
}, null, 8, La),
|
|
2537
2537
|
a[25] || (a[25] = e("circle", {
|
|
2538
2538
|
cx: "160",
|
|
2539
2539
|
cy: "59",
|
|
@@ -2558,11 +2558,11 @@ const $e = {
|
|
|
2558
2558
|
class: "animate-dot-blink",
|
|
2559
2559
|
style: { animationDelay: "0.4s" }
|
|
2560
2560
|
}, null, -1))
|
|
2561
|
-
])) : s.value.sym === "msgOk" ? (t(), l("g",
|
|
2561
|
+
])) : s.value.sym === "msgOk" ? (t(), l("g", Ea, [
|
|
2562
2562
|
e("path", {
|
|
2563
2563
|
d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
|
|
2564
2564
|
fill: s.value.symColor
|
|
2565
|
-
}, null, 8,
|
|
2565
|
+
}, null, 8, Ga),
|
|
2566
2566
|
a[28] || (a[28] = e("path", {
|
|
2567
2567
|
d: "M 161 59 l 4 5 l 9 -10",
|
|
2568
2568
|
stroke: "oklch(1 0 0)",
|
|
@@ -2571,11 +2571,11 @@ const $e = {
|
|
|
2571
2571
|
"stroke-linejoin": "round",
|
|
2572
2572
|
fill: "none"
|
|
2573
2573
|
}, null, -1))
|
|
2574
|
-
])) : s.value.sym === "msgFail" ? (t(), l("g",
|
|
2574
|
+
])) : s.value.sym === "msgFail" ? (t(), l("g", Ha, [
|
|
2575
2575
|
e("path", {
|
|
2576
2576
|
d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
|
|
2577
2577
|
fill: s.value.symColor
|
|
2578
|
-
}, null, 8,
|
|
2578
|
+
}, null, 8, Za),
|
|
2579
2579
|
a[29] || (a[29] = e("line", {
|
|
2580
2580
|
x1: "168",
|
|
2581
2581
|
y1: "52",
|
|
@@ -2591,11 +2591,11 @@ const $e = {
|
|
|
2591
2591
|
r: "2",
|
|
2592
2592
|
fill: "oklch(1 0 0)"
|
|
2593
2593
|
}, null, -1))
|
|
2594
|
-
])) : s.value.sym === "msgIn" ? (t(), l("g",
|
|
2594
|
+
])) : s.value.sym === "msgIn" ? (t(), l("g", Ua, [
|
|
2595
2595
|
e("path", {
|
|
2596
2596
|
d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
|
|
2597
2597
|
fill: s.value.symColor
|
|
2598
|
-
}, null, 8,
|
|
2598
|
+
}, null, 8, ja),
|
|
2599
2599
|
a[31] || (a[31] = e("path", {
|
|
2600
2600
|
d: "M 168 53 v 10 m 0 0 l -4 -4 m 4 4 l 4 -4",
|
|
2601
2601
|
stroke: "oklch(1 0 0)",
|
|
@@ -2606,19 +2606,19 @@ const $e = {
|
|
|
2606
2606
|
class: "animate-locate-bob",
|
|
2607
2607
|
style: { transformOrigin: "168px 58px" }
|
|
2608
2608
|
}, null, -1))
|
|
2609
|
-
])) : s.value.sym === "lightning" ? (t(), l("g",
|
|
2609
|
+
])) : s.value.sym === "lightning" ? (t(), l("g", Fa, [
|
|
2610
2610
|
e("path", {
|
|
2611
2611
|
d: "M 172 44 l -9 14 h 6 l -5 13 l 14 -18 h -7 l 6 -9 Z",
|
|
2612
2612
|
fill: s.value.symColor,
|
|
2613
2613
|
stroke: "oklch(1 0 0 / 0.3)",
|
|
2614
2614
|
"stroke-width": "0.8",
|
|
2615
2615
|
"stroke-linejoin": "round"
|
|
2616
|
-
}, null, 8,
|
|
2617
|
-
])) : s.value.sym === "sparkle2" ? (t(), l("g",
|
|
2616
|
+
}, null, 8, Qa)
|
|
2617
|
+
])) : s.value.sym === "sparkle2" ? (t(), l("g", Ya, [
|
|
2618
2618
|
e("path", {
|
|
2619
2619
|
d: "M 168 46 l 2.5 8 l 8 0 l -6.5 5 l 2.5 8 l -6.5 -5 l -6.5 5 l 2.5 -8 l -6.5 -5 l 8 0 Z",
|
|
2620
2620
|
fill: s.value.symColor
|
|
2621
|
-
}, null, 8,
|
|
2621
|
+
}, null, 8, Wa),
|
|
2622
2622
|
e("circle", {
|
|
2623
2623
|
cx: "160",
|
|
2624
2624
|
cy: "75",
|
|
@@ -2627,7 +2627,7 @@ const $e = {
|
|
|
2627
2627
|
opacity: "0.7",
|
|
2628
2628
|
class: "animate-dot-blink",
|
|
2629
2629
|
style: { animationDelay: "0.3s" }
|
|
2630
|
-
}, null, 8,
|
|
2630
|
+
}, null, 8, Va),
|
|
2631
2631
|
e("circle", {
|
|
2632
2632
|
cx: "176",
|
|
2633
2633
|
cy: "77",
|
|
@@ -2636,8 +2636,8 @@ const $e = {
|
|
|
2636
2636
|
opacity: "0.6",
|
|
2637
2637
|
class: "animate-dot-blink",
|
|
2638
2638
|
style: { animationDelay: "0.6s" }
|
|
2639
|
-
}, null, 8,
|
|
2640
|
-
])) : s.value.sym === "zzz" ? (t(), l("g",
|
|
2639
|
+
}, null, 8, Ja)
|
|
2640
|
+
])) : s.value.sym === "zzz" ? (t(), l("g", Ka, [
|
|
2641
2641
|
e("text", {
|
|
2642
2642
|
x: "158",
|
|
2643
2643
|
y: "82",
|
|
@@ -2647,7 +2647,7 @@ const $e = {
|
|
|
2647
2647
|
fill: s.value.symColor,
|
|
2648
2648
|
class: "animate-dot-blink",
|
|
2649
2649
|
style: { animationDelay: "0s" }
|
|
2650
|
-
}, "Z", 8,
|
|
2650
|
+
}, "Z", 8, Xa),
|
|
2651
2651
|
e("text", {
|
|
2652
2652
|
x: "165",
|
|
2653
2653
|
y: "73",
|
|
@@ -2657,7 +2657,7 @@ const $e = {
|
|
|
2657
2657
|
fill: s.value.symColor,
|
|
2658
2658
|
class: "animate-dot-blink",
|
|
2659
2659
|
style: { animationDelay: "0.4s" }
|
|
2660
|
-
}, "Z", 8,
|
|
2660
|
+
}, "Z", 8, es),
|
|
2661
2661
|
e("text", {
|
|
2662
2662
|
x: "174",
|
|
2663
2663
|
y: "62",
|
|
@@ -2667,13 +2667,13 @@ const $e = {
|
|
|
2667
2667
|
fill: s.value.symColor,
|
|
2668
2668
|
class: "animate-dot-blink",
|
|
2669
2669
|
style: { animationDelay: "0.8s" }
|
|
2670
|
-
}, "Z", 8,
|
|
2671
|
-
])) : s.value.sym === "shield" ? (t(), l("g",
|
|
2670
|
+
}, "Z", 8, ts)
|
|
2671
|
+
])) : s.value.sym === "shield" ? (t(), l("g", ls, [
|
|
2672
2672
|
e("path", {
|
|
2673
2673
|
d: "M 156 46 C 156 43, 158 42, 162 42 L 174 42 C 178 42, 180 43, 180 46 L 180 62 C 180 70, 168 78, 168 78 C 168 78, 156 70, 156 62 Z",
|
|
2674
2674
|
fill: s.value.symColor,
|
|
2675
2675
|
opacity: "0.92"
|
|
2676
|
-
}, null, 8,
|
|
2676
|
+
}, null, 8, os),
|
|
2677
2677
|
a[32] || (a[32] = e("path", {
|
|
2678
2678
|
d: "M 158 47 C 158 45, 160 44, 163 44 L 173 44 L 173 60 C 173 65, 168 70, 168 70 C 162 66, 158 61, 158 57 Z",
|
|
2679
2679
|
fill: "oklch(1 0 0 / 0.22)"
|
|
@@ -2696,9 +2696,9 @@ const $e = {
|
|
|
2696
2696
|
"stroke-width": "1.5",
|
|
2697
2697
|
"stroke-linecap": "round"
|
|
2698
2698
|
}, null, -1))
|
|
2699
|
-
])) : s.value.sym === "miniBasketball" ? (t(), l("g",
|
|
2699
|
+
])) : s.value.sym === "miniBasketball" ? (t(), l("g", as, [...a[35] || (a[35] = [
|
|
2700
2700
|
G('<circle cx="168" cy="62" r="14" fill="oklch(0.65 0.16 40)" data-v-c1f1f037></circle><path d="M 168 48 A 14 14 0 0 1 182 62 A 14 14 0 0 1 168 76 Q 177 70 177 62 Q 177 54 168 48 Z" fill="oklch(0.52 0.14 36)" data-v-c1f1f037></path><ellipse cx="162" cy="55" rx="3.5" ry="2.5" fill="oklch(0.84 0.10 55)" opacity="0.55" transform="rotate(-15,162,55)" data-v-c1f1f037></ellipse><line x1="154" y1="62" x2="182" y2="62" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" stroke-linecap="round" data-v-c1f1f037></line><path d="M 161 48 Q 155 62 161 76" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 175 48 Q 181 62 175 76" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 154 56 Q 168 50 182 56" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 154 68 Q 168 74 182 68" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path>', 8)
|
|
2701
|
-
])])) : s.value.sym === "lowBattery" ? (t(), l("g",
|
|
2701
|
+
])])) : s.value.sym === "lowBattery" ? (t(), l("g", ss, [
|
|
2702
2702
|
e("rect", {
|
|
2703
2703
|
x: "152",
|
|
2704
2704
|
y: "50",
|
|
@@ -2708,7 +2708,7 @@ const $e = {
|
|
|
2708
2708
|
fill: "none",
|
|
2709
2709
|
stroke: s.value.symColor,
|
|
2710
2710
|
"stroke-width": "2.5"
|
|
2711
|
-
}, null, 8,
|
|
2711
|
+
}, null, 8, is),
|
|
2712
2712
|
e("rect", {
|
|
2713
2713
|
x: "180",
|
|
2714
2714
|
y: "54",
|
|
@@ -2717,7 +2717,7 @@ const $e = {
|
|
|
2717
2717
|
rx: "1.5",
|
|
2718
2718
|
fill: s.value.symColor,
|
|
2719
2719
|
opacity: "0.7"
|
|
2720
|
-
}, null, 8,
|
|
2720
|
+
}, null, 8, ns),
|
|
2721
2721
|
e("rect", {
|
|
2722
2722
|
x: "154.5",
|
|
2723
2723
|
y: "52.5",
|
|
@@ -2725,7 +2725,7 @@ const $e = {
|
|
|
2725
2725
|
height: "11",
|
|
2726
2726
|
rx: "1.5",
|
|
2727
2727
|
fill: s.value.symColor
|
|
2728
|
-
}, null, 8,
|
|
2728
|
+
}, null, 8, rs),
|
|
2729
2729
|
a[36] || (a[36] = e("text", {
|
|
2730
2730
|
x: "161",
|
|
2731
2731
|
y: "64",
|
|
@@ -2751,13 +2751,13 @@ const $e = {
|
|
|
2751
2751
|
class: "animate-heart-fly",
|
|
2752
2752
|
style: _({ animationDelay: `${r}s` })
|
|
2753
2753
|
}, null, 4)), 64)) : f("", !0),
|
|
2754
|
-
n.action === "ironMountain" ? (t(), l("g",
|
|
2754
|
+
n.action === "ironMountain" ? (t(), l("g", cs, [...a[37] || (a[37] = [
|
|
2755
2755
|
G('<rect x="56" y="188" width="128" height="14" rx="7" fill="oklch(0.32 0.10 248)" data-v-c1f1f037></rect><rect x="60" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)" data-v-c1f1f037></rect><rect x="130" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)" data-v-c1f1f037></rect><line x1="120" y1="200" x2="120" y2="226" stroke="oklch(0.42 0.08 248)" stroke-width="2.5" stroke-linecap="round" data-v-c1f1f037></line><path d="M 86 48 L 86 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round" data-v-c1f1f037></path><path d="M 154 48 L 154 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round" data-v-c1f1f037></path><rect x="79" y="43" width="14" height="11" rx="3" fill="oklch(0.72 0.18 80)" stroke="oklch(0.55 0.12 72)" stroke-width="1.5" data-v-c1f1f037></rect><line x1="86" y1="43" x2="86" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037></line><rect x="147" y="43" width="14" height="11" rx="3" fill="oklch(0.72 0.18 80)" stroke="oklch(0.55 0.12 72)" stroke-width="1.5" data-v-c1f1f037></rect><line x1="154" y1="43" x2="154" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037></line><rect x="106" y="136" width="28" height="24" rx="5" fill="oklch(0.36 0.10 248)" stroke="oklch(0.45 0.08 248)" stroke-width="2" data-v-c1f1f037></rect><line x1="106" y1="148" x2="134" y2="148" stroke="oklch(0.45 0.08 248)" stroke-width="1.8" stroke-linecap="round" data-v-c1f1f037></line><rect x="115" y="144" width="10" height="8" rx="2" fill="oklch(0.72 0.18 80)" data-v-c1f1f037></rect>', 13)
|
|
2756
2756
|
])])) : f("", !0),
|
|
2757
|
-
n.action === "playBasketball" ? (t(), l("g",
|
|
2757
|
+
n.action === "playBasketball" ? (t(), l("g", ds, [...a[38] || (a[38] = [
|
|
2758
2758
|
G('<circle cx="120" cy="148" r="22" fill="oklch(0.65 0.16 40)" data-v-c1f1f037></circle><path d="M 120 126 A 22 22 0 0 1 142 148 A 22 22 0 0 1 120 170 Q 134 162 134 148 Q 134 134 120 126 Z" fill="oklch(0.52 0.14 36)" data-v-c1f1f037></path><ellipse cx="112" cy="136" rx="6" ry="4.5" fill="oklch(0.85 0.10 55)" opacity="0.55" transform="rotate(-20,112,136)" data-v-c1f1f037></ellipse><line x1="98" y1="148" x2="142" y2="148" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" stroke-linecap="round" data-v-c1f1f037></line><path d="M 109 126 Q 101 148 109 170" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 131 126 Q 139 148 131 170" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 98 140 Q 120 131 142 140" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 98 156 Q 120 165 142 156" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path>', 8)
|
|
2759
2759
|
])])) : f("", !0),
|
|
2760
|
-
L.value ? (t(), l("g",
|
|
2760
|
+
L.value ? (t(), l("g", us, [
|
|
2761
2761
|
a[39] || (a[39] = e("line", {
|
|
2762
2762
|
x1: "230",
|
|
2763
2763
|
y1: "72",
|
|
@@ -2774,7 +2774,7 @@ const $e = {
|
|
|
2774
2774
|
fill: I.value,
|
|
2775
2775
|
stroke: "oklch(1 0 0 / 0.35)",
|
|
2776
2776
|
"stroke-width": "1.5"
|
|
2777
|
-
}, null, 8,
|
|
2777
|
+
}, null, 8, ys),
|
|
2778
2778
|
a[40] || (a[40] = e("rect", {
|
|
2779
2779
|
x: "211",
|
|
2780
2780
|
y: "76",
|
|
@@ -2800,7 +2800,7 @@ const $e = {
|
|
|
2800
2800
|
fill: "oklch(0.6 0.23 22)",
|
|
2801
2801
|
opacity: L.value === "red" ? 1 : 0.22,
|
|
2802
2802
|
class: B(L.value === "red" ? "animate-traffic-light-active" : "")
|
|
2803
|
-
}, null, 10,
|
|
2803
|
+
}, null, 10, ms),
|
|
2804
2804
|
e("circle", {
|
|
2805
2805
|
cx: "230",
|
|
2806
2806
|
cy: "115",
|
|
@@ -2808,7 +2808,7 @@ const $e = {
|
|
|
2808
2808
|
fill: "oklch(0.84 0.16 95)",
|
|
2809
2809
|
opacity: L.value === "yellow" ? 1 : 0.22,
|
|
2810
2810
|
class: B(L.value === "yellow" ? "animate-traffic-light-active" : "")
|
|
2811
|
-
}, null, 10,
|
|
2811
|
+
}, null, 10, hs),
|
|
2812
2812
|
e("circle", {
|
|
2813
2813
|
cx: "230",
|
|
2814
2814
|
cy: "135",
|
|
@@ -2816,9 +2816,9 @@ const $e = {
|
|
|
2816
2816
|
fill: "oklch(0.68 0.16 150)",
|
|
2817
2817
|
opacity: L.value === "green" ? 1 : 0.22,
|
|
2818
2818
|
class: B(L.value === "green" ? "animate-traffic-light-active" : "")
|
|
2819
|
-
}, null, 10,
|
|
2819
|
+
}, null, 10, fs)
|
|
2820
2820
|
])) : f("", !0),
|
|
2821
|
-
se.value ? (t(), l("g",
|
|
2821
|
+
se.value ? (t(), l("g", ks, [
|
|
2822
2822
|
(t(), l(x, null, C(ie, (r, $) => e("text", {
|
|
2823
2823
|
key: $,
|
|
2824
2824
|
x: r.x,
|
|
@@ -2828,9 +2828,9 @@ const $e = {
|
|
|
2828
2828
|
fill: "oklch(0.82 0.16 72)",
|
|
2829
2829
|
class: "animate-music-note",
|
|
2830
2830
|
style: _({ animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2831
|
-
}, y(r.note), 13,
|
|
2831
|
+
}, y(r.note), 13, ps)), 64))
|
|
2832
2832
|
])) : f("", !0),
|
|
2833
|
-
D.value === "pray" ? (t(), l("g",
|
|
2833
|
+
D.value === "pray" ? (t(), l("g", xs, [...a[42] || (a[42] = [
|
|
2834
2834
|
e("path", {
|
|
2835
2835
|
d: "M 120 150 l -10 30 q 10 6 20 0 Z",
|
|
2836
2836
|
fill: "oklch(1 0 0 / 0.92)",
|
|
@@ -2855,8 +2855,8 @@ const $e = {
|
|
|
2855
2855
|
fill: E.value,
|
|
2856
2856
|
opacity: "0",
|
|
2857
2857
|
class: "animate-body-glow"
|
|
2858
|
-
}, null, 8,
|
|
2859
|
-
P.value === "heart-particles" ? (t(), l("g",
|
|
2858
|
+
}, null, 8, gs)) : f("", !0),
|
|
2859
|
+
P.value === "heart-particles" ? (t(), l("g", vs, [
|
|
2860
2860
|
a[43] || (a[43] = e("path", {
|
|
2861
2861
|
d: `M 120 192 C 100 180, 98 162, 110 158 C 116 155, 120 159, 120 162
|
|
2862
2862
|
C 120 159, 124 155, 130 158 C 142 162, 140 180, 120 192 Z`,
|
|
@@ -2876,10 +2876,10 @@ const $e = {
|
|
|
2876
2876
|
fill: r.color,
|
|
2877
2877
|
class: "animate-heart-rise",
|
|
2878
2878
|
style: _({ "--hx": r.hx, animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2879
|
-
}, null, 12,
|
|
2879
|
+
}, null, 12, _s)
|
|
2880
2880
|
])), 64))
|
|
2881
2881
|
])) : f("", !0),
|
|
2882
|
-
P.value === "flag" ? (t(), l("g",
|
|
2882
|
+
P.value === "flag" ? (t(), l("g", bs, [
|
|
2883
2883
|
a[44] || (a[44] = e("line", {
|
|
2884
2884
|
x1: "120",
|
|
2885
2885
|
y1: "155",
|
|
@@ -2897,7 +2897,7 @@ const $e = {
|
|
|
2897
2897
|
rx: "3",
|
|
2898
2898
|
fill: E.value,
|
|
2899
2899
|
class: "animate-flag-wave"
|
|
2900
|
-
}, null, 8,
|
|
2900
|
+
}, null, 8, ws),
|
|
2901
2901
|
a[45] || (a[45] = e("rect", {
|
|
2902
2902
|
x: "120",
|
|
2903
2903
|
y: "155",
|
|
@@ -2908,7 +2908,7 @@ const $e = {
|
|
|
2908
2908
|
class: "animate-flag-wave"
|
|
2909
2909
|
}, null, -1))
|
|
2910
2910
|
])) : f("", !0),
|
|
2911
|
-
P.value === "scan-ring" ? (t(), l("g",
|
|
2911
|
+
P.value === "scan-ring" ? (t(), l("g", $s, [
|
|
2912
2912
|
e("circle", {
|
|
2913
2913
|
cx: "120",
|
|
2914
2914
|
cy: "115",
|
|
@@ -2919,7 +2919,7 @@ const $e = {
|
|
|
2919
2919
|
"stroke-dasharray": "18 12",
|
|
2920
2920
|
class: "animate-self-spin",
|
|
2921
2921
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2922
|
-
}, null, 8,
|
|
2922
|
+
}, null, 8, Cs),
|
|
2923
2923
|
e("circle", {
|
|
2924
2924
|
cx: "120",
|
|
2925
2925
|
cy: "115",
|
|
@@ -2931,9 +2931,9 @@ const $e = {
|
|
|
2931
2931
|
opacity: "0.6",
|
|
2932
2932
|
class: "animate-reset-spin",
|
|
2933
2933
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2934
|
-
}, null, 8,
|
|
2934
|
+
}, null, 8, qs)
|
|
2935
2935
|
])) : f("", !0),
|
|
2936
|
-
P.value === "confetti" ? (t(), l("g",
|
|
2936
|
+
P.value === "confetti" ? (t(), l("g", Ms, [
|
|
2937
2937
|
(t(), l(x, null, C(ne, (r, $) => e("rect", {
|
|
2938
2938
|
key: $,
|
|
2939
2939
|
x: r.x - r.size / 2,
|
|
@@ -2950,9 +2950,9 @@ const $e = {
|
|
|
2950
2950
|
animationDelay: `${$ * 0.18}s`,
|
|
2951
2951
|
transformOrigin: `${r.x}px ${r.y}px`
|
|
2952
2952
|
})
|
|
2953
|
-
}, null, 12,
|
|
2953
|
+
}, null, 12, Ss)), 64))
|
|
2954
2954
|
])) : f("", !0),
|
|
2955
|
-
P.value === "particles" ? (t(), l("g",
|
|
2955
|
+
P.value === "particles" ? (t(), l("g", As, [
|
|
2956
2956
|
(t(), l(x, null, C(ce, (r, $) => e("circle", {
|
|
2957
2957
|
key: $,
|
|
2958
2958
|
cx: r.x,
|
|
@@ -2961,7 +2961,7 @@ const $e = {
|
|
|
2961
2961
|
fill: r.color,
|
|
2962
2962
|
class: "animate-sparkle",
|
|
2963
2963
|
style: _({ transformBox: "fill-box", transformOrigin: "center", animationDelay: `${r.delay}s` })
|
|
2964
|
-
}, null, 12,
|
|
2964
|
+
}, null, 12, Bs)), 64))
|
|
2965
2965
|
])) : f("", !0),
|
|
2966
2966
|
e("g", {
|
|
2967
2967
|
style: _(ye.value),
|
|
@@ -2974,20 +2974,20 @@ const $e = {
|
|
|
2974
2974
|
height: "14",
|
|
2975
2975
|
rx: "7",
|
|
2976
2976
|
fill: I.value
|
|
2977
|
-
}, null, 8,
|
|
2977
|
+
}, null, 8, Os),
|
|
2978
2978
|
e("circle", {
|
|
2979
2979
|
cx: "12",
|
|
2980
2980
|
cy: "128",
|
|
2981
2981
|
r: "9",
|
|
2982
2982
|
fill: I.value
|
|
2983
|
-
}, null, 8,
|
|
2983
|
+
}, null, 8, zs),
|
|
2984
2984
|
D.value === "sparkle" ? (t(), l("path", {
|
|
2985
2985
|
key: 0,
|
|
2986
2986
|
d: W(12, 128),
|
|
2987
2987
|
fill: "var(--robot-amber)",
|
|
2988
2988
|
class: "animate-sparkle origin-center",
|
|
2989
2989
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2990
|
-
}, null, 8,
|
|
2990
|
+
}, null, 8, Rs)) : f("", !0)
|
|
2991
2991
|
], 6),
|
|
2992
2992
|
e("g", {
|
|
2993
2993
|
style: _(me.value),
|
|
@@ -3000,13 +3000,13 @@ const $e = {
|
|
|
3000
3000
|
height: "14",
|
|
3001
3001
|
rx: "7",
|
|
3002
3002
|
fill: I.value
|
|
3003
|
-
}, null, 8,
|
|
3003
|
+
}, null, 8, Is),
|
|
3004
3004
|
e("circle", {
|
|
3005
3005
|
cx: "228",
|
|
3006
3006
|
cy: "128",
|
|
3007
3007
|
r: "9",
|
|
3008
3008
|
fill: I.value
|
|
3009
|
-
}, null, 8,
|
|
3009
|
+
}, null, 8, Ns),
|
|
3010
3010
|
D.value === "thumbsUp" ? (t(), l("rect", {
|
|
3011
3011
|
key: 0,
|
|
3012
3012
|
x: "225",
|
|
@@ -3015,17 +3015,17 @@ const $e = {
|
|
|
3015
3015
|
height: "11",
|
|
3016
3016
|
rx: "3",
|
|
3017
3017
|
fill: I.value
|
|
3018
|
-
}, null, 8,
|
|
3018
|
+
}, null, 8, Ts)) : f("", !0),
|
|
3019
3019
|
D.value === "sparkle" ? (t(), l("path", {
|
|
3020
3020
|
key: 1,
|
|
3021
3021
|
d: W(228, 128),
|
|
3022
3022
|
fill: "var(--robot-amber)",
|
|
3023
3023
|
class: "animate-sparkle origin-center",
|
|
3024
3024
|
style: { transformBox: "fill-box", transformOrigin: "center", animationDelay: "0.3s" }
|
|
3025
|
-
}, null, 8,
|
|
3025
|
+
}, null, 8, Ds)) : f("", !0)
|
|
3026
3026
|
], 6)
|
|
3027
3027
|
])),
|
|
3028
|
-
n.emotion === "sleepy" || n.emotion === "yawn" ? (t(), l("div",
|
|
3028
|
+
n.emotion === "sleepy" || n.emotion === "yawn" ? (t(), l("div", Ps, [...a[49] || (a[49] = [
|
|
3029
3029
|
e("span", { class: "animate-float-up inline-block text-lg font-bold" }, "z", -1),
|
|
3030
3030
|
e("span", {
|
|
3031
3031
|
class: "animate-float-up inline-block text-2xl font-bold",
|
|
@@ -3036,23 +3036,23 @@ const $e = {
|
|
|
3036
3036
|
], 4)
|
|
3037
3037
|
], 512));
|
|
3038
3038
|
}
|
|
3039
|
-
}),
|
|
3039
|
+
}), si = /* @__PURE__ */ S(Gs, [["__scopeId", "data-v-c1f1f037"]]), Hs = /* @__PURE__ */ M({
|
|
3040
3040
|
__name: "QuarkRobotHalo",
|
|
3041
3041
|
props: {
|
|
3042
3042
|
width: { default: 220 }
|
|
3043
3043
|
},
|
|
3044
3044
|
setup(n) {
|
|
3045
|
-
return (
|
|
3045
|
+
return (c, m) => (t(), l("div", {
|
|
3046
3046
|
class: "halo",
|
|
3047
3047
|
style: _({ width: n.width + "px", height: n.width * 0.27 + "px" }),
|
|
3048
3048
|
"aria-hidden": "true"
|
|
3049
|
-
}, [...
|
|
3049
|
+
}, [...m[0] || (m[0] = [
|
|
3050
3050
|
e("span", { class: "halo-ring r1" }, null, -1),
|
|
3051
3051
|
e("span", { class: "halo-ring r2" }, null, -1),
|
|
3052
3052
|
e("span", { class: "halo-core" }, null, -1)
|
|
3053
3053
|
])], 4));
|
|
3054
3054
|
}
|
|
3055
|
-
}),
|
|
3055
|
+
}), ii = /* @__PURE__ */ S(Hs, [["__scopeId", "data-v-6fd8ca14"]]), Zs = { class: "qbs-top-header" }, Us = /* @__PURE__ */ M({
|
|
3056
3056
|
__name: "QuarkTopHeader",
|
|
3057
3057
|
props: {
|
|
3058
3058
|
title: { default: "智能运维监控大屏" },
|
|
@@ -3060,34 +3060,35 @@ const $e = {
|
|
|
3060
3060
|
date: { default: "--" },
|
|
3061
3061
|
armed: { type: Boolean, default: !1 }
|
|
3062
3062
|
},
|
|
3063
|
-
emits: ["titleClick", "clockClick"],
|
|
3063
|
+
emits: ["titleClick", "titleDoubleClick", "clockClick"],
|
|
3064
3064
|
setup(n) {
|
|
3065
|
-
return (
|
|
3065
|
+
return (c, m) => (t(), l("header", Zs, [
|
|
3066
3066
|
e("div", {
|
|
3067
3067
|
class: "qbs-top-header__brand",
|
|
3068
|
-
onClick:
|
|
3068
|
+
onClick: m[0] || (m[0] = (h) => c.$emit("titleClick")),
|
|
3069
|
+
onDblclick: m[1] || (m[1] = $e((h) => c.$emit("titleDoubleClick"), ["stop"]))
|
|
3069
3070
|
}, [
|
|
3070
|
-
|
|
3071
|
+
m[3] || (m[3] = e("span", null, null, -1)),
|
|
3071
3072
|
e("h1", null, y(n.title), 1)
|
|
3072
|
-
]),
|
|
3073
|
+
], 32),
|
|
3073
3074
|
e("div", {
|
|
3074
3075
|
class: B(["qbs-top-header__deco", { "is-armed": n.armed }])
|
|
3075
3076
|
}, [
|
|
3076
|
-
(t(), l(x, null, C(5, (
|
|
3077
|
-
key:
|
|
3078
|
-
style: _({ animationDelay: `${
|
|
3077
|
+
(t(), l(x, null, C(5, (h) => e("i", {
|
|
3078
|
+
key: h,
|
|
3079
|
+
style: _({ animationDelay: `${h * 0.12}s` })
|
|
3079
3080
|
}, null, 4)), 64))
|
|
3080
3081
|
], 2),
|
|
3081
3082
|
e("div", {
|
|
3082
3083
|
class: "qbs-top-header__clock",
|
|
3083
|
-
onClick:
|
|
3084
|
+
onClick: m[2] || (m[2] = (h) => c.$emit("clockClick"))
|
|
3084
3085
|
}, [
|
|
3085
3086
|
e("b", null, y(n.time), 1),
|
|
3086
3087
|
e("small", null, y(n.date), 1)
|
|
3087
3088
|
])
|
|
3088
3089
|
]));
|
|
3089
3090
|
}
|
|
3090
|
-
}),
|
|
3091
|
+
}), ni = /* @__PURE__ */ S(Us, [["__scopeId", "data-v-20d5fb13"]]), js = { class: "qbs-duty-compact" }, Fs = { key: 0 }, Qs = /* @__PURE__ */ M({
|
|
3091
3092
|
__name: "QuarkDutyCompact",
|
|
3092
3093
|
props: {
|
|
3093
3094
|
name: { default: "" },
|
|
@@ -3095,16 +3096,16 @@ const $e = {
|
|
|
3095
3096
|
tag: { default: "" }
|
|
3096
3097
|
},
|
|
3097
3098
|
setup(n) {
|
|
3098
|
-
return (
|
|
3099
|
+
return (c, m) => (t(), l("div", js, [
|
|
3099
3100
|
e("div", null, y(n.name.charAt(0) || "-"), 1),
|
|
3100
3101
|
e("section", null, [
|
|
3101
3102
|
e("strong", null, y(n.name || "暂未排班"), 1),
|
|
3102
3103
|
e("span", null, y(n.phone || "—"), 1)
|
|
3103
3104
|
]),
|
|
3104
|
-
n.tag ? (t(), l("em",
|
|
3105
|
+
n.tag ? (t(), l("em", Fs, y(n.tag), 1)) : f("", !0)
|
|
3105
3106
|
]));
|
|
3106
3107
|
}
|
|
3107
|
-
}),
|
|
3108
|
+
}), ri = /* @__PURE__ */ S(Qs, [["__scopeId", "data-v-cd7cff86"]]), Ys = {
|
|
3108
3109
|
screen_header: {
|
|
3109
3110
|
dateText: "2026-07-27",
|
|
3110
3111
|
timeText: "14:30",
|
|
@@ -3160,24 +3161,24 @@ const $e = {
|
|
|
3160
3161
|
]
|
|
3161
3162
|
}
|
|
3162
3163
|
};
|
|
3163
|
-
function
|
|
3164
|
-
return JSON.parse(JSON.stringify(
|
|
3164
|
+
function ci(n) {
|
|
3165
|
+
return JSON.parse(JSON.stringify(Ys[n]));
|
|
3165
3166
|
}
|
|
3166
3167
|
export {
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3168
|
+
Js as BigScreenAlertRow,
|
|
3169
|
+
ei as BigScreenBuildDistribution,
|
|
3170
|
+
ti as BigScreenBuildProjects,
|
|
3171
|
+
Vs as BigScreenDutyContent,
|
|
3172
|
+
oi as BigScreenEndpointDistribution,
|
|
3173
|
+
ai as BigScreenExternalEmbed,
|
|
3174
|
+
Xs as BigScreenHeader,
|
|
3175
|
+
Ks as BigScreenMetricCard,
|
|
3176
|
+
De as BigScreenPanel,
|
|
3177
|
+
li as BigScreenRobotSummary,
|
|
3178
|
+
ri as QuarkDutyCompact,
|
|
3179
|
+
si as QuarkRobot,
|
|
3180
|
+
ii as QuarkRobotHalo,
|
|
3181
|
+
ni as QuarkTopHeader,
|
|
3182
|
+
Ys as bigScreenPreviewFixtures,
|
|
3183
|
+
ci as getBigScreenPreviewData
|
|
3183
3184
|
};
|