@akiraka/quark-big-screen-ui 0.1.15 → 0.1.16
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/components/BigScreenBuildDistribution.vue.d.ts +2 -0
- package/dist/components/BigScreenBuildDistribution.vue.d.ts.map +1 -1
- package/dist/components/BigScreenBuildProjects.vue.d.ts.map +1 -1
- package/dist/fixtures/big-screen.d.ts +8 -0
- package/dist/fixtures/big-screen.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +282 -280
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as M, openBlock as t, createElementBlock as l, normalizeStyle as
|
|
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
2
|
const $e = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "qbs-panel__corner qbs-panel__corner--tl"
|
|
@@ -43,17 +43,17 @@ const $e = {
|
|
|
43
43
|
overflowHidden: { type: Boolean, default: !0 }
|
|
44
44
|
},
|
|
45
45
|
setup(n) {
|
|
46
|
-
const
|
|
46
|
+
const d = n;
|
|
47
47
|
function h(m) {
|
|
48
|
-
return
|
|
48
|
+
return d.corners === "all" ? !0 : d.corners === "none" ? !1 : m === "tl" || m === "br";
|
|
49
49
|
}
|
|
50
|
-
return (m,
|
|
50
|
+
return (m, k) => (t(), l("section", {
|
|
51
51
|
class: B(["qbs-panel", [
|
|
52
52
|
`qbs-panel--padding-${n.padding}`,
|
|
53
53
|
`qbs-panel--layout-${n.bodyLayout}`,
|
|
54
54
|
{ "qbs-panel--overflow-hidden": n.overflowHidden }
|
|
55
55
|
]]),
|
|
56
|
-
style:
|
|
56
|
+
style: _({ "--qbs-accent": n.accent })
|
|
57
57
|
}, [
|
|
58
58
|
h("tl") ? (t(), l("span", $e)) : f("", !0),
|
|
59
59
|
h("tr") ? (t(), l("span", Ce)) : f("", !0),
|
|
@@ -74,8 +74,8 @@ const $e = {
|
|
|
74
74
|
m.$slots["header-extra"] || n.liveLabel ? (t(), l("span", ze, [
|
|
75
75
|
T(m.$slots, "header-extra", {}, () => [
|
|
76
76
|
n.liveLabel ? (t(), l("span", Re, [
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
k[0] || (k[0] = e("span", { class: "qbs-panel__live-dot" }, null, -1)),
|
|
78
|
+
z(y(n.liveLabel), 1)
|
|
79
79
|
])) : f("", !0)
|
|
80
80
|
], !0)
|
|
81
81
|
])) : f("", !0)
|
|
@@ -85,15 +85,15 @@ const $e = {
|
|
|
85
85
|
])
|
|
86
86
|
], 6));
|
|
87
87
|
}
|
|
88
|
-
}), S = (n,
|
|
88
|
+
}), S = (n, d) => {
|
|
89
89
|
const h = n.__vccOpts || n;
|
|
90
|
-
for (const [m,
|
|
91
|
-
h[m] =
|
|
90
|
+
for (const [m, k] of d)
|
|
91
|
+
h[m] = k;
|
|
92
92
|
return h;
|
|
93
93
|
}, Te = /* @__PURE__ */ S(Ne, [["__scopeId", "data-v-749400b6"]]), De = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "qbs-duty-compact"
|
|
96
|
-
},
|
|
96
|
+
}, Pe = { class: "qbs-duty-compact__avatar" }, Le = { class: "qbs-duty-compact__info" }, Ee = { class: "qbs-duty-compact__name" }, Ge = { class: "qbs-duty-compact__phone" }, He = {
|
|
97
97
|
key: 0,
|
|
98
98
|
class: "qbs-duty-compact__tag"
|
|
99
99
|
}, Ze = {
|
|
@@ -115,49 +115,49 @@ const $e = {
|
|
|
115
115
|
groups: { default: () => [] }
|
|
116
116
|
},
|
|
117
117
|
setup(n) {
|
|
118
|
-
const
|
|
119
|
-
return (h, m) =>
|
|
120
|
-
e("div",
|
|
121
|
-
e("div",
|
|
122
|
-
e("span", Ee, y(
|
|
123
|
-
e("span", Ge, y(
|
|
118
|
+
const d = n;
|
|
119
|
+
return (h, m) => d.compact ? (t(), l("div", De, [
|
|
120
|
+
e("div", Pe, y(d.personName.charAt(0) || "-"), 1),
|
|
121
|
+
e("div", Le, [
|
|
122
|
+
e("span", Ee, y(d.personName || "暂未排班"), 1),
|
|
123
|
+
e("span", Ge, y(d.personPhone || "—"), 1)
|
|
124
124
|
]),
|
|
125
|
-
|
|
125
|
+
d.personTag ? (t(), l("span", He, y(d.personTag), 1)) : f("", !0)
|
|
126
126
|
])) : (t(), l("div", Ze, [
|
|
127
127
|
e("div", Ue, [
|
|
128
128
|
e("div", je, [
|
|
129
129
|
m[0] || (m[0] = e("span", null, "日期", -1)),
|
|
130
|
-
e("strong", null, y(
|
|
130
|
+
e("strong", null, y(d.date || "未同步"), 1)
|
|
131
131
|
]),
|
|
132
132
|
e("div", Fe, [
|
|
133
133
|
m[1] || (m[1] = e("span", null, "值班组", -1)),
|
|
134
|
-
e("strong", null, y(
|
|
134
|
+
e("strong", null, y(d.totalGroups ?? d.groups.length), 1)
|
|
135
135
|
]),
|
|
136
136
|
e("div", Qe, [
|
|
137
137
|
m[2] || (m[2] = e("span", null, "值班人数", -1)),
|
|
138
|
-
e("strong", null, y(
|
|
138
|
+
e("strong", null, y(d.totalUsers ?? 0), 1)
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
141
|
e("div", Ye, [
|
|
142
|
-
(t(!0), l(x, null, C(
|
|
142
|
+
(t(!0), l(x, null, C(d.groups, (k) => {
|
|
143
143
|
var w;
|
|
144
144
|
return t(), l("article", {
|
|
145
|
-
key:
|
|
145
|
+
key: k.groupId,
|
|
146
146
|
class: "qbs-duty__group"
|
|
147
147
|
}, [
|
|
148
148
|
e("div", We, [
|
|
149
|
-
e("strong", null, y(
|
|
150
|
-
e("span", null, y(((w =
|
|
149
|
+
e("strong", null, y(k.groupName), 1),
|
|
150
|
+
e("span", null, y(((w = k.users) == null ? void 0 : w.length) || 0) + " 人", 1)
|
|
151
151
|
]),
|
|
152
152
|
e("div", Ve, [
|
|
153
|
-
(t(!0), l(x, null, C(
|
|
154
|
-
key:
|
|
153
|
+
(t(!0), l(x, null, C(k.users || [], (O) => (t(), l("span", {
|
|
154
|
+
key: O.userId,
|
|
155
155
|
class: "qbs-duty__user"
|
|
156
|
-
}, y(
|
|
156
|
+
}, y(O.nickName || O.username), 1))), 128))
|
|
157
157
|
])
|
|
158
158
|
]);
|
|
159
159
|
}), 128)),
|
|
160
|
-
|
|
160
|
+
d.groups.length ? f("", !0) : (t(), l("div", Je, "暂无值班数据"))
|
|
161
161
|
])
|
|
162
162
|
]));
|
|
163
163
|
}
|
|
@@ -187,28 +187,28 @@ const $e = {
|
|
|
187
187
|
},
|
|
188
188
|
emits: ["select"],
|
|
189
189
|
setup(n) {
|
|
190
|
-
const
|
|
190
|
+
const d = n;
|
|
191
191
|
return (h, m) => (t(), l("button", {
|
|
192
|
-
class: B(["qbs-alert-row", { "qbs-alert-row--detail-wide":
|
|
193
|
-
style:
|
|
192
|
+
class: B(["qbs-alert-row", { "qbs-alert-row--detail-wide": d.detailWide }]),
|
|
193
|
+
style: _({ "--qbs-alert-accent": d.accent }),
|
|
194
194
|
type: "button",
|
|
195
|
-
onClick: m[0] || (m[0] = (
|
|
195
|
+
onClick: m[0] || (m[0] = (k) => h.$emit("select"))
|
|
196
196
|
}, [
|
|
197
197
|
e("div", Xe, [
|
|
198
198
|
e("div", et, [
|
|
199
199
|
e("div", {
|
|
200
200
|
class: "qbs-alert-row__title",
|
|
201
|
-
title:
|
|
202
|
-
}, y(
|
|
201
|
+
title: d.title
|
|
202
|
+
}, y(d.title), 9, tt),
|
|
203
203
|
e("div", lt, [
|
|
204
|
-
e("span", ot, y(
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
204
|
+
e("span", ot, y(d.group), 1),
|
|
205
|
+
d.owner ? (t(), l("span", at, y(d.owner), 1)) : f("", !0),
|
|
206
|
+
d.time ? (t(), l("span", st, y(d.time), 1)) : f("", !0),
|
|
207
|
+
d.tag ? (t(), l("span", it, y(d.tag), 1)) : f("", !0)
|
|
208
208
|
]),
|
|
209
209
|
e("div", nt, [
|
|
210
210
|
T(h.$slots, "status", {}, () => [
|
|
211
|
-
|
|
211
|
+
z(y(d.statusText || "待处理"), 1)
|
|
212
212
|
], !0)
|
|
213
213
|
])
|
|
214
214
|
]),
|
|
@@ -227,30 +227,30 @@ const $e = {
|
|
|
227
227
|
compact: { type: Boolean, default: !1 }
|
|
228
228
|
},
|
|
229
229
|
setup(n) {
|
|
230
|
-
const
|
|
231
|
-
return (h, m) =>
|
|
230
|
+
const d = n;
|
|
231
|
+
return (h, m) => d.compact ? (t(), l("div", {
|
|
232
232
|
key: 0,
|
|
233
233
|
class: "qbs-metric-card qbs-metric-card--compact",
|
|
234
|
-
style:
|
|
234
|
+
style: _({ "--qbs-metric-tone": d.tone })
|
|
235
235
|
}, [
|
|
236
|
-
e("span", null, y(
|
|
236
|
+
e("span", null, y(d.label), 1),
|
|
237
237
|
e("strong", null, [
|
|
238
238
|
T(h.$slots, "default", {}, () => [
|
|
239
|
-
|
|
239
|
+
z(y(d.value), 1)
|
|
240
240
|
], !0)
|
|
241
241
|
])
|
|
242
|
-
], 4)) : (t(),
|
|
242
|
+
], 4)) : (t(), ve(Te, {
|
|
243
243
|
key: 1,
|
|
244
244
|
class: "qbs-metric-card",
|
|
245
245
|
"body-layout": "metric",
|
|
246
246
|
padding: "tight",
|
|
247
|
-
accent:
|
|
247
|
+
accent: d.tone
|
|
248
248
|
}, {
|
|
249
|
-
default:
|
|
249
|
+
default: _e(() => [
|
|
250
250
|
T(h.$slots, "default", {}, () => [
|
|
251
|
-
e("strong", dt, y(
|
|
251
|
+
e("strong", dt, y(d.value), 1)
|
|
252
252
|
], !0),
|
|
253
|
-
e("span", ut, y(
|
|
253
|
+
e("span", ut, y(d.label), 1)
|
|
254
254
|
]),
|
|
255
255
|
_: 3
|
|
256
256
|
}, 8, ["accent"]));
|
|
@@ -269,7 +269,7 @@ const $e = {
|
|
|
269
269
|
showClock: { type: Boolean, default: !0 }
|
|
270
270
|
},
|
|
271
271
|
setup(n) {
|
|
272
|
-
return (
|
|
272
|
+
return (d, h) => (t(), l("section", mt, [
|
|
273
273
|
h[1] || (h[1] = e("i", { class: "qbs-header__glow" }, null, -1)),
|
|
274
274
|
e("div", ht, [
|
|
275
275
|
e("div", ft, [
|
|
@@ -288,35 +288,36 @@ const $e = {
|
|
|
288
288
|
])
|
|
289
289
|
]));
|
|
290
290
|
}
|
|
291
|
-
}), Ks = /* @__PURE__ */ S(pt, [["__scopeId", "data-v-cc041333"]]), xt = { class: "qbs-
|
|
291
|
+
}), Ks = /* @__PURE__ */ S(pt, [["__scopeId", "data-v-cc041333"]]), xt = { class: "qbs-dist" }, gt = {
|
|
292
292
|
key: 0,
|
|
293
|
-
class: "qbs-
|
|
294
|
-
},
|
|
293
|
+
class: "qbs-dist__empty"
|
|
294
|
+
}, vt = /* @__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 (m,
|
|
303
|
-
(t(!0), l(x, null, C(
|
|
304
|
-
key: w.name
|
|
301
|
+
const d = n, h = () => Math.max(1, d.total || d.items.reduce((m, k) => m + k.count, 0));
|
|
302
|
+
return (m, k) => (t(), l("div", xt, [
|
|
303
|
+
(t(!0), l(x, null, C(n.items.slice(0, 8), (w, O) => (t(), l("div", {
|
|
304
|
+
key: w.name,
|
|
305
|
+
class: "qbs-dist__row",
|
|
306
|
+
style: _({ "--qbs-dist-color": w.tone || ["#7dd3fc", "#86efac", "#fbbf24", "#c4b5fd"][O % 4] })
|
|
305
307
|
}, [
|
|
306
|
-
e("
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
e("b", {
|
|
312
|
-
style: b({ width: h(w.count) })
|
|
308
|
+
k[0] || (k[0] = e("i", null, null, -1)),
|
|
309
|
+
e("span", null, y(w.name), 1),
|
|
310
|
+
e("b", null, [
|
|
311
|
+
e("em", {
|
|
312
|
+
style: _({ width: `${w.count / h() * 100}%` })
|
|
313
313
|
}, null, 4)
|
|
314
|
-
])
|
|
315
|
-
|
|
316
|
-
|
|
314
|
+
]),
|
|
315
|
+
e("strong", null, y(w.count), 1)
|
|
316
|
+
], 4))), 128)),
|
|
317
|
+
n.items.length ? f("", !0) : (t(), l("div", gt, "暂无构建分布数据"))
|
|
317
318
|
]));
|
|
318
319
|
}
|
|
319
|
-
}), Xs = /* @__PURE__ */ S(
|
|
320
|
+
}), Xs = /* @__PURE__ */ S(vt, [["__scopeId", "data-v-88fc69e4"]]), _t = { class: "qbs-build-projects" }, bt = { class: "qbs-build-projects__summary" }, wt = { class: "qbs-build-projects__list" }, $t = {
|
|
320
321
|
key: 0,
|
|
321
322
|
class: "qbs-build-projects__empty"
|
|
322
323
|
}, Ct = /* @__PURE__ */ M({
|
|
@@ -328,45 +329,43 @@ const $e = {
|
|
|
328
329
|
items: { default: () => [] }
|
|
329
330
|
},
|
|
330
331
|
setup(n) {
|
|
331
|
-
const
|
|
332
|
-
return (h, m) => (t(), l("div",
|
|
332
|
+
const d = (h) => `${Math.max(0, Math.min(100, h || 0))}%`;
|
|
333
|
+
return (h, m) => (t(), l("div", _t, [
|
|
333
334
|
e("div", bt, [
|
|
334
335
|
e("span", null, [
|
|
335
|
-
m[0] || (m[0] =
|
|
336
|
+
m[0] || (m[0] = z("构建中", -1)),
|
|
336
337
|
e("strong", null, y(n.buildingCount), 1)
|
|
337
338
|
]),
|
|
338
339
|
e("span", null, [
|
|
339
|
-
m[1] || (m[1] =
|
|
340
|
+
m[1] || (m[1] = z("今日构建", -1)),
|
|
340
341
|
e("strong", null, y(n.todayBuilds), 1)
|
|
341
342
|
]),
|
|
342
343
|
e("span", null, [
|
|
343
|
-
m[2] || (m[2] =
|
|
344
|
+
m[2] || (m[2] = z("成功率", -1)),
|
|
344
345
|
e("strong", null, y(Number(n.successRate).toFixed(1)) + "%", 1)
|
|
345
346
|
])
|
|
346
347
|
]),
|
|
347
348
|
e("div", wt, [
|
|
348
|
-
(t(!0), l(x, null, C(n.items.slice(0, 8), (
|
|
349
|
-
key: `${
|
|
349
|
+
(t(!0), l(x, null, C(n.items.slice(0, 8), (k, w) => (t(), l("article", {
|
|
350
|
+
key: `${k.pipelineId}-${k.buildId}`
|
|
350
351
|
}, [
|
|
352
|
+
e("i", null, y(String(w + 1).padStart(2, "0")), 1),
|
|
351
353
|
e("div", null, [
|
|
352
|
-
e("strong", null, y(
|
|
353
|
-
e("span", null, y(
|
|
354
|
-
]),
|
|
355
|
-
e("p", null, [
|
|
356
|
-
e("span", null, y(p.currentStage || "等待阶段信息"), 1),
|
|
357
|
-
e("span", null, y(p.buildUser || "系统触发"), 1)
|
|
354
|
+
e("strong", null, y(k.jobName || `Pipeline-${k.pipelineId}`), 1),
|
|
355
|
+
e("span", null, y(k.currentStage || "等待阶段信息") + " · " + y(k.buildUser || "系统触发"), 1)
|
|
358
356
|
]),
|
|
359
|
-
e("
|
|
360
|
-
e("
|
|
361
|
-
style:
|
|
357
|
+
e("b", null, [
|
|
358
|
+
e("em", {
|
|
359
|
+
style: _({ width: d(k.progress) })
|
|
362
360
|
}, null, 4)
|
|
363
|
-
])
|
|
361
|
+
]),
|
|
362
|
+
e("small", null, y(k.statusText), 1)
|
|
364
363
|
]))), 128)),
|
|
365
364
|
n.items.length ? f("", !0) : (t(), l("div", $t, "当前没有在跑的构建项目"))
|
|
366
365
|
])
|
|
367
366
|
]));
|
|
368
367
|
}
|
|
369
|
-
}), ei = /* @__PURE__ */ S(Ct, [["__scopeId", "data-v-
|
|
368
|
+
}), ei = /* @__PURE__ */ S(Ct, [["__scopeId", "data-v-c9634e0c"]]), qt = { class: "qbs-robot" }, Mt = { class: "qbs-robot__head" }, St = { class: "qbs-robot__metrics" }, At = /* @__PURE__ */ M({
|
|
370
369
|
__name: "BigScreenRobotSummary",
|
|
371
370
|
props: {
|
|
372
371
|
status: { default: "online" },
|
|
@@ -378,7 +377,7 @@ const $e = {
|
|
|
378
377
|
successRate: { default: 0 }
|
|
379
378
|
},
|
|
380
379
|
setup(n) {
|
|
381
|
-
return (
|
|
380
|
+
return (d, h) => (t(), l("div", qt, [
|
|
382
381
|
e("div", Mt, [
|
|
383
382
|
e("i", {
|
|
384
383
|
class: B(`is-${n.emotion}`)
|
|
@@ -390,19 +389,19 @@ const $e = {
|
|
|
390
389
|
]),
|
|
391
390
|
e("div", St, [
|
|
392
391
|
e("span", null, [
|
|
393
|
-
h[0] || (h[0] =
|
|
392
|
+
h[0] || (h[0] = z("值班组", -1)),
|
|
394
393
|
e("b", null, y(n.summary.dutyGroups ?? 0), 1)
|
|
395
394
|
]),
|
|
396
395
|
e("span", null, [
|
|
397
|
-
h[1] || (h[1] =
|
|
396
|
+
h[1] || (h[1] = z("今日告警", -1)),
|
|
398
397
|
e("b", null, y(n.summary.todayAlerts ?? 0), 1)
|
|
399
398
|
]),
|
|
400
399
|
e("span", null, [
|
|
401
|
-
h[2] || (h[2] =
|
|
400
|
+
h[2] || (h[2] = z("构建中", -1)),
|
|
402
401
|
e("b", null, y(n.summary.buildingCount ?? 0), 1)
|
|
403
402
|
]),
|
|
404
403
|
e("span", null, [
|
|
405
|
-
h[3] || (h[3] =
|
|
404
|
+
h[3] || (h[3] = z("终端节点", -1)),
|
|
406
405
|
e("b", null, y(n.summary.endpointNodes ?? 0), 1)
|
|
407
406
|
])
|
|
408
407
|
])
|
|
@@ -417,9 +416,9 @@ const $e = {
|
|
|
417
416
|
items: { default: () => [] }
|
|
418
417
|
},
|
|
419
418
|
setup(n) {
|
|
420
|
-
return (
|
|
419
|
+
return (d, h) => (t(), l("div", Bt, [
|
|
421
420
|
(t(!0), l(x, null, C(n.items, (m) => {
|
|
422
|
-
var
|
|
421
|
+
var k;
|
|
423
422
|
return t(), l("article", {
|
|
424
423
|
key: m.id
|
|
425
424
|
}, [
|
|
@@ -430,11 +429,11 @@ const $e = {
|
|
|
430
429
|
}, y(m.nodeStatus ? "在线" : "离线"), 3)
|
|
431
430
|
]),
|
|
432
431
|
e("small", null, y(m.nodeIp), 1),
|
|
433
|
-
(t(!0), l(x, null, C((
|
|
434
|
-
var
|
|
432
|
+
(t(!0), l(x, null, C((k = m.heartbeatResults) == null ? void 0 : k.slice(0, 3), (w) => {
|
|
433
|
+
var O;
|
|
435
434
|
return t(), l("p", {
|
|
436
435
|
key: w.targetName
|
|
437
|
-
}, y(w.targetName || w.targetIp) + " · " + y(((
|
|
436
|
+
}, y(w.targetName || w.targetIp) + " · " + y(((O = w.latencyMs) == null ? void 0 : O.toFixed(1)) ?? "—") + " ms", 1);
|
|
438
437
|
}), 128))
|
|
439
438
|
]);
|
|
440
439
|
}), 128)),
|
|
@@ -448,15 +447,15 @@ const $e = {
|
|
|
448
447
|
title: { default: "外部仪表盘" }
|
|
449
448
|
},
|
|
450
449
|
setup(n) {
|
|
451
|
-
const
|
|
450
|
+
const d = n, h = b(() => {
|
|
452
451
|
try {
|
|
453
|
-
const m = new URL(
|
|
452
|
+
const m = new URL(d.url);
|
|
454
453
|
return ["http:", "https:"].includes(m.protocol) ? m.toString() : "";
|
|
455
454
|
} catch {
|
|
456
455
|
return "";
|
|
457
456
|
}
|
|
458
457
|
});
|
|
459
|
-
return (m,
|
|
458
|
+
return (m, k) => (t(), l("section", Rt, [
|
|
460
459
|
h.value ? (t(), l("iframe", {
|
|
461
460
|
key: 0,
|
|
462
461
|
src: h.value,
|
|
@@ -473,7 +472,7 @@ const $e = {
|
|
|
473
472
|
height: "290",
|
|
474
473
|
viewBox: "0 0 240 230",
|
|
475
474
|
class: "overflow-visible drop-shadow-[0_18px_24px_rgba(37,99,235,0.25)]"
|
|
476
|
-
},
|
|
475
|
+
}, Pt = ["stroke"], Lt = ["fill"], Et = ["fill"], Gt = ["rx", "ry", "opacity"], Ht = ["rx", "ry", "opacity"], Zt = ["fill"], Ut = ["d"], jt = ["d"], Ft = ["d"], Qt = ["d"], Yt = { key: 5 }, Wt = ["d"], Vt = ["d"], Jt = ["x", "y"], Kt = ["x", "y"], Xt = ["cx"], el = ["cx"], tl = ["x1", "y1", "x2", "y2"], ll = ["x1", "y1", "x2", "y2"], ol = ["cy"], al = ["cy"], sl = ["x1", "y1", "x2", "y2"], il = ["x1", "y1", "x2", "y2"], nl = ["cx", "cy"], rl = ["cx", "cy"], cl = ["cx", "cy"], dl = ["cx", "cy"], ul = ["cx", "cy"], yl = ["cx", "cy"], ml = ["cx", "cy"], hl = ["cx", "cy"], fl = ["cy"], kl = ["cy"], pl = ["cy"], xl = ["cy"], gl = ["x", "y"], vl = ["x", "y"], _l = ["x1", "x2"], bl = ["x1", "x2"], wl = ["cy"], $l = ["cx", "cy"], Cl = ["x", "y"], ql = ["cx", "cy"], Ml = ["cx", "cy"], Sl = ["cx", "cy"], Al = ["cx", "cy"], Bl = ["cx", "cy"], Ol = ["cx", "cy"], zl = ["cx", "cy"], Rl = ["x1", "y1", "x2", "y2"], Il = ["x1", "y1", "x2", "y2"], Nl = ["x1", "x2"], Tl = ["x1", "x2"], Dl = { key: 16 }, Pl = ["cy"], Ll = ["cy"], El = ["cy"], Gl = ["cy"], Hl = ["x", "y"], Zl = ["x", "y"], Ul = ["d"], jl = ["d"], Fl = ["cy"], Ql = ["cy"], Yl = ["x1", "y1", "x2", "y2"], Wl = ["x1", "y1", "x2", "y2"], Vl = { key: 19 }, Jl = ["cy"], Kl = ["cy"], Xl = ["cy"], eo = ["cy"], to = ["x", "y"], lo = ["x", "y"], oo = ["d"], ao = ["d"], so = ["d"], io = ["d"], no = ["x1", "x2"], ro = ["x1", "x2"], co = ["d"], uo = ["d"], yo = ["cy"], mo = ["cy"], ho = ["cx", "cy"], fo = ["cx", "cy"], ko = ["cx", "cy"], po = ["cx", "cy"], xo = ["x1", "y1", "x2", "y2"], go = ["x1", "y1", "x2", "y2"], vo = ["cx", "cy"], _o = ["cx", "cy"], bo = ["cx", "cy"], wo = ["cx", "cy"], $o = ["cx", "cy"], Co = ["cx", "cy"], qo = ["cx", "cy"], Mo = ["cx", "cy"], So = ["cy"], Ao = ["cy"], Bo = ["cx", "cy"], Oo = ["cx", "cy"], zo = ["cy"], Ro = ["cy"], Io = ["x1", "y1", "x2", "y2"], No = ["x1", "y1", "x2", "y2"], To = ["d"], Do = ["d"], Po = ["d"], Lo = ["d"], Eo = ["cx", "cy"], Go = ["x1", "x2"], Ho = ["x", "y"], Zo = ["x", "y"], Uo = { key: 10 }, jo = { key: 16 }, Fo = {
|
|
477
476
|
key: 36,
|
|
478
477
|
d: "M 158 70 q 5 9 0 14 q -5 -5 0 -14 Z",
|
|
479
478
|
fill: "oklch(0.8 0.12 220)",
|
|
@@ -497,14 +496,14 @@ const $e = {
|
|
|
497
496
|
}, ya = ["stroke"], ma = {
|
|
498
497
|
key: 50,
|
|
499
498
|
class: "animate-alert-flash"
|
|
500
|
-
}, ha = ["fill"], fa = { key: 51 }, ka = { class: "animate-alert-flash" }, pa = ["fill"], xa = ["fill"], ga = ["stroke"],
|
|
499
|
+
}, ha = ["fill"], fa = { key: 51 }, ka = { class: "animate-alert-flash" }, pa = ["fill"], xa = ["fill"], ga = ["stroke"], va = ["fill"], _a = {
|
|
501
500
|
key: 53,
|
|
502
501
|
class: "animate-scan-move"
|
|
503
502
|
}, ba = ["stroke"], wa = ["stroke"], $a = { key: 54 }, Ca = ["stroke"], qa = ["fill"], Ma = ["fill"], Sa = ["fill"], Aa = ["stroke"], Ba = {
|
|
504
503
|
key: 57,
|
|
505
504
|
class: "animate-locate-bob",
|
|
506
505
|
style: { transformOrigin: "168px 60px" }
|
|
507
|
-
}, Oa = ["fill"], za = ["fill"], Ra = ["stroke"], Ia = ["fill"], Na = { key: 59 }, Ta = ["stroke"], Da = { key: 60 },
|
|
506
|
+
}, Oa = ["fill"], za = ["fill"], Ra = ["stroke"], Ia = ["fill"], Na = { key: 59 }, Ta = ["stroke"], Da = { key: 60 }, Pa = ["fill"], La = { key: 61 }, Ea = ["fill"], Ga = {
|
|
508
507
|
key: 62,
|
|
509
508
|
class: "animate-alert-flash",
|
|
510
509
|
style: { transformOrigin: "168px 60px" }
|
|
@@ -534,10 +533,10 @@ const $e = {
|
|
|
534
533
|
key: 76,
|
|
535
534
|
class: "animate-breathe",
|
|
536
535
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
537
|
-
}, xs = ["fill"], gs = { key: 78 },
|
|
536
|
+
}, xs = ["fill"], gs = { key: 78 }, vs = ["d", "fill"], _s = { key: 79 }, bs = ["fill"], ws = { key: 80 }, $s = ["stroke"], Cs = ["stroke"], qs = { key: 81 }, Ms = ["x", "y", "width", "height", "rx", "fill"], Ss = { key: 82 }, As = ["cx", "cy", "fill"], Bs = ["fill"], Os = ["fill"], zs = ["d"], Rs = ["fill"], Is = ["fill"], Ns = ["fill"], Ts = ["d"], Ds = {
|
|
538
537
|
key: 0,
|
|
539
538
|
class: "pointer-events-none absolute right-2 top-2 text-robot-blue-dark"
|
|
540
|
-
}, i = "var(--robot-eye)",
|
|
539
|
+
}, i = "var(--robot-eye)", Ps = "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)", Ls = "oklch(0.5 0.12 250)", c = 102, u = 138, o = 108, Es = /* @__PURE__ */ M({
|
|
541
540
|
__name: "QuarkRobot",
|
|
542
541
|
props: {
|
|
543
542
|
emotion: {},
|
|
@@ -545,7 +544,7 @@ const $e = {
|
|
|
545
544
|
speaking: { type: Boolean, default: !1 }
|
|
546
545
|
},
|
|
547
546
|
setup(n) {
|
|
548
|
-
const
|
|
547
|
+
const d = n, h = {
|
|
549
548
|
// 基础情绪
|
|
550
549
|
neutral: { eyes: "neutral", mouth: "smileSoft", arms: "handsFold", anim: "animate-robot-float" },
|
|
551
550
|
bye: { eyes: "happy", mouth: "smileSoft", arms: "waveUp", anim: "animate-robot-float" },
|
|
@@ -578,7 +577,7 @@ const $e = {
|
|
|
578
577
|
pray: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
579
578
|
devout: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
580
579
|
heal: { eyes: "happy", mouth: "smileSoft", blush: !0, sym: "heart", symColor: q, arms: "hug", anim: "animate-breathe" },
|
|
581
|
-
coldGuard: { eyes: "lookdown", mouth: "flat", body:
|
|
580
|
+
coldGuard: { eyes: "lookdown", mouth: "flat", body: Ls, anim: "animate-guard-sink" },
|
|
582
581
|
// 聆听神态
|
|
583
582
|
listenOpen: { eyes: "neutral", mouth: "smileSoft", sym: "soundwave", symColor: i, arms: "attentiveOpen", anim: "animate-listen-tilt" },
|
|
584
583
|
listenSneaky: { eyes: "half", mouth: "dot", sym: "soundwave", symColor: "var(--robot-amber)", arms: "shh", anim: "animate-listen-sneak" },
|
|
@@ -586,7 +585,7 @@ const $e = {
|
|
|
586
585
|
// 工作办公
|
|
587
586
|
busy: { eyes: "thinkEyes", mouth: "flat", sweat: !0, sym: "gear", symColor: "var(--robot-blue-dark)", arms: "overtimeArms", anim: "animate-busy-type" },
|
|
588
587
|
processing: { eyes: "neutral", mouth: "flat", sym: "gear", symColor: "var(--robot-blue-dark)", arms: "overtimeArms", anim: "animate-nod" },
|
|
589
|
-
done: { eyes: "happy", mouth: "smile", sym: "check", symColor:
|
|
588
|
+
done: { eyes: "happy", mouth: "smile", sym: "check", symColor: R, arms: "approve", anim: "animate-robot-float" },
|
|
590
589
|
notes: { eyes: "lookdown", mouth: "smileSoft", sym: "pencil", symColor: "var(--robot-blue-dark)", arms: "writeDown", anim: "animate-notes-write" },
|
|
591
590
|
stuck: { eyes: "dizzy", mouth: "flat", sweat: !0, sym: "question", symColor: "var(--muted-foreground)", arms: "shrug", anim: "animate-robot-shake" },
|
|
592
591
|
askHumble: { eyes: "lookup", mouth: "smileSoft", sym: "question", symColor: i, arms: "humble", anim: "animate-robot-float" },
|
|
@@ -600,13 +599,13 @@ const $e = {
|
|
|
600
599
|
warnOrange: { eyes: "wide", mouth: "flat", sym: "warning", symColor: H, body: H, arms: "caution", anim: "animate-wobble" },
|
|
601
600
|
alertRed: { eyes: "wide", mouth: "o", sym: "siren", symColor: q, body: q, arms: "alarm", anim: "animate-robot-shake" },
|
|
602
601
|
fault: { eyes: "dizzy", mouth: "wavy", sym: "broken", symColor: j, body: j, arms: "limp", anim: "animate-robot-droop" },
|
|
603
|
-
alertClear: { eyes: "happy", mouth: "smile", sym: "check", symColor:
|
|
602
|
+
alertClear: { eyes: "happy", mouth: "smile", sym: "check", symColor: R, arms: "thumbsUp", anim: "animate-robot-float" },
|
|
604
603
|
scanning: { eyes: "neutral", mouth: "flat", sym: "scan", symColor: i, arms: "scan", anim: "animate-patrol" },
|
|
605
604
|
camTurn: { eyes: "wide", mouth: "flat", sym: "scan", symColor: H, arms: "scan", anim: "animate-wobble" },
|
|
606
605
|
alertVibrate: { eyes: "wide", mouth: "o", sym: "warning", symColor: H, body: H, arms: "alarm", anim: "animate-vibrate" },
|
|
607
606
|
faultReset: { eyes: "dizzy", mouth: "flat", sym: "broken", symColor: j, body: j, anim: "animate-reset-spin" },
|
|
608
607
|
investigate: { eyes: "neutral", mouth: "flat", sym: "scan", symColor: i, arms: "scan", anim: "animate-pacing" },
|
|
609
|
-
clearGreen: { eyes: "happy", mouth: "smile", sym: "check", symColor:
|
|
608
|
+
clearGreen: { eyes: "happy", mouth: "smile", sym: "check", symColor: R, body: R, arms: "spread", anim: "animate-breathe" },
|
|
610
609
|
// 定位与学习
|
|
611
610
|
locatePhysical: { eyes: "lookdown", mouth: "smileSoft", sym: "pin", symColor: i, arms: "point", anim: "animate-robot-float" },
|
|
612
611
|
locateFault: { eyes: "confused", mouth: "flat", sym: "target", symColor: q, arms: "scan", anim: "animate-pacing" },
|
|
@@ -614,7 +613,7 @@ const $e = {
|
|
|
614
613
|
learning: { eyes: "lookdown", mouth: "smileSoft", sym: "book", symColor: "var(--robot-blue-dark)", arms: "humble", anim: "animate-nod" },
|
|
615
614
|
// 消息状态
|
|
616
615
|
msgSending: { eyes: "neutral", mouth: "flat", sym: "plane", symColor: i, arms: "scanArmRight", anim: "animate-robot-float" },
|
|
617
|
-
msgSent: { eyes: "happy", mouth: "smile", sym: "msgOk", symColor:
|
|
616
|
+
msgSent: { eyes: "happy", mouth: "smile", sym: "msgOk", symColor: R, arms: "thumbsUp", anim: "animate-robot-float" },
|
|
618
617
|
msgFailed: { eyes: "sad", mouth: "frown", sym: "msgFail", symColor: q, sweat: !0, arms: "droopArms", anim: "animate-robot-shake" },
|
|
619
618
|
msgReceiving: { eyes: "neutral", mouth: "smileSoft", sym: "msgIn", symColor: "var(--robot-amber)", arms: "chinRest", anim: "animate-nod" },
|
|
620
619
|
// 富表现力情绪
|
|
@@ -646,7 +645,7 @@ const $e = {
|
|
|
646
645
|
ironMountain: { eyes: "smug", mouth: "smile", blushPink: !0, signalAnim: "animate-signal-iron", signalOverride: "oklch(0.78 0.18 72)", anim: "animate-iron-hip" },
|
|
647
646
|
trafficRed: { eyes: "wide", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor: q, body: q, signalAnim: "animate-signal-red", signalOverride: q, anim: "animate-traffic-stop" },
|
|
648
647
|
trafficYellow: { eyes: "thinkEyes", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor: Z, body: Z, signalAnim: "animate-signal-soft", signalOverride: Z, anim: "animate-traffic-wait" },
|
|
649
|
-
trafficGreen: { eyes: "happy", mouth: "smile", arms: "trafficGuide", sym: "check", symColor:
|
|
648
|
+
trafficGreen: { eyes: "happy", mouth: "smile", arms: "trafficGuide", sym: "check", symColor: R, body: R, signalAnim: "animate-signal-shield", signalOverride: R, anim: "animate-traffic-go" },
|
|
650
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" }
|
|
651
650
|
}, m = {
|
|
652
651
|
// 基础互动 优化版
|
|
@@ -685,7 +684,7 @@ const $e = {
|
|
|
685
684
|
ironMountain: "animate-iron-hip",
|
|
686
685
|
playBasketball: "animate-bball-body",
|
|
687
686
|
sing: "animate-sing-body"
|
|
688
|
-
},
|
|
687
|
+
}, k = {
|
|
689
688
|
// 基础互动
|
|
690
689
|
nod: "approve",
|
|
691
690
|
shakeHead: "denyPush",
|
|
@@ -753,9 +752,9 @@ const $e = {
|
|
|
753
752
|
// 橙黄 - 铁山靠
|
|
754
753
|
trafficRed: q,
|
|
755
754
|
trafficYellow: Z,
|
|
756
|
-
trafficGreen:
|
|
755
|
+
trafficGreen: R,
|
|
757
756
|
sing: "oklch(0.82 0.16 72)"
|
|
758
|
-
},
|
|
757
|
+
}, O = {
|
|
759
758
|
celebrate: "confetti",
|
|
760
759
|
victoryPose: "confetti",
|
|
761
760
|
fingerSparkle: "particles",
|
|
@@ -873,11 +872,11 @@ const $e = {
|
|
|
873
872
|
trafficGuide: { l: -36, r: 0, ra: "animate-traffic-arm" },
|
|
874
873
|
// 唱歌指挥:双手轻轻打拍子
|
|
875
874
|
conductMusic: { l: 54, r: -54, la: "animate-conduct-arm-l", ra: "animate-conduct-arm-r" }
|
|
876
|
-
}, s =
|
|
877
|
-
() => w[
|
|
878
|
-
), ae =
|
|
879
|
-
() => s.value.signalAnim &&
|
|
880
|
-
),
|
|
875
|
+
}, s = b(() => h[d.emotion]), I = b(() => s.value.body ?? Ps), oe = b(() => m[d.action] ?? s.value.anim), D = b(() => k[d.action] ?? s.value.arms ?? "down"), N = b(() => le[D.value]), E = b(
|
|
876
|
+
() => w[d.action] ?? s.value.signalOverride ?? "var(--robot-amber)"
|
|
877
|
+
), ae = b(
|
|
878
|
+
() => s.value.signalAnim && d.action === "idle" ? s.value.signalAnim : ""
|
|
879
|
+
), P = b(() => O[d.action] ?? "none"), L = b(() => d.action === "trafficRed" || d.emotion === "trafficRed" ? "red" : d.action === "trafficYellow" || d.emotion === "trafficYellow" ? "yellow" : d.action === "trafficGreen" || d.emotion === "trafficGreen" ? "green" : null), se = b(() => d.action === "sing" || d.emotion === "singing"), ie = [
|
|
881
880
|
{ x: 62, y: 64, note: "♪", delay: 0 },
|
|
882
881
|
{ x: 184, y: 76, note: "♫", delay: 0.22 },
|
|
883
882
|
{ x: 48, y: 116, note: "♬", delay: 0.44 },
|
|
@@ -930,7 +929,7 @@ const $e = {
|
|
|
930
929
|
}), we(() => {
|
|
931
930
|
window.removeEventListener("mousemove", X), Y && clearTimeout(Y);
|
|
932
931
|
});
|
|
933
|
-
const
|
|
932
|
+
const v = b(() => F.value.x), A = b(() => F.value.y), de = b(() => d.emotion === "excited" || d.emotion === "eureka" || d.emotion === "eurekaClap"), ue = b(() => ({ transform: `rotate(${K.value * 0.4}deg)` })), ye = b(() => {
|
|
934
933
|
const g = {
|
|
935
934
|
transformBox: "fill-box",
|
|
936
935
|
transformOrigin: "right center",
|
|
@@ -938,7 +937,7 @@ const $e = {
|
|
|
938
937
|
"--arm-base": `${N.value.l}deg`
|
|
939
938
|
};
|
|
940
939
|
return N.value.la || (g.transform = `rotate(${N.value.l}deg)`), g;
|
|
941
|
-
}), me =
|
|
940
|
+
}), me = b(() => {
|
|
942
941
|
const g = {
|
|
943
942
|
transformBox: "fill-box",
|
|
944
943
|
transformOrigin: "left center",
|
|
@@ -946,7 +945,7 @@ const $e = {
|
|
|
946
945
|
"--arm-base": `${N.value.r}deg`
|
|
947
946
|
};
|
|
948
947
|
return N.value.ra || (g.transform = `rotate(${N.value.r}deg)`), g;
|
|
949
|
-
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"],
|
|
948
|
+
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"], p = b(() => Q.value && !he.includes(s.value.eyes) ? "closed" : s.value.eyes), fe = [
|
|
950
949
|
{ x: 70, y: 78, delay: 0 },
|
|
951
950
|
{ x: 172, y: 84, delay: 0.4 },
|
|
952
951
|
{ x: 160, y: 150, delay: 0.8 }
|
|
@@ -962,7 +961,7 @@ const $e = {
|
|
|
962
961
|
"aria-hidden": "true"
|
|
963
962
|
}, [
|
|
964
963
|
e("div", {
|
|
965
|
-
style:
|
|
964
|
+
style: _(ue.value)
|
|
966
965
|
}, [
|
|
967
966
|
e("div", {
|
|
968
967
|
class: B(oe.value)
|
|
@@ -976,15 +975,15 @@ const $e = {
|
|
|
976
975
|
stroke: I.value,
|
|
977
976
|
"stroke-width": "6",
|
|
978
977
|
"stroke-linecap": "round"
|
|
979
|
-
}, null, 8,
|
|
978
|
+
}, null, 8, Pt),
|
|
980
979
|
e("circle", {
|
|
981
980
|
cx: "120",
|
|
982
981
|
cy: "22",
|
|
983
982
|
r: "11",
|
|
984
983
|
fill: E.value,
|
|
985
|
-
style:
|
|
986
|
-
class: B(["animate-antenna-pulse",
|
|
987
|
-
}, null, 14,
|
|
984
|
+
style: _({ transition: "fill 0.6s ease", filter: `drop-shadow(0 0 5px ${E.value})` }),
|
|
985
|
+
class: B(["animate-antenna-pulse", P.value === "scan-ring" || n.action === "signalBreathe" ? "animate-signal-breathe" : "", ae.value])
|
|
986
|
+
}, null, 14, Lt),
|
|
988
987
|
e("rect", {
|
|
989
988
|
x: "44",
|
|
990
989
|
y: "40",
|
|
@@ -1063,7 +1062,7 @@ const $e = {
|
|
|
1063
1062
|
rx: "20",
|
|
1064
1063
|
fill: "oklch(1 0 0 / 0.06)"
|
|
1065
1064
|
}, null, -1)),
|
|
1066
|
-
|
|
1065
|
+
p.value === "closed" ? (t(), l("g", {
|
|
1067
1066
|
key: 3,
|
|
1068
1067
|
stroke: i,
|
|
1069
1068
|
"stroke-width": "5",
|
|
@@ -1071,12 +1070,12 @@ const $e = {
|
|
|
1071
1070
|
fill: "none"
|
|
1072
1071
|
}, [
|
|
1073
1072
|
e("path", {
|
|
1074
|
-
d: `M ${
|
|
1073
|
+
d: `M ${c - 11} ${o} q 11 7 22 0`
|
|
1075
1074
|
}, null, 8, Ut),
|
|
1076
1075
|
e("path", {
|
|
1077
1076
|
d: `M ${u - 11} ${o} q 11 7 22 0`
|
|
1078
1077
|
}, null, 8, jt)
|
|
1079
|
-
])) :
|
|
1078
|
+
])) : p.value === "happy" ? (t(), l("g", {
|
|
1080
1079
|
key: 4,
|
|
1081
1080
|
stroke: i,
|
|
1082
1081
|
"stroke-width": "6",
|
|
@@ -1084,14 +1083,14 @@ const $e = {
|
|
|
1084
1083
|
fill: "none"
|
|
1085
1084
|
}, [
|
|
1086
1085
|
e("path", {
|
|
1087
|
-
d: `M ${
|
|
1086
|
+
d: `M ${c - 11} ${o + 3} q 11 -16 22 0`
|
|
1088
1087
|
}, null, 8, Ft),
|
|
1089
1088
|
e("path", {
|
|
1090
1089
|
d: `M ${u - 11} ${o + 3} q 11 -16 22 0`
|
|
1091
1090
|
}, null, 8, Qt)
|
|
1092
|
-
])) :
|
|
1091
|
+
])) : p.value === "arcHappy" ? (t(), l("g", Yt, [
|
|
1093
1092
|
e("path", {
|
|
1094
|
-
d: `M ${
|
|
1093
|
+
d: `M ${c - 13} ${o + 4} q 13 -20 26 0`,
|
|
1095
1094
|
stroke: i,
|
|
1096
1095
|
"stroke-width": "7",
|
|
1097
1096
|
"stroke-linecap": "round",
|
|
@@ -1105,7 +1104,7 @@ const $e = {
|
|
|
1105
1104
|
fill: "none"
|
|
1106
1105
|
}, null, 8, Vt),
|
|
1107
1106
|
e("rect", {
|
|
1108
|
-
x:
|
|
1107
|
+
x: c - 14,
|
|
1109
1108
|
y: o - 14,
|
|
1110
1109
|
width: "28",
|
|
1111
1110
|
height: "18",
|
|
@@ -1118,26 +1117,26 @@ const $e = {
|
|
|
1118
1117
|
height: "18",
|
|
1119
1118
|
fill: "var(--robot-screen)"
|
|
1120
1119
|
}, null, 8, Kt)
|
|
1121
|
-
])) :
|
|
1120
|
+
])) : p.value === "narrow" ? (t(), l("g", {
|
|
1122
1121
|
key: 6,
|
|
1123
1122
|
fill: i
|
|
1124
1123
|
}, [
|
|
1125
1124
|
e("ellipse", {
|
|
1126
|
-
cx:
|
|
1125
|
+
cx: c + v.value * 0.4,
|
|
1127
1126
|
cy: o,
|
|
1128
1127
|
rx: "5",
|
|
1129
1128
|
ry: "11"
|
|
1130
1129
|
}, null, 8, Xt),
|
|
1131
1130
|
e("ellipse", {
|
|
1132
|
-
cx: u +
|
|
1131
|
+
cx: u + v.value * 0.4,
|
|
1133
1132
|
cy: o,
|
|
1134
1133
|
rx: "5",
|
|
1135
1134
|
ry: "11"
|
|
1136
1135
|
}, null, 8, el),
|
|
1137
1136
|
e("line", {
|
|
1138
|
-
x1:
|
|
1137
|
+
x1: c - 11,
|
|
1139
1138
|
y1: o - 12,
|
|
1140
|
-
x2:
|
|
1139
|
+
x2: c + 9,
|
|
1141
1140
|
y2: o - 6,
|
|
1142
1141
|
stroke: i,
|
|
1143
1142
|
"stroke-width": "5",
|
|
@@ -1152,12 +1151,12 @@ const $e = {
|
|
|
1152
1151
|
"stroke-width": "5",
|
|
1153
1152
|
"stroke-linecap": "round"
|
|
1154
1153
|
}, null, 8, ll)
|
|
1155
|
-
])) :
|
|
1154
|
+
])) : p.value === "droopy" ? (t(), l("g", {
|
|
1156
1155
|
key: 7,
|
|
1157
1156
|
fill: i
|
|
1158
1157
|
}, [
|
|
1159
1158
|
e("ellipse", {
|
|
1160
|
-
cx:
|
|
1159
|
+
cx: c,
|
|
1161
1160
|
cy: o + 3,
|
|
1162
1161
|
rx: "8",
|
|
1163
1162
|
ry: "10"
|
|
@@ -1169,9 +1168,9 @@ const $e = {
|
|
|
1169
1168
|
ry: "10"
|
|
1170
1169
|
}, null, 8, al),
|
|
1171
1170
|
e("line", {
|
|
1172
|
-
x1:
|
|
1171
|
+
x1: c + 5,
|
|
1173
1172
|
y1: o - 8,
|
|
1174
|
-
x2:
|
|
1173
|
+
x2: c + 12,
|
|
1175
1174
|
y2: o - 2,
|
|
1176
1175
|
stroke: i,
|
|
1177
1176
|
"stroke-width": "4",
|
|
@@ -1186,22 +1185,22 @@ const $e = {
|
|
|
1186
1185
|
"stroke-width": "4",
|
|
1187
1186
|
"stroke-linecap": "round"
|
|
1188
1187
|
}, null, 8, il)
|
|
1189
|
-
])) :
|
|
1188
|
+
])) : p.value === "softRound" ? (t(), l("g", {
|
|
1190
1189
|
key: 8,
|
|
1191
1190
|
fill: i
|
|
1192
1191
|
}, [
|
|
1193
1192
|
e("circle", {
|
|
1194
|
-
cx:
|
|
1193
|
+
cx: c + v.value * 0.2,
|
|
1195
1194
|
cy: o + A.value * 0.2,
|
|
1196
1195
|
r: "9"
|
|
1197
1196
|
}, null, 8, nl),
|
|
1198
1197
|
e("circle", {
|
|
1199
|
-
cx: u +
|
|
1198
|
+
cx: u + v.value * 0.2,
|
|
1200
1199
|
cy: o + A.value * 0.2,
|
|
1201
1200
|
r: "9"
|
|
1202
1201
|
}, null, 8, rl),
|
|
1203
1202
|
e("circle", {
|
|
1204
|
-
cx:
|
|
1203
|
+
cx: c + 3,
|
|
1205
1204
|
cy: o - 3,
|
|
1206
1205
|
r: "2.5",
|
|
1207
1206
|
fill: "var(--robot-screen)"
|
|
@@ -1212,12 +1211,12 @@ const $e = {
|
|
|
1212
1211
|
r: "2.5",
|
|
1213
1212
|
fill: "var(--robot-screen)"
|
|
1214
1213
|
}, null, 8, dl)
|
|
1215
|
-
])) :
|
|
1214
|
+
])) : p.value === "bigRound" ? (t(), l("g", {
|
|
1216
1215
|
key: 9,
|
|
1217
1216
|
fill: i
|
|
1218
1217
|
}, [
|
|
1219
1218
|
e("circle", {
|
|
1220
|
-
cx:
|
|
1219
|
+
cx: c,
|
|
1221
1220
|
cy: o,
|
|
1222
1221
|
r: "15",
|
|
1223
1222
|
fill: "oklch(1 0 0 / 0.96)"
|
|
@@ -1229,19 +1228,19 @@ const $e = {
|
|
|
1229
1228
|
fill: "oklch(1 0 0 / 0.96)"
|
|
1230
1229
|
}),
|
|
1231
1230
|
e("circle", {
|
|
1232
|
-
cx:
|
|
1231
|
+
cx: c + v.value * 0.5,
|
|
1233
1232
|
cy: o + A.value * 0.5,
|
|
1234
1233
|
r: "8",
|
|
1235
1234
|
fill: i
|
|
1236
1235
|
}, null, 8, ul),
|
|
1237
1236
|
e("circle", {
|
|
1238
|
-
cx: u +
|
|
1237
|
+
cx: u + v.value * 0.5,
|
|
1239
1238
|
cy: o + A.value * 0.5,
|
|
1240
1239
|
r: "8",
|
|
1241
1240
|
fill: i
|
|
1242
1241
|
}, null, 8, yl),
|
|
1243
1242
|
e("circle", {
|
|
1244
|
-
cx:
|
|
1243
|
+
cx: c + 5,
|
|
1245
1244
|
cy: o - 5,
|
|
1246
1245
|
r: "3",
|
|
1247
1246
|
fill: "oklch(1 0 0 / 0.9)"
|
|
@@ -1252,12 +1251,12 @@ const $e = {
|
|
|
1252
1251
|
r: "3",
|
|
1253
1252
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1254
1253
|
}, null, 8, hl)
|
|
1255
|
-
])) :
|
|
1254
|
+
])) : p.value === "halfDroopy" ? (t(), l("g", {
|
|
1256
1255
|
key: 10,
|
|
1257
1256
|
fill: i
|
|
1258
1257
|
}, [
|
|
1259
1258
|
e("ellipse", {
|
|
1260
|
-
cx:
|
|
1259
|
+
cx: c,
|
|
1261
1260
|
cy: o + 2,
|
|
1262
1261
|
rx: "10",
|
|
1263
1262
|
ry: "11",
|
|
@@ -1271,7 +1270,7 @@ const $e = {
|
|
|
1271
1270
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1272
1271
|
}, null, 8, kl),
|
|
1273
1272
|
e("ellipse", {
|
|
1274
|
-
cx:
|
|
1273
|
+
cx: c,
|
|
1275
1274
|
cy: o + 5,
|
|
1276
1275
|
rx: "6",
|
|
1277
1276
|
ry: "7",
|
|
@@ -1285,7 +1284,7 @@ const $e = {
|
|
|
1285
1284
|
fill: i
|
|
1286
1285
|
}, null, 8, xl),
|
|
1287
1286
|
e("rect", {
|
|
1288
|
-
x:
|
|
1287
|
+
x: c - 12,
|
|
1289
1288
|
y: o - 12,
|
|
1290
1289
|
width: "24",
|
|
1291
1290
|
height: "12",
|
|
@@ -1297,8 +1296,8 @@ const $e = {
|
|
|
1297
1296
|
width: "24",
|
|
1298
1297
|
height: "12",
|
|
1299
1298
|
fill: "var(--robot-screen)"
|
|
1300
|
-
}, null, 8,
|
|
1301
|
-
])) :
|
|
1299
|
+
}, null, 8, vl)
|
|
1300
|
+
])) : p.value === "peekSlit" ? (t(), l("g", {
|
|
1302
1301
|
key: 11,
|
|
1303
1302
|
stroke: i,
|
|
1304
1303
|
"stroke-width": "4",
|
|
@@ -1306,37 +1305,37 @@ const $e = {
|
|
|
1306
1305
|
fill: "none"
|
|
1307
1306
|
}, [
|
|
1308
1307
|
e("line", {
|
|
1309
|
-
x1:
|
|
1308
|
+
x1: c - 9,
|
|
1310
1309
|
y1: o,
|
|
1311
|
-
x2:
|
|
1310
|
+
x2: c + 9,
|
|
1312
1311
|
y2: o
|
|
1313
|
-
}, null, 8,
|
|
1312
|
+
}, null, 8, _l),
|
|
1314
1313
|
e("line", {
|
|
1315
1314
|
x1: u - 9,
|
|
1316
1315
|
y1: o,
|
|
1317
1316
|
x2: u + 9,
|
|
1318
1317
|
y2: o
|
|
1319
1318
|
}, null, 8, bl)
|
|
1320
|
-
])) :
|
|
1319
|
+
])) : p.value === "halfSquint" ? (t(), l("g", {
|
|
1321
1320
|
key: 12,
|
|
1322
1321
|
fill: i
|
|
1323
1322
|
}, [
|
|
1324
1323
|
e("ellipse", {
|
|
1325
|
-
cx:
|
|
1324
|
+
cx: c,
|
|
1326
1325
|
cy: o + 1,
|
|
1327
1326
|
rx: "7",
|
|
1328
1327
|
ry: "9",
|
|
1329
1328
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1330
1329
|
}, null, 8, wl),
|
|
1331
1330
|
e("ellipse", {
|
|
1332
|
-
cx:
|
|
1331
|
+
cx: c + 2,
|
|
1333
1332
|
cy: o + 2,
|
|
1334
1333
|
rx: "4.5",
|
|
1335
1334
|
ry: "6",
|
|
1336
1335
|
fill: i
|
|
1337
1336
|
}, null, 8, $l),
|
|
1338
1337
|
e("rect", {
|
|
1339
|
-
x:
|
|
1338
|
+
x: c - 9,
|
|
1340
1339
|
y: o - 10,
|
|
1341
1340
|
width: "18",
|
|
1342
1341
|
height: "9",
|
|
@@ -1356,12 +1355,12 @@ const $e = {
|
|
|
1356
1355
|
ry: "7",
|
|
1357
1356
|
fill: i
|
|
1358
1357
|
}, null, 8, ql)
|
|
1359
|
-
])) :
|
|
1358
|
+
])) : p.value === "scaredWide" ? (t(), l("g", {
|
|
1360
1359
|
key: 13,
|
|
1361
1360
|
fill: i
|
|
1362
1361
|
}, [
|
|
1363
1362
|
e("circle", {
|
|
1364
|
-
cx:
|
|
1363
|
+
cx: c,
|
|
1365
1364
|
cy: o,
|
|
1366
1365
|
r: "14",
|
|
1367
1366
|
fill: "oklch(1 0 0 / 0.98)"
|
|
@@ -1373,7 +1372,7 @@ const $e = {
|
|
|
1373
1372
|
fill: "oklch(1 0 0 / 0.98)"
|
|
1374
1373
|
}),
|
|
1375
1374
|
e("circle", {
|
|
1376
|
-
cx:
|
|
1375
|
+
cx: c + 3,
|
|
1377
1376
|
cy: o + 2,
|
|
1378
1377
|
r: "7",
|
|
1379
1378
|
fill: i
|
|
@@ -1385,7 +1384,7 @@ const $e = {
|
|
|
1385
1384
|
fill: i
|
|
1386
1385
|
}, null, 8, Sl),
|
|
1387
1386
|
e("circle", {
|
|
1388
|
-
cx:
|
|
1387
|
+
cx: c + 6,
|
|
1389
1388
|
cy: o - 3,
|
|
1390
1389
|
r: "2.5",
|
|
1391
1390
|
fill: "oklch(1 0 0 / 0.95)"
|
|
@@ -1396,12 +1395,12 @@ const $e = {
|
|
|
1396
1395
|
r: "2.5",
|
|
1397
1396
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1398
1397
|
}, null, 8, Bl)
|
|
1399
|
-
])) :
|
|
1398
|
+
])) : p.value === "narrowSlant" ? (t(), l("g", {
|
|
1400
1399
|
key: 14,
|
|
1401
1400
|
fill: i
|
|
1402
1401
|
}, [
|
|
1403
1402
|
e("ellipse", {
|
|
1404
|
-
cx:
|
|
1403
|
+
cx: c,
|
|
1405
1404
|
cy: o,
|
|
1406
1405
|
rx: "11",
|
|
1407
1406
|
ry: "8",
|
|
@@ -1415,7 +1414,7 @@ const $e = {
|
|
|
1415
1414
|
fill: "oklch(1 0 0 / 0.92)"
|
|
1416
1415
|
}),
|
|
1417
1416
|
e("ellipse", {
|
|
1418
|
-
cx:
|
|
1417
|
+
cx: c + 2,
|
|
1419
1418
|
cy: o + 1,
|
|
1420
1419
|
rx: "5",
|
|
1421
1420
|
ry: "6",
|
|
@@ -1429,9 +1428,9 @@ const $e = {
|
|
|
1429
1428
|
fill: i
|
|
1430
1429
|
}, null, 8, zl),
|
|
1431
1430
|
e("line", {
|
|
1432
|
-
x1:
|
|
1431
|
+
x1: c - 12,
|
|
1433
1432
|
y1: o - 7,
|
|
1434
|
-
x2:
|
|
1433
|
+
x2: c + 10,
|
|
1435
1434
|
y2: o - 4,
|
|
1436
1435
|
stroke: i,
|
|
1437
1436
|
"stroke-width": "5",
|
|
@@ -1446,16 +1445,16 @@ const $e = {
|
|
|
1446
1445
|
"stroke-width": "5",
|
|
1447
1446
|
"stroke-linecap": "round"
|
|
1448
1447
|
}, null, 8, Il)
|
|
1449
|
-
])) :
|
|
1448
|
+
])) : p.value === "dashEyes" ? (t(), l("g", {
|
|
1450
1449
|
key: 15,
|
|
1451
1450
|
stroke: i,
|
|
1452
1451
|
"stroke-width": "6",
|
|
1453
1452
|
"stroke-linecap": "round"
|
|
1454
1453
|
}, [
|
|
1455
1454
|
e("line", {
|
|
1456
|
-
x1:
|
|
1455
|
+
x1: c - 10,
|
|
1457
1456
|
y1: o,
|
|
1458
|
-
x2:
|
|
1457
|
+
x2: c + 10,
|
|
1459
1458
|
y2: o
|
|
1460
1459
|
}, null, 8, Nl),
|
|
1461
1460
|
e("line", {
|
|
@@ -1464,23 +1463,23 @@ const $e = {
|
|
|
1464
1463
|
x2: u + 10,
|
|
1465
1464
|
y2: o
|
|
1466
1465
|
}, null, 8, Tl)
|
|
1467
|
-
])) :
|
|
1466
|
+
])) : p.value === "halfClosed" ? (t(), l("g", Dl, [
|
|
1468
1467
|
e("ellipse", {
|
|
1469
|
-
cx:
|
|
1468
|
+
cx: c,
|
|
1470
1469
|
cy: o + 2,
|
|
1471
1470
|
rx: "11",
|
|
1472
1471
|
ry: "12",
|
|
1473
1472
|
fill: "oklch(1 0 0 / 0.88)"
|
|
1474
|
-
}, null, 8,
|
|
1473
|
+
}, null, 8, Pl),
|
|
1475
1474
|
e("ellipse", {
|
|
1476
1475
|
cx: u,
|
|
1477
1476
|
cy: o + 2,
|
|
1478
1477
|
rx: "11",
|
|
1479
1478
|
ry: "12",
|
|
1480
1479
|
fill: "oklch(1 0 0 / 0.88)"
|
|
1481
|
-
}, null, 8,
|
|
1480
|
+
}, null, 8, Ll),
|
|
1482
1481
|
e("ellipse", {
|
|
1483
|
-
cx:
|
|
1482
|
+
cx: c,
|
|
1484
1483
|
cy: o + 5,
|
|
1485
1484
|
rx: "6",
|
|
1486
1485
|
ry: "7",
|
|
@@ -1494,7 +1493,7 @@ const $e = {
|
|
|
1494
1493
|
fill: i
|
|
1495
1494
|
}, null, 8, Gl),
|
|
1496
1495
|
e("rect", {
|
|
1497
|
-
x:
|
|
1496
|
+
x: c - 13,
|
|
1498
1497
|
y: o - 13,
|
|
1499
1498
|
width: "26",
|
|
1500
1499
|
height: "16",
|
|
@@ -1508,7 +1507,7 @@ const $e = {
|
|
|
1508
1507
|
fill: "var(--robot-screen)"
|
|
1509
1508
|
}, null, 8, Zl),
|
|
1510
1509
|
e("path", {
|
|
1511
|
-
d: `M ${
|
|
1510
|
+
d: `M ${c - 11} ${o + 3} q 11 -6 22 0`,
|
|
1512
1511
|
stroke: i,
|
|
1513
1512
|
"stroke-width": "4.5",
|
|
1514
1513
|
"stroke-linecap": "round",
|
|
@@ -1521,12 +1520,12 @@ const $e = {
|
|
|
1521
1520
|
"stroke-linecap": "round",
|
|
1522
1521
|
fill: "none"
|
|
1523
1522
|
}, null, 8, jl)
|
|
1524
|
-
])) :
|
|
1523
|
+
])) : p.value === "thinkEyes" ? (t(), l("g", {
|
|
1525
1524
|
key: 17,
|
|
1526
1525
|
fill: i
|
|
1527
1526
|
}, [
|
|
1528
1527
|
e("ellipse", {
|
|
1529
|
-
cx:
|
|
1528
|
+
cx: c,
|
|
1530
1529
|
cy: o,
|
|
1531
1530
|
rx: "9",
|
|
1532
1531
|
ry: "10",
|
|
@@ -1540,7 +1539,7 @@ const $e = {
|
|
|
1540
1539
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1541
1540
|
}),
|
|
1542
1541
|
e("ellipse", {
|
|
1543
|
-
cx:
|
|
1542
|
+
cx: c,
|
|
1544
1543
|
cy: o - 2,
|
|
1545
1544
|
rx: "5.5",
|
|
1546
1545
|
ry: "6.5",
|
|
@@ -1554,9 +1553,9 @@ const $e = {
|
|
|
1554
1553
|
fill: i
|
|
1555
1554
|
}, null, 8, Ql),
|
|
1556
1555
|
e("line", {
|
|
1557
|
-
x1:
|
|
1556
|
+
x1: c - 8,
|
|
1558
1557
|
y1: o - 12,
|
|
1559
|
-
x2:
|
|
1558
|
+
x2: c + 6,
|
|
1560
1559
|
y2: o - 9,
|
|
1561
1560
|
stroke: i,
|
|
1562
1561
|
"stroke-width": "3.5",
|
|
@@ -1571,12 +1570,12 @@ const $e = {
|
|
|
1571
1570
|
"stroke-width": "3.5",
|
|
1572
1571
|
"stroke-linecap": "round"
|
|
1573
1572
|
}, null, 8, Wl)
|
|
1574
|
-
])) :
|
|
1573
|
+
])) : p.value === "blankDot" ? (t(), l("g", {
|
|
1575
1574
|
key: 18,
|
|
1576
1575
|
fill: i
|
|
1577
1576
|
}, [
|
|
1578
1577
|
e("circle", {
|
|
1579
|
-
cx:
|
|
1578
|
+
cx: c,
|
|
1580
1579
|
cy: o,
|
|
1581
1580
|
r: "10",
|
|
1582
1581
|
fill: "oklch(1 0 0 / 0.9)"
|
|
@@ -1588,7 +1587,7 @@ const $e = {
|
|
|
1588
1587
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1589
1588
|
}),
|
|
1590
1589
|
e("circle", {
|
|
1591
|
-
cx:
|
|
1590
|
+
cx: c,
|
|
1592
1591
|
cy: o,
|
|
1593
1592
|
r: "4",
|
|
1594
1593
|
fill: i
|
|
@@ -1599,9 +1598,9 @@ const $e = {
|
|
|
1599
1598
|
r: "4",
|
|
1600
1599
|
fill: i
|
|
1601
1600
|
})
|
|
1602
|
-
])) :
|
|
1601
|
+
])) : p.value === "heavyLid" ? (t(), l("g", Vl, [
|
|
1603
1602
|
e("ellipse", {
|
|
1604
|
-
cx:
|
|
1603
|
+
cx: c,
|
|
1605
1604
|
cy: o + 3,
|
|
1606
1605
|
rx: "11",
|
|
1607
1606
|
ry: "12",
|
|
@@ -1615,7 +1614,7 @@ const $e = {
|
|
|
1615
1614
|
fill: "oklch(1 0 0 / 0.85)"
|
|
1616
1615
|
}, null, 8, Kl),
|
|
1617
1616
|
e("ellipse", {
|
|
1618
|
-
cx:
|
|
1617
|
+
cx: c,
|
|
1619
1618
|
cy: o + 7,
|
|
1620
1619
|
rx: "5",
|
|
1621
1620
|
ry: "6",
|
|
@@ -1629,7 +1628,7 @@ const $e = {
|
|
|
1629
1628
|
fill: i
|
|
1630
1629
|
}, null, 8, eo),
|
|
1631
1630
|
e("rect", {
|
|
1632
|
-
x:
|
|
1631
|
+
x: c - 13,
|
|
1633
1632
|
y: o - 14,
|
|
1634
1633
|
width: "26",
|
|
1635
1634
|
height: "20",
|
|
@@ -1643,7 +1642,7 @@ const $e = {
|
|
|
1643
1642
|
fill: "var(--robot-screen)"
|
|
1644
1643
|
}, null, 8, lo),
|
|
1645
1644
|
e("path", {
|
|
1646
|
-
d: `M ${
|
|
1645
|
+
d: `M ${c - 11} ${o + 6} q 11 -4 22 0`,
|
|
1647
1646
|
stroke: i,
|
|
1648
1647
|
"stroke-width": "5",
|
|
1649
1648
|
"stroke-linecap": "round",
|
|
@@ -1656,7 +1655,7 @@ const $e = {
|
|
|
1656
1655
|
"stroke-linecap": "round",
|
|
1657
1656
|
fill: "none"
|
|
1658
1657
|
}, null, 8, ao)
|
|
1659
|
-
])) :
|
|
1658
|
+
])) : p.value === "smug" ? (t(), l("g", {
|
|
1660
1659
|
key: 20,
|
|
1661
1660
|
stroke: i,
|
|
1662
1661
|
"stroke-width": "5",
|
|
@@ -1664,21 +1663,21 @@ const $e = {
|
|
|
1664
1663
|
fill: "none"
|
|
1665
1664
|
}, [
|
|
1666
1665
|
e("path", {
|
|
1667
|
-
d: `M ${
|
|
1666
|
+
d: `M ${c - 11} ${o - 2} q 11 9 22 2`
|
|
1668
1667
|
}, null, 8, so),
|
|
1669
1668
|
e("path", {
|
|
1670
1669
|
d: `M ${u - 11} ${o - 2} q 11 9 22 2`
|
|
1671
1670
|
}, null, 8, io)
|
|
1672
|
-
])) :
|
|
1671
|
+
])) : p.value === "cool" ? (t(), l("g", {
|
|
1673
1672
|
key: 21,
|
|
1674
1673
|
stroke: i,
|
|
1675
1674
|
"stroke-width": "5",
|
|
1676
1675
|
"stroke-linecap": "round"
|
|
1677
1676
|
}, [
|
|
1678
1677
|
e("line", {
|
|
1679
|
-
x1:
|
|
1678
|
+
x1: c - 11,
|
|
1680
1679
|
y1: o,
|
|
1681
|
-
x2:
|
|
1680
|
+
x2: c + 11,
|
|
1682
1681
|
y2: o
|
|
1683
1682
|
}, null, 8, no),
|
|
1684
1683
|
e("line", {
|
|
@@ -1687,7 +1686,7 @@ const $e = {
|
|
|
1687
1686
|
x2: u + 11,
|
|
1688
1687
|
y2: o
|
|
1689
1688
|
}, null, 8, ro)
|
|
1690
|
-
])) :
|
|
1689
|
+
])) : p.value === "sad" ? (t(), l("g", {
|
|
1691
1690
|
key: 22,
|
|
1692
1691
|
stroke: i,
|
|
1693
1692
|
"stroke-width": "6",
|
|
@@ -1695,17 +1694,17 @@ const $e = {
|
|
|
1695
1694
|
fill: "none"
|
|
1696
1695
|
}, [
|
|
1697
1696
|
e("path", {
|
|
1698
|
-
d: `M ${
|
|
1697
|
+
d: `M ${c - 11} ${o - 1} q 11 14 22 0`
|
|
1699
1698
|
}, null, 8, co),
|
|
1700
1699
|
e("path", {
|
|
1701
1700
|
d: `M ${u - 11} ${o - 1} q 11 14 22 0`
|
|
1702
1701
|
}, null, 8, uo)
|
|
1703
|
-
])) :
|
|
1702
|
+
])) : p.value === "teary" ? (t(), l("g", {
|
|
1704
1703
|
key: 23,
|
|
1705
1704
|
fill: i
|
|
1706
1705
|
}, [
|
|
1707
1706
|
e("circle", {
|
|
1708
|
-
cx:
|
|
1707
|
+
cx: c,
|
|
1709
1708
|
cy: o + 1,
|
|
1710
1709
|
r: "11",
|
|
1711
1710
|
fill: "oklch(1 0 0 / 0.95)"
|
|
@@ -1717,19 +1716,19 @@ const $e = {
|
|
|
1717
1716
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1718
1717
|
}, null, 8, mo),
|
|
1719
1718
|
e("circle", {
|
|
1720
|
-
cx:
|
|
1719
|
+
cx: c + v.value * 0.3,
|
|
1721
1720
|
cy: o + 3 + A.value * 0.3,
|
|
1722
1721
|
r: "6.5",
|
|
1723
1722
|
fill: i
|
|
1724
1723
|
}, null, 8, ho),
|
|
1725
1724
|
e("circle", {
|
|
1726
|
-
cx: u +
|
|
1725
|
+
cx: u + v.value * 0.3,
|
|
1727
1726
|
cy: o + 3 + A.value * 0.3,
|
|
1728
1727
|
r: "6.5",
|
|
1729
1728
|
fill: i
|
|
1730
1729
|
}, null, 8, fo),
|
|
1731
1730
|
e("circle", {
|
|
1732
|
-
cx:
|
|
1731
|
+
cx: c + 3,
|
|
1733
1732
|
cy: o - 3,
|
|
1734
1733
|
r: "2.5",
|
|
1735
1734
|
fill: "oklch(1 0 0 / 0.95)"
|
|
@@ -1740,16 +1739,16 @@ const $e = {
|
|
|
1740
1739
|
r: "2.5",
|
|
1741
1740
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1742
1741
|
}, null, 8, po)
|
|
1743
|
-
])) :
|
|
1742
|
+
])) : p.value === "angry" ? (t(), l(x, { key: 24 }, [
|
|
1744
1743
|
e("g", {
|
|
1745
1744
|
stroke: i,
|
|
1746
1745
|
"stroke-width": "5",
|
|
1747
1746
|
"stroke-linecap": "round"
|
|
1748
1747
|
}, [
|
|
1749
1748
|
e("line", {
|
|
1750
|
-
x1:
|
|
1749
|
+
x1: c - 12,
|
|
1751
1750
|
y1: o - 13,
|
|
1752
|
-
x2:
|
|
1751
|
+
x2: c + 8,
|
|
1753
1752
|
y2: o - 6
|
|
1754
1753
|
}, null, 8, xo),
|
|
1755
1754
|
e("line", {
|
|
@@ -1761,34 +1760,34 @@ const $e = {
|
|
|
1761
1760
|
]),
|
|
1762
1761
|
e("g", { fill: i }, [
|
|
1763
1762
|
e("ellipse", {
|
|
1764
|
-
cx:
|
|
1763
|
+
cx: c + v.value * 0.4,
|
|
1765
1764
|
cy: o + 2,
|
|
1766
1765
|
rx: "7",
|
|
1767
1766
|
ry: "8"
|
|
1768
|
-
}, null, 8,
|
|
1767
|
+
}, null, 8, vo),
|
|
1769
1768
|
e("ellipse", {
|
|
1770
|
-
cx: u +
|
|
1769
|
+
cx: u + v.value * 0.4,
|
|
1771
1770
|
cy: o + 2,
|
|
1772
1771
|
rx: "7",
|
|
1773
1772
|
ry: "8"
|
|
1774
|
-
}, null, 8,
|
|
1773
|
+
}, null, 8, _o)
|
|
1775
1774
|
])
|
|
1776
|
-
], 64)) :
|
|
1775
|
+
], 64)) : p.value === "excited" ? (t(), l("g", {
|
|
1777
1776
|
key: 25,
|
|
1778
1777
|
fill: i
|
|
1779
1778
|
}, [
|
|
1780
1779
|
e("circle", {
|
|
1781
|
-
cx:
|
|
1780
|
+
cx: c + v.value * 0.3,
|
|
1782
1781
|
cy: o + A.value * 0.3,
|
|
1783
1782
|
r: "13"
|
|
1784
1783
|
}, null, 8, bo),
|
|
1785
1784
|
e("circle", {
|
|
1786
|
-
cx: u +
|
|
1785
|
+
cx: u + v.value * 0.3,
|
|
1787
1786
|
cy: o + A.value * 0.3,
|
|
1788
1787
|
r: "13"
|
|
1789
1788
|
}, null, 8, wo),
|
|
1790
1789
|
e("circle", {
|
|
1791
|
-
cx:
|
|
1790
|
+
cx: c + 4,
|
|
1792
1791
|
cy: o - 4,
|
|
1793
1792
|
r: "3",
|
|
1794
1793
|
fill: "var(--robot-screen)"
|
|
@@ -1799,28 +1798,28 @@ const $e = {
|
|
|
1799
1798
|
r: "3",
|
|
1800
1799
|
fill: "var(--robot-screen)"
|
|
1801
1800
|
}, null, 8, Co)
|
|
1802
|
-
])) :
|
|
1801
|
+
])) : p.value === "lookup" ? (t(), l("g", {
|
|
1803
1802
|
key: 26,
|
|
1804
1803
|
fill: i
|
|
1805
1804
|
}, [
|
|
1806
1805
|
e("ellipse", {
|
|
1807
|
-
cx:
|
|
1806
|
+
cx: c + v.value * 0.4,
|
|
1808
1807
|
cy: o - 4,
|
|
1809
1808
|
rx: "7",
|
|
1810
1809
|
ry: "9"
|
|
1811
1810
|
}, null, 8, qo),
|
|
1812
1811
|
e("ellipse", {
|
|
1813
|
-
cx: u +
|
|
1812
|
+
cx: u + v.value * 0.4,
|
|
1814
1813
|
cy: o - 4,
|
|
1815
1814
|
rx: "7",
|
|
1816
1815
|
ry: "9"
|
|
1817
1816
|
}, null, 8, Mo)
|
|
1818
|
-
])) :
|
|
1817
|
+
])) : p.value === "lookdown" ? (t(), l("g", {
|
|
1819
1818
|
key: 27,
|
|
1820
1819
|
fill: i
|
|
1821
1820
|
}, [
|
|
1822
1821
|
e("ellipse", {
|
|
1823
|
-
cx:
|
|
1822
|
+
cx: c,
|
|
1824
1823
|
cy: o + 5,
|
|
1825
1824
|
rx: "7",
|
|
1826
1825
|
ry: "9"
|
|
@@ -1831,12 +1830,12 @@ const $e = {
|
|
|
1831
1830
|
rx: "7",
|
|
1832
1831
|
ry: "9"
|
|
1833
1832
|
}, null, 8, Ao)
|
|
1834
|
-
])) :
|
|
1833
|
+
])) : p.value === "wide" ? (t(), l("g", {
|
|
1835
1834
|
key: 28,
|
|
1836
1835
|
fill: i
|
|
1837
1836
|
}, [
|
|
1838
1837
|
e("circle", {
|
|
1839
|
-
cx:
|
|
1838
|
+
cx: c,
|
|
1840
1839
|
cy: o,
|
|
1841
1840
|
r: "13",
|
|
1842
1841
|
fill: "oklch(1 0 0 / 0.95)"
|
|
@@ -1848,21 +1847,21 @@ const $e = {
|
|
|
1848
1847
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1849
1848
|
}),
|
|
1850
1849
|
e("circle", {
|
|
1851
|
-
cx:
|
|
1850
|
+
cx: c + v.value * 0.5,
|
|
1852
1851
|
cy: o + A.value * 0.5,
|
|
1853
1852
|
r: "6",
|
|
1854
1853
|
fill: i
|
|
1855
1854
|
}, null, 8, Bo),
|
|
1856
1855
|
e("circle", {
|
|
1857
|
-
cx: u +
|
|
1856
|
+
cx: u + v.value * 0.5,
|
|
1858
1857
|
cy: o + A.value * 0.5,
|
|
1859
1858
|
r: "6",
|
|
1860
1859
|
fill: i
|
|
1861
1860
|
}, null, 8, Oo)
|
|
1862
|
-
])) :
|
|
1861
|
+
])) : p.value === "half" ? (t(), l(x, { key: 29 }, [
|
|
1863
1862
|
e("g", { fill: i }, [
|
|
1864
1863
|
e("ellipse", {
|
|
1865
|
-
cx:
|
|
1864
|
+
cx: c,
|
|
1866
1865
|
cy: o + 3,
|
|
1867
1866
|
rx: "7",
|
|
1868
1867
|
ry: "5"
|
|
@@ -1880,9 +1879,9 @@ const $e = {
|
|
|
1880
1879
|
"stroke-linecap": "round"
|
|
1881
1880
|
}, [
|
|
1882
1881
|
e("line", {
|
|
1883
|
-
x1:
|
|
1882
|
+
x1: c - 11,
|
|
1884
1883
|
y1: o - 4,
|
|
1885
|
-
x2:
|
|
1884
|
+
x2: c + 11,
|
|
1886
1885
|
y2: o - 4
|
|
1887
1886
|
}, null, 8, Io),
|
|
1888
1887
|
e("line", {
|
|
@@ -1901,13 +1900,13 @@ const $e = {
|
|
|
1901
1900
|
opacity: "0.6"
|
|
1902
1901
|
}, [
|
|
1903
1902
|
e("path", {
|
|
1904
|
-
d: `M ${
|
|
1903
|
+
d: `M ${c - 9} ${o + 12} q 9 5 18 0`
|
|
1905
1904
|
}, null, 8, To),
|
|
1906
1905
|
e("path", {
|
|
1907
1906
|
d: `M ${u - 9} ${o + 12} q 9 5 18 0`
|
|
1908
1907
|
}, null, 8, Do)
|
|
1909
1908
|
])) : f("", !0)
|
|
1910
|
-
], 64)) :
|
|
1909
|
+
], 64)) : p.value === "dizzy" ? (t(), l("g", {
|
|
1911
1910
|
key: 30,
|
|
1912
1911
|
stroke: i,
|
|
1913
1912
|
"stroke-width": "3",
|
|
@@ -1915,20 +1914,20 @@ const $e = {
|
|
|
1915
1914
|
"stroke-linecap": "round"
|
|
1916
1915
|
}, [
|
|
1917
1916
|
e("path", {
|
|
1918
|
-
d: `M ${
|
|
1919
|
-
}, null, 8,
|
|
1917
|
+
d: `M ${c} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1918
|
+
}, null, 8, Po),
|
|
1920
1919
|
e("path", {
|
|
1921
1920
|
d: `M ${u} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1922
|
-
}, null, 8,
|
|
1923
|
-
])) :
|
|
1921
|
+
}, null, 8, Lo)
|
|
1922
|
+
])) : p.value === "confused" ? (t(), l(x, { key: 31 }, [
|
|
1924
1923
|
e("circle", {
|
|
1925
|
-
cx:
|
|
1924
|
+
cx: c,
|
|
1926
1925
|
cy: o,
|
|
1927
1926
|
r: "10",
|
|
1928
1927
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1929
1928
|
}),
|
|
1930
1929
|
e("circle", {
|
|
1931
|
-
cx:
|
|
1930
|
+
cx: c + v.value * 0.4,
|
|
1932
1931
|
cy: o + A.value * 0.4,
|
|
1933
1932
|
r: "5",
|
|
1934
1933
|
fill: i
|
|
@@ -1942,13 +1941,13 @@ const $e = {
|
|
|
1942
1941
|
"stroke-width": "5",
|
|
1943
1942
|
"stroke-linecap": "round"
|
|
1944
1943
|
}, null, 8, Go)
|
|
1945
|
-
], 64)) :
|
|
1944
|
+
], 64)) : p.value === "blank" ? (t(), l("g", {
|
|
1946
1945
|
key: 32,
|
|
1947
1946
|
fill: i,
|
|
1948
1947
|
opacity: "0.55"
|
|
1949
1948
|
}, [
|
|
1950
1949
|
e("circle", {
|
|
1951
|
-
cx:
|
|
1950
|
+
cx: c,
|
|
1952
1951
|
cy: o,
|
|
1953
1952
|
r: "5"
|
|
1954
1953
|
}),
|
|
@@ -1962,14 +1961,14 @@ const $e = {
|
|
|
1962
1961
|
fill: i
|
|
1963
1962
|
}, [
|
|
1964
1963
|
e("rect", {
|
|
1965
|
-
x:
|
|
1964
|
+
x: c - 8 + v.value,
|
|
1966
1965
|
y: o - 12 + A.value,
|
|
1967
1966
|
width: "16",
|
|
1968
1967
|
height: "24",
|
|
1969
1968
|
rx: "8"
|
|
1970
1969
|
}, null, 8, Ho),
|
|
1971
1970
|
e("rect", {
|
|
1972
|
-
x: u - 8 +
|
|
1971
|
+
x: u - 8 + v.value,
|
|
1973
1972
|
y: o - 12 + A.value,
|
|
1974
1973
|
width: "16",
|
|
1975
1974
|
height: "24",
|
|
@@ -2151,7 +2150,7 @@ const $e = {
|
|
|
2151
2150
|
}, null, 8, Qo)) : f("", !0),
|
|
2152
2151
|
s.value.tear2 ? (t(), l("ellipse", {
|
|
2153
2152
|
key: 38,
|
|
2154
|
-
cx:
|
|
2153
|
+
cx: c - 11,
|
|
2155
2154
|
cy: o + 14,
|
|
2156
2155
|
rx: "4",
|
|
2157
2156
|
ry: "6",
|
|
@@ -2163,7 +2162,7 @@ const $e = {
|
|
|
2163
2162
|
d: W(r.x, r.y),
|
|
2164
2163
|
fill: "var(--robot-amber)",
|
|
2165
2164
|
class: "animate-sparkle",
|
|
2166
|
-
style:
|
|
2165
|
+
style: _({ animationDelay: `${r.delay}s`, transformBox: "fill-box", transformOrigin: "center" })
|
|
2167
2166
|
}, null, 12, Wo)), 64)) : f("", !0),
|
|
2168
2167
|
s.value.sym === "anger" ? (t(), l("g", {
|
|
2169
2168
|
key: 40,
|
|
@@ -2366,7 +2365,7 @@ const $e = {
|
|
|
2366
2365
|
stroke: "var(--robot-screen)",
|
|
2367
2366
|
"stroke-width": "1",
|
|
2368
2367
|
"stroke-linejoin": "round"
|
|
2369
|
-
}, null, 8,
|
|
2368
|
+
}, null, 8, va)) : s.value.sym === "scan" ? (t(), l("g", _a, [
|
|
2370
2369
|
e("circle", {
|
|
2371
2370
|
cx: "166",
|
|
2372
2371
|
cy: "60",
|
|
@@ -2426,7 +2425,7 @@ const $e = {
|
|
|
2426
2425
|
key: $,
|
|
2427
2426
|
d: "M 188 52 q 9 10 0 20",
|
|
2428
2427
|
class: "animate-sound-ripple",
|
|
2429
|
-
style:
|
|
2428
|
+
style: _({ transformOrigin: "188px 62px", animationDelay: `${r}s` })
|
|
2430
2429
|
}, null, 4)), 64))
|
|
2431
2430
|
], 8, Aa)) : s.value.sym === "pin" ? (t(), l("g", Ba, [
|
|
2432
2431
|
e("path", {
|
|
@@ -2534,7 +2533,7 @@ const $e = {
|
|
|
2534
2533
|
e("path", {
|
|
2535
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",
|
|
2536
2535
|
fill: s.value.symColor
|
|
2537
|
-
}, null, 8,
|
|
2536
|
+
}, null, 8, Pa),
|
|
2538
2537
|
a[25] || (a[25] = e("circle", {
|
|
2539
2538
|
cx: "160",
|
|
2540
2539
|
cy: "59",
|
|
@@ -2559,7 +2558,7 @@ const $e = {
|
|
|
2559
2558
|
class: "animate-dot-blink",
|
|
2560
2559
|
style: { animationDelay: "0.4s" }
|
|
2561
2560
|
}, null, -1))
|
|
2562
|
-
])) : s.value.sym === "msgOk" ? (t(), l("g",
|
|
2561
|
+
])) : s.value.sym === "msgOk" ? (t(), l("g", La, [
|
|
2563
2562
|
e("path", {
|
|
2564
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",
|
|
2565
2564
|
fill: s.value.symColor
|
|
@@ -2750,7 +2749,7 @@ const $e = {
|
|
|
2750
2749
|
d: "M 196 96 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",
|
|
2751
2750
|
fill: q,
|
|
2752
2751
|
class: "animate-heart-fly",
|
|
2753
|
-
style:
|
|
2752
|
+
style: _({ animationDelay: `${r}s` })
|
|
2754
2753
|
}, null, 4)), 64)) : f("", !0),
|
|
2755
2754
|
n.action === "ironMountain" ? (t(), l("g", rs, [...a[37] || (a[37] = [
|
|
2756
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)
|
|
@@ -2758,7 +2757,7 @@ const $e = {
|
|
|
2758
2757
|
n.action === "playBasketball" ? (t(), l("g", cs, [...a[38] || (a[38] = [
|
|
2759
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)
|
|
2760
2759
|
])])) : f("", !0),
|
|
2761
|
-
|
|
2760
|
+
L.value ? (t(), l("g", ds, [
|
|
2762
2761
|
a[39] || (a[39] = e("line", {
|
|
2763
2762
|
x1: "230",
|
|
2764
2763
|
y1: "72",
|
|
@@ -2799,24 +2798,24 @@ const $e = {
|
|
|
2799
2798
|
cy: "95",
|
|
2800
2799
|
r: "8.5",
|
|
2801
2800
|
fill: "oklch(0.6 0.23 22)",
|
|
2802
|
-
opacity:
|
|
2803
|
-
class: B(
|
|
2801
|
+
opacity: L.value === "red" ? 1 : 0.22,
|
|
2802
|
+
class: B(L.value === "red" ? "animate-traffic-light-active" : "")
|
|
2804
2803
|
}, null, 10, ys),
|
|
2805
2804
|
e("circle", {
|
|
2806
2805
|
cx: "230",
|
|
2807
2806
|
cy: "115",
|
|
2808
2807
|
r: "8.5",
|
|
2809
2808
|
fill: "oklch(0.84 0.16 95)",
|
|
2810
|
-
opacity:
|
|
2811
|
-
class: B(
|
|
2809
|
+
opacity: L.value === "yellow" ? 1 : 0.22,
|
|
2810
|
+
class: B(L.value === "yellow" ? "animate-traffic-light-active" : "")
|
|
2812
2811
|
}, null, 10, ms),
|
|
2813
2812
|
e("circle", {
|
|
2814
2813
|
cx: "230",
|
|
2815
2814
|
cy: "135",
|
|
2816
2815
|
r: "8.5",
|
|
2817
2816
|
fill: "oklch(0.68 0.16 150)",
|
|
2818
|
-
opacity:
|
|
2819
|
-
class: B(
|
|
2817
|
+
opacity: L.value === "green" ? 1 : 0.22,
|
|
2818
|
+
class: B(L.value === "green" ? "animate-traffic-light-active" : "")
|
|
2820
2819
|
}, null, 10, hs)
|
|
2821
2820
|
])) : f("", !0),
|
|
2822
2821
|
se.value ? (t(), l("g", fs, [
|
|
@@ -2828,7 +2827,7 @@ const $e = {
|
|
|
2828
2827
|
"font-weight": "800",
|
|
2829
2828
|
fill: "oklch(0.82 0.16 72)",
|
|
2830
2829
|
class: "animate-music-note",
|
|
2831
|
-
style:
|
|
2830
|
+
style: _({ animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2832
2831
|
}, y(r.note), 13, ks)), 64))
|
|
2833
2832
|
])) : f("", !0),
|
|
2834
2833
|
D.value === "pray" ? (t(), l("g", ps, [...a[42] || (a[42] = [
|
|
@@ -2847,7 +2846,7 @@ const $e = {
|
|
|
2847
2846
|
"stroke-width": "1.5"
|
|
2848
2847
|
}, null, -1)
|
|
2849
2848
|
])])) : f("", !0),
|
|
2850
|
-
|
|
2849
|
+
P.value === "glow" ? (t(), l("ellipse", {
|
|
2851
2850
|
key: 77,
|
|
2852
2851
|
cx: "120",
|
|
2853
2852
|
cy: "115",
|
|
@@ -2857,7 +2856,7 @@ const $e = {
|
|
|
2857
2856
|
opacity: "0",
|
|
2858
2857
|
class: "animate-body-glow"
|
|
2859
2858
|
}, null, 8, xs)) : f("", !0),
|
|
2860
|
-
|
|
2859
|
+
P.value === "heart-particles" ? (t(), l("g", gs, [
|
|
2861
2860
|
a[43] || (a[43] = e("path", {
|
|
2862
2861
|
d: `M 120 192 C 100 180, 98 162, 110 158 C 116 155, 120 159, 120 162
|
|
2863
2862
|
C 120 159, 124 155, 130 158 C 142 162, 140 180, 120 192 Z`,
|
|
@@ -2876,11 +2875,11 @@ const $e = {
|
|
|
2876
2875
|
${r.x} ${r.y + r.size * 0.9} Z`,
|
|
2877
2876
|
fill: r.color,
|
|
2878
2877
|
class: "animate-heart-rise",
|
|
2879
|
-
style:
|
|
2880
|
-
}, null, 12,
|
|
2878
|
+
style: _({ "--hx": r.hx, animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2879
|
+
}, null, 12, vs)
|
|
2881
2880
|
])), 64))
|
|
2882
2881
|
])) : f("", !0),
|
|
2883
|
-
|
|
2882
|
+
P.value === "flag" ? (t(), l("g", _s, [
|
|
2884
2883
|
a[44] || (a[44] = e("line", {
|
|
2885
2884
|
x1: "120",
|
|
2886
2885
|
y1: "155",
|
|
@@ -2909,7 +2908,7 @@ const $e = {
|
|
|
2909
2908
|
class: "animate-flag-wave"
|
|
2910
2909
|
}, null, -1))
|
|
2911
2910
|
])) : f("", !0),
|
|
2912
|
-
|
|
2911
|
+
P.value === "scan-ring" ? (t(), l("g", ws, [
|
|
2913
2912
|
e("circle", {
|
|
2914
2913
|
cx: "120",
|
|
2915
2914
|
cy: "115",
|
|
@@ -2934,7 +2933,7 @@ const $e = {
|
|
|
2934
2933
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2935
2934
|
}, null, 8, Cs)
|
|
2936
2935
|
])) : f("", !0),
|
|
2937
|
-
|
|
2936
|
+
P.value === "confetti" ? (t(), l("g", qs, [
|
|
2938
2937
|
(t(), l(x, null, C(ne, (r, $) => e("rect", {
|
|
2939
2938
|
key: $,
|
|
2940
2939
|
x: r.x - r.size / 2,
|
|
@@ -2944,7 +2943,7 @@ const $e = {
|
|
|
2944
2943
|
rx: r.size * 0.3,
|
|
2945
2944
|
fill: r.color,
|
|
2946
2945
|
class: "animate-confetti",
|
|
2947
|
-
style:
|
|
2946
|
+
style: _({
|
|
2948
2947
|
"--cx": `${r.cx}px`,
|
|
2949
2948
|
"--cy": `${r.cy}px`,
|
|
2950
2949
|
"--cr": r.cr,
|
|
@@ -2953,7 +2952,7 @@ const $e = {
|
|
|
2953
2952
|
})
|
|
2954
2953
|
}, null, 12, Ms)), 64))
|
|
2955
2954
|
])) : f("", !0),
|
|
2956
|
-
|
|
2955
|
+
P.value === "particles" ? (t(), l("g", Ss, [
|
|
2957
2956
|
(t(), l(x, null, C(ce, (r, $) => e("circle", {
|
|
2958
2957
|
key: $,
|
|
2959
2958
|
cx: r.x,
|
|
@@ -2961,11 +2960,11 @@ const $e = {
|
|
|
2961
2960
|
r: "3",
|
|
2962
2961
|
fill: r.color,
|
|
2963
2962
|
class: "animate-sparkle",
|
|
2964
|
-
style:
|
|
2963
|
+
style: _({ transformBox: "fill-box", transformOrigin: "center", animationDelay: `${r.delay}s` })
|
|
2965
2964
|
}, null, 12, As)), 64))
|
|
2966
2965
|
])) : f("", !0),
|
|
2967
2966
|
e("g", {
|
|
2968
|
-
style:
|
|
2967
|
+
style: _(ye.value),
|
|
2969
2968
|
class: B(N.value.la)
|
|
2970
2969
|
}, [
|
|
2971
2970
|
e("rect", {
|
|
@@ -2991,7 +2990,7 @@ const $e = {
|
|
|
2991
2990
|
}, null, 8, zs)) : f("", !0)
|
|
2992
2991
|
], 6),
|
|
2993
2992
|
e("g", {
|
|
2994
|
-
style:
|
|
2993
|
+
style: _(me.value),
|
|
2995
2994
|
class: B(N.value.ra)
|
|
2996
2995
|
}, [
|
|
2997
2996
|
e("rect", {
|
|
@@ -3043,9 +3042,9 @@ const $e = {
|
|
|
3043
3042
|
width: { default: 220 }
|
|
3044
3043
|
},
|
|
3045
3044
|
setup(n) {
|
|
3046
|
-
return (
|
|
3045
|
+
return (d, h) => (t(), l("div", {
|
|
3047
3046
|
class: "halo",
|
|
3048
|
-
style:
|
|
3047
|
+
style: _({ width: n.width + "px", height: n.width * 0.27 + "px" }),
|
|
3049
3048
|
"aria-hidden": "true"
|
|
3050
3049
|
}, [...h[0] || (h[0] = [
|
|
3051
3050
|
e("span", { class: "halo-ring r1" }, null, -1),
|
|
@@ -3063,10 +3062,10 @@ const $e = {
|
|
|
3063
3062
|
},
|
|
3064
3063
|
emits: ["titleClick", "clockClick"],
|
|
3065
3064
|
setup(n) {
|
|
3066
|
-
return (
|
|
3065
|
+
return (d, h) => (t(), l("header", Hs, [
|
|
3067
3066
|
e("div", {
|
|
3068
3067
|
class: "qbs-top-header__brand",
|
|
3069
|
-
onClick: h[0] || (h[0] = (m) =>
|
|
3068
|
+
onClick: h[0] || (h[0] = (m) => d.$emit("titleClick"))
|
|
3070
3069
|
}, [
|
|
3071
3070
|
h[2] || (h[2] = e("span", null, null, -1)),
|
|
3072
3071
|
e("h1", null, y(n.title), 1)
|
|
@@ -3076,12 +3075,12 @@ const $e = {
|
|
|
3076
3075
|
}, [
|
|
3077
3076
|
(t(), l(x, null, C(5, (m) => e("i", {
|
|
3078
3077
|
key: m,
|
|
3079
|
-
style:
|
|
3078
|
+
style: _({ animationDelay: `${m * 0.12}s` })
|
|
3080
3079
|
}, null, 4)), 64))
|
|
3081
3080
|
], 2),
|
|
3082
3081
|
e("div", {
|
|
3083
3082
|
class: "qbs-top-header__clock",
|
|
3084
|
-
onClick: h[1] || (h[1] = (m) =>
|
|
3083
|
+
onClick: h[1] || (h[1] = (m) => d.$emit("clockClick"))
|
|
3085
3084
|
}, [
|
|
3086
3085
|
e("b", null, y(n.time), 1),
|
|
3087
3086
|
e("small", null, y(n.date), 1)
|
|
@@ -3096,7 +3095,7 @@ const $e = {
|
|
|
3096
3095
|
tag: { default: "" }
|
|
3097
3096
|
},
|
|
3098
3097
|
setup(n) {
|
|
3099
|
-
return (
|
|
3098
|
+
return (d, h) => (t(), l("div", Us, [
|
|
3100
3099
|
e("div", null, y(n.name.charAt(0) || "-"), 1),
|
|
3101
3100
|
e("section", null, [
|
|
3102
3101
|
e("strong", null, y(n.name || "暂未排班"), 1),
|
|
@@ -3129,6 +3128,9 @@ const $e = {
|
|
|
3129
3128
|
{ groupId: 2, groupName: "网络组", users: [{ userId: 103, nickName: "王工", username: "wang" }] }
|
|
3130
3129
|
]
|
|
3131
3130
|
},
|
|
3131
|
+
alert_overview: {
|
|
3132
|
+
stats: { todayTotal: 12, todayPending: 3, todayResolved: 8, overdueTotal: 1 }
|
|
3133
|
+
},
|
|
3132
3134
|
alert_latest: {
|
|
3133
3135
|
total: 3,
|
|
3134
3136
|
stats: { todayTotal: 12, todayPending: 3, overdueTotal: 1, criticalCount: 1, warningCount: 5, infoCount: 6 },
|