@akiraka/quark-big-screen-ui 0.1.13 → 0.1.15
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/QuarkDutyCompact.vue.d.ts +12 -0
- package/dist/components/QuarkDutyCompact.vue.d.ts.map +1 -0
- package/dist/components/QuarkRobot.vue.d.ts.map +1 -1
- package/dist/components/QuarkTopHeader.vue.d.ts +20 -0
- package/dist/components/QuarkTopHeader.vue.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +859 -805
- package/dist/index.umd.cjs +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as M, openBlock as t, createElementBlock as l, normalizeStyle as b, normalizeClass as B, createCommentVNode as f, toDisplayString as y, renderSlot as T, createElementVNode as e, createTextVNode as O, Fragment as x, renderList as C, createBlock as _e, withCtx as ve, computed as v, 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"
|
|
@@ -29,7 +29,7 @@ const $e = {
|
|
|
29
29
|
}, Re = {
|
|
30
30
|
key: 0,
|
|
31
31
|
class: "qbs-panel__live"
|
|
32
|
-
}, Ie = { class: "qbs-panel__body" }, Ne = /* @__PURE__ */
|
|
32
|
+
}, Ie = { class: "qbs-panel__body" }, Ne = /* @__PURE__ */ M({
|
|
33
33
|
__name: "BigScreenPanel",
|
|
34
34
|
props: {
|
|
35
35
|
title: { default: "" },
|
|
@@ -42,67 +42,67 @@ const $e = {
|
|
|
42
42
|
titleSize: { default: "md" },
|
|
43
43
|
overflowHidden: { type: Boolean, default: !0 }
|
|
44
44
|
},
|
|
45
|
-
setup(
|
|
46
|
-
const
|
|
47
|
-
function
|
|
48
|
-
return
|
|
45
|
+
setup(n) {
|
|
46
|
+
const c = n;
|
|
47
|
+
function h(m) {
|
|
48
|
+
return c.corners === "all" ? !0 : c.corners === "none" ? !1 : m === "tl" || m === "br";
|
|
49
49
|
}
|
|
50
|
-
return (m, p) => (
|
|
51
|
-
class:
|
|
52
|
-
`qbs-panel--padding-${
|
|
53
|
-
`qbs-panel--layout-${
|
|
54
|
-
{ "qbs-panel--overflow-hidden":
|
|
50
|
+
return (m, p) => (t(), l("section", {
|
|
51
|
+
class: B(["qbs-panel", [
|
|
52
|
+
`qbs-panel--padding-${n.padding}`,
|
|
53
|
+
`qbs-panel--layout-${n.bodyLayout}`,
|
|
54
|
+
{ "qbs-panel--overflow-hidden": n.overflowHidden }
|
|
55
55
|
]]),
|
|
56
|
-
style:
|
|
56
|
+
style: b({ "--qbs-accent": n.accent })
|
|
57
57
|
}, [
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
58
|
+
h("tl") ? (t(), l("span", $e)) : f("", !0),
|
|
59
|
+
h("tr") ? (t(), l("span", Ce)) : f("", !0),
|
|
60
|
+
h("bl") ? (t(), l("span", qe)) : f("", !0),
|
|
61
|
+
h("br") ? (t(), l("span", Me)) : f("", !0),
|
|
62
|
+
n.title || n.liveLabel || m.$slots["header-center"] || m.$slots["header-extra"] ? (t(), l("header", {
|
|
63
63
|
key: 4,
|
|
64
|
-
class:
|
|
64
|
+
class: B(["qbs-panel__header", `qbs-panel__header--${n.titleSize}`])
|
|
65
65
|
}, [
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
m.$slots["header-prefix"] ? (
|
|
66
|
+
n.showBar ? (t(), l("span", Se)) : f("", !0),
|
|
67
|
+
n.title ? (t(), l("span", Ae, y(n.title), 1)) : f("", !0),
|
|
68
|
+
m.$slots["header-prefix"] ? (t(), l("span", Be, [
|
|
69
69
|
T(m.$slots, "header-prefix", {}, void 0, !0)
|
|
70
|
-
])) :
|
|
71
|
-
m.$slots["header-center"] ? (
|
|
70
|
+
])) : f("", !0),
|
|
71
|
+
m.$slots["header-center"] ? (t(), l("span", Oe, [
|
|
72
72
|
T(m.$slots, "header-center", {}, void 0, !0)
|
|
73
|
-
])) :
|
|
74
|
-
m.$slots["header-extra"] ||
|
|
73
|
+
])) : f("", !0),
|
|
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
77
|
p[0] || (p[0] = e("span", { class: "qbs-panel__live-dot" }, null, -1)),
|
|
78
|
-
O(y(
|
|
79
|
-
])) :
|
|
78
|
+
O(y(n.liveLabel), 1)
|
|
79
|
+
])) : f("", !0)
|
|
80
80
|
], !0)
|
|
81
|
-
])) :
|
|
82
|
-
], 2)) :
|
|
81
|
+
])) : f("", !0)
|
|
82
|
+
], 2)) : f("", !0),
|
|
83
83
|
e("div", Ie, [
|
|
84
84
|
T(m.$slots, "default", {}, void 0, !0)
|
|
85
85
|
])
|
|
86
86
|
], 6));
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
89
|
-
const
|
|
90
|
-
for (const [m, p] of
|
|
91
|
-
|
|
92
|
-
return
|
|
93
|
-
}, Te = /* @__PURE__ */
|
|
88
|
+
}), S = (n, c) => {
|
|
89
|
+
const h = n.__vccOpts || n;
|
|
90
|
+
for (const [m, p] of c)
|
|
91
|
+
h[m] = p;
|
|
92
|
+
return h;
|
|
93
|
+
}, Te = /* @__PURE__ */ S(Ne, [["__scopeId", "data-v-749400b6"]]), De = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "qbs-duty-compact"
|
|
96
|
-
}, Le = { class: "qbs-duty-compact__avatar" }, Pe = { class: "qbs-duty-compact__info" }, Ee = { class: "qbs-duty-compact__name" }, Ge = { class: "qbs-duty-compact__phone" },
|
|
96
|
+
}, Le = { class: "qbs-duty-compact__avatar" }, Pe = { 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 = {
|
|
100
100
|
key: 1,
|
|
101
101
|
class: "qbs-duty"
|
|
102
|
-
}, Ue = { class: "qbs-duty__summary" }, je = { class: "qbs-duty__summary-chip" }, Fe = { class: "qbs-duty__summary-chip" },
|
|
102
|
+
}, Ue = { class: "qbs-duty__summary" }, je = { class: "qbs-duty__summary-chip" }, Fe = { class: "qbs-duty__summary-chip" }, Qe = { class: "qbs-duty__summary-chip" }, Ye = { class: "qbs-duty__list" }, We = { class: "qbs-duty__group-header" }, Ve = { class: "qbs-duty__users" }, Je = {
|
|
103
103
|
key: 0,
|
|
104
104
|
class: "qbs-duty__empty"
|
|
105
|
-
}, Ke = /* @__PURE__ */
|
|
105
|
+
}, Ke = /* @__PURE__ */ M({
|
|
106
106
|
__name: "BigScreenDutyContent",
|
|
107
107
|
props: {
|
|
108
108
|
compact: { type: Boolean, default: !1 },
|
|
@@ -114,34 +114,34 @@ const $e = {
|
|
|
114
114
|
totalUsers: { default: void 0 },
|
|
115
115
|
groups: { default: () => [] }
|
|
116
116
|
},
|
|
117
|
-
setup(
|
|
118
|
-
const
|
|
119
|
-
return (
|
|
120
|
-
e("div", Le, y(
|
|
117
|
+
setup(n) {
|
|
118
|
+
const c = n;
|
|
119
|
+
return (h, m) => c.compact ? (t(), l("div", De, [
|
|
120
|
+
e("div", Le, y(c.personName.charAt(0) || "-"), 1),
|
|
121
121
|
e("div", Pe, [
|
|
122
|
-
e("span", Ee, y(
|
|
123
|
-
e("span", Ge, y(
|
|
122
|
+
e("span", Ee, y(c.personName || "暂未排班"), 1),
|
|
123
|
+
e("span", Ge, y(c.personPhone || "—"), 1)
|
|
124
124
|
]),
|
|
125
|
-
|
|
126
|
-
])) : (
|
|
125
|
+
c.personTag ? (t(), l("span", He, y(c.personTag), 1)) : f("", !0)
|
|
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(c.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(c.totalGroups ?? c.groups.length), 1)
|
|
135
135
|
]),
|
|
136
|
-
e("div",
|
|
136
|
+
e("div", Qe, [
|
|
137
137
|
m[2] || (m[2] = e("span", null, "值班人数", -1)),
|
|
138
|
-
e("strong", null, y(
|
|
138
|
+
e("strong", null, y(c.totalUsers ?? 0), 1)
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
|
-
e("div",
|
|
142
|
-
(
|
|
141
|
+
e("div", Ye, [
|
|
142
|
+
(t(!0), l(x, null, C(c.groups, (p) => {
|
|
143
143
|
var w;
|
|
144
|
-
return
|
|
144
|
+
return t(), l("article", {
|
|
145
145
|
key: p.groupId,
|
|
146
146
|
class: "qbs-duty__group"
|
|
147
147
|
}, [
|
|
@@ -150,30 +150,30 @@ const $e = {
|
|
|
150
150
|
e("span", null, y(((w = p.users) == null ? void 0 : w.length) || 0) + " 人", 1)
|
|
151
151
|
]),
|
|
152
152
|
e("div", Ve, [
|
|
153
|
-
(
|
|
153
|
+
(t(!0), l(x, null, C(p.users || [], (R) => (t(), l("span", {
|
|
154
154
|
key: R.userId,
|
|
155
155
|
class: "qbs-duty__user"
|
|
156
156
|
}, y(R.nickName || R.username), 1))), 128))
|
|
157
157
|
])
|
|
158
158
|
]);
|
|
159
159
|
}), 128)),
|
|
160
|
-
|
|
160
|
+
c.groups.length ? f("", !0) : (t(), l("div", Je, "暂无值班数据"))
|
|
161
161
|
])
|
|
162
162
|
]));
|
|
163
163
|
}
|
|
164
|
-
}),
|
|
164
|
+
}), Ws = /* @__PURE__ */ S(Ke, [["__scopeId", "data-v-f5721bce"]]), Xe = { class: "qbs-alert-row__main" }, et = { class: "qbs-alert-row__copy" }, tt = ["title"], lt = { class: "qbs-alert-row__meta" }, ot = { class: "qbs-alert-row__group" }, at = {
|
|
165
165
|
key: 0,
|
|
166
166
|
class: "qbs-alert-row__owner"
|
|
167
|
-
},
|
|
167
|
+
}, st = {
|
|
168
168
|
key: 1,
|
|
169
169
|
class: "qbs-alert-row__time"
|
|
170
|
-
},
|
|
170
|
+
}, it = {
|
|
171
171
|
key: 2,
|
|
172
172
|
class: "qbs-alert-row__tag"
|
|
173
|
-
},
|
|
173
|
+
}, nt = { class: "qbs-alert-row__status" }, rt = {
|
|
174
174
|
key: 0,
|
|
175
175
|
class: "qbs-alert-row__aside"
|
|
176
|
-
},
|
|
176
|
+
}, ct = /* @__PURE__ */ M({
|
|
177
177
|
__name: "BigScreenAlertRow",
|
|
178
178
|
props: {
|
|
179
179
|
title: {},
|
|
@@ -186,39 +186,39 @@ const $e = {
|
|
|
186
186
|
detailWide: { type: Boolean, default: !1 }
|
|
187
187
|
},
|
|
188
188
|
emits: ["select"],
|
|
189
|
-
setup(
|
|
190
|
-
const
|
|
191
|
-
return (
|
|
192
|
-
class:
|
|
193
|
-
style:
|
|
189
|
+
setup(n) {
|
|
190
|
+
const c = n;
|
|
191
|
+
return (h, m) => (t(), l("button", {
|
|
192
|
+
class: B(["qbs-alert-row", { "qbs-alert-row--detail-wide": c.detailWide }]),
|
|
193
|
+
style: b({ "--qbs-alert-accent": c.accent }),
|
|
194
194
|
type: "button",
|
|
195
|
-
onClick: m[0] || (m[0] = (p) =>
|
|
195
|
+
onClick: m[0] || (m[0] = (p) => h.$emit("select"))
|
|
196
196
|
}, [
|
|
197
197
|
e("div", Xe, [
|
|
198
|
-
e("div",
|
|
198
|
+
e("div", et, [
|
|
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, tt),
|
|
203
|
+
e("div", lt, [
|
|
204
|
+
e("span", ot, y(c.group), 1),
|
|
205
|
+
c.owner ? (t(), l("span", at, y(c.owner), 1)) : f("", !0),
|
|
206
|
+
c.time ? (t(), l("span", st, y(c.time), 1)) : f("", !0),
|
|
207
|
+
c.tag ? (t(), l("span", it, y(c.tag), 1)) : f("", !0)
|
|
208
208
|
]),
|
|
209
|
-
e("div",
|
|
210
|
-
T(
|
|
211
|
-
O(y(
|
|
209
|
+
e("div", nt, [
|
|
210
|
+
T(h.$slots, "status", {}, () => [
|
|
211
|
+
O(y(c.statusText || "待处理"), 1)
|
|
212
212
|
], !0)
|
|
213
213
|
])
|
|
214
214
|
]),
|
|
215
|
-
|
|
216
|
-
T(
|
|
217
|
-
])) :
|
|
215
|
+
h.$slots.aside ? (t(), l("aside", rt, [
|
|
216
|
+
T(h.$slots, "aside", {}, void 0, !0)
|
|
217
|
+
])) : f("", !0)
|
|
218
218
|
])
|
|
219
219
|
], 6));
|
|
220
220
|
}
|
|
221
|
-
}),
|
|
221
|
+
}), Vs = /* @__PURE__ */ S(ct, [["__scopeId", "data-v-83959767"]]), dt = { class: "qbs-metric-card__value" }, ut = { class: "qbs-metric-card__label" }, yt = /* @__PURE__ */ M({
|
|
222
222
|
__name: "BigScreenMetricCard",
|
|
223
223
|
props: {
|
|
224
224
|
label: {},
|
|
@@ -226,39 +226,39 @@ const $e = {
|
|
|
226
226
|
tone: { default: "#7dd3fc" },
|
|
227
227
|
compact: { type: Boolean, default: !1 }
|
|
228
228
|
},
|
|
229
|
-
setup(
|
|
230
|
-
const
|
|
231
|
-
return (
|
|
229
|
+
setup(n) {
|
|
230
|
+
const c = n;
|
|
231
|
+
return (h, m) => c.compact ? (t(), l("div", {
|
|
232
232
|
key: 0,
|
|
233
233
|
class: "qbs-metric-card qbs-metric-card--compact",
|
|
234
|
-
style:
|
|
234
|
+
style: b({ "--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
|
-
O(y(
|
|
238
|
+
T(h.$slots, "default", {}, () => [
|
|
239
|
+
O(y(c.value), 1)
|
|
240
240
|
], !0)
|
|
241
241
|
])
|
|
242
|
-
], 4)) : (
|
|
242
|
+
], 4)) : (t(), _e(Te, {
|
|
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
|
-
default:
|
|
250
|
-
T(
|
|
251
|
-
e("strong",
|
|
249
|
+
default: ve(() => [
|
|
250
|
+
T(h.$slots, "default", {}, () => [
|
|
251
|
+
e("strong", dt, y(c.value), 1)
|
|
252
252
|
], !0),
|
|
253
|
-
e("span",
|
|
253
|
+
e("span", ut, y(c.label), 1)
|
|
254
254
|
]),
|
|
255
255
|
_: 3
|
|
256
256
|
}, 8, ["accent"]));
|
|
257
257
|
}
|
|
258
|
-
}),
|
|
258
|
+
}), Js = /* @__PURE__ */ S(yt, [["__scopeId", "data-v-07353599"]]), mt = { class: "qbs-header" }, ht = { class: "qbs-header__body" }, ft = { class: "qbs-header__brand" }, kt = {
|
|
259
259
|
key: 0,
|
|
260
260
|
class: "qbs-header__clock"
|
|
261
|
-
},
|
|
261
|
+
}, pt = /* @__PURE__ */ M({
|
|
262
262
|
__name: "BigScreenHeader",
|
|
263
263
|
props: {
|
|
264
264
|
title: { default: "运维监控大屏" },
|
|
@@ -268,39 +268,39 @@ const $e = {
|
|
|
268
268
|
weekdayText: { default: "" },
|
|
269
269
|
showClock: { type: Boolean, default: !0 }
|
|
270
270
|
},
|
|
271
|
-
setup(
|
|
272
|
-
return (
|
|
273
|
-
|
|
274
|
-
e("div",
|
|
275
|
-
e("div",
|
|
276
|
-
|
|
271
|
+
setup(n) {
|
|
272
|
+
return (c, h) => (t(), l("section", mt, [
|
|
273
|
+
h[1] || (h[1] = e("i", { class: "qbs-header__glow" }, null, -1)),
|
|
274
|
+
e("div", ht, [
|
|
275
|
+
e("div", ft, [
|
|
276
|
+
h[0] || (h[0] = e("i", { class: "qbs-header__crest" }, [
|
|
277
277
|
e("b")
|
|
278
278
|
], -1)),
|
|
279
279
|
e("div", null, [
|
|
280
|
-
e("p", null, y(
|
|
281
|
-
e("h1", null, y(
|
|
280
|
+
e("p", null, y(n.subtitle), 1),
|
|
281
|
+
e("h1", null, y(n.title), 1)
|
|
282
282
|
])
|
|
283
283
|
]),
|
|
284
|
-
|
|
285
|
-
e("strong", null, y(
|
|
286
|
-
e("span", null, y(
|
|
287
|
-
])) :
|
|
284
|
+
n.showClock ? (t(), l("div", kt, [
|
|
285
|
+
e("strong", null, y(n.timeText), 1),
|
|
286
|
+
e("span", null, y(n.dateText) + " " + y(n.weekdayText), 1)
|
|
287
|
+
])) : f("", !0)
|
|
288
288
|
])
|
|
289
289
|
]));
|
|
290
290
|
}
|
|
291
|
-
}),
|
|
291
|
+
}), Ks = /* @__PURE__ */ S(pt, [["__scopeId", "data-v-cc041333"]]), xt = { class: "qbs-build-dist" }, gt = {
|
|
292
292
|
key: 0,
|
|
293
293
|
class: "qbs-build-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
|
-
setup(
|
|
301
|
-
const
|
|
302
|
-
return (m, p) => (
|
|
303
|
-
(
|
|
300
|
+
setup(n) {
|
|
301
|
+
const c = n, h = (m) => `${(m / Math.max(1, c.total || c.items.reduce((p, w) => p + w.count, 0)) * 100).toFixed(1)}%`;
|
|
302
|
+
return (m, p) => (t(), l("div", xt, [
|
|
303
|
+
(t(!0), l(x, null, C(c.items.slice(0, 8), (w) => (t(), l("article", {
|
|
304
304
|
key: w.name
|
|
305
305
|
}, [
|
|
306
306
|
e("div", null, [
|
|
@@ -309,17 +309,17 @@ const $e = {
|
|
|
309
309
|
]),
|
|
310
310
|
e("i", null, [
|
|
311
311
|
e("b", {
|
|
312
|
-
style:
|
|
312
|
+
style: b({ width: h(w.count) })
|
|
313
313
|
}, null, 4)
|
|
314
314
|
])
|
|
315
315
|
]))), 128)),
|
|
316
|
-
|
|
316
|
+
c.items.length ? f("", !0) : (t(), l("div", gt, "暂无构建分布数据"))
|
|
317
317
|
]));
|
|
318
318
|
}
|
|
319
|
-
}),
|
|
319
|
+
}), Xs = /* @__PURE__ */ S(_t, [["__scopeId", "data-v-608b33d9"]]), vt = { class: "qbs-build-projects" }, bt = { class: "qbs-build-projects__summary" }, wt = { class: "qbs-build-projects__list" }, $t = {
|
|
320
320
|
key: 0,
|
|
321
321
|
class: "qbs-build-projects__empty"
|
|
322
|
-
},
|
|
322
|
+
}, Ct = /* @__PURE__ */ M({
|
|
323
323
|
__name: "BigScreenBuildProjects",
|
|
324
324
|
props: {
|
|
325
325
|
buildingCount: { default: 0 },
|
|
@@ -327,25 +327,25 @@ const $e = {
|
|
|
327
327
|
successRate: { default: 0 },
|
|
328
328
|
items: { default: () => [] }
|
|
329
329
|
},
|
|
330
|
-
setup(
|
|
331
|
-
const
|
|
332
|
-
return (
|
|
333
|
-
e("div",
|
|
330
|
+
setup(n) {
|
|
331
|
+
const c = (h) => `${Math.max(0, Math.min(100, h || 0))}%`;
|
|
332
|
+
return (h, m) => (t(), l("div", vt, [
|
|
333
|
+
e("div", bt, [
|
|
334
334
|
e("span", null, [
|
|
335
335
|
m[0] || (m[0] = O("构建中", -1)),
|
|
336
|
-
e("strong", null, y(
|
|
336
|
+
e("strong", null, y(n.buildingCount), 1)
|
|
337
337
|
]),
|
|
338
338
|
e("span", null, [
|
|
339
339
|
m[1] || (m[1] = O("今日构建", -1)),
|
|
340
|
-
e("strong", null, y(
|
|
340
|
+
e("strong", null, y(n.todayBuilds), 1)
|
|
341
341
|
]),
|
|
342
342
|
e("span", null, [
|
|
343
343
|
m[2] || (m[2] = O("成功率", -1)),
|
|
344
|
-
e("strong", null, y(Number(
|
|
344
|
+
e("strong", null, y(Number(n.successRate).toFixed(1)) + "%", 1)
|
|
345
345
|
])
|
|
346
346
|
]),
|
|
347
|
-
e("div",
|
|
348
|
-
(
|
|
347
|
+
e("div", wt, [
|
|
348
|
+
(t(!0), l(x, null, C(n.items.slice(0, 8), (p) => (t(), l("article", {
|
|
349
349
|
key: `${p.pipelineId}-${p.buildId}`
|
|
350
350
|
}, [
|
|
351
351
|
e("div", null, [
|
|
@@ -358,15 +358,15 @@ const $e = {
|
|
|
358
358
|
]),
|
|
359
359
|
e("i", null, [
|
|
360
360
|
e("b", {
|
|
361
|
-
style:
|
|
361
|
+
style: b({ width: c(p.progress) })
|
|
362
362
|
}, null, 4)
|
|
363
363
|
])
|
|
364
364
|
]))), 128)),
|
|
365
|
-
|
|
365
|
+
n.items.length ? f("", !0) : (t(), l("div", $t, "当前没有在跑的构建项目"))
|
|
366
366
|
])
|
|
367
367
|
]));
|
|
368
368
|
}
|
|
369
|
-
}),
|
|
369
|
+
}), ei = /* @__PURE__ */ S(Ct, [["__scopeId", "data-v-6c6f003c"]]), qt = { class: "qbs-robot" }, Mt = { class: "qbs-robot__head" }, St = { class: "qbs-robot__metrics" }, At = /* @__PURE__ */ M({
|
|
370
370
|
__name: "BigScreenRobotSummary",
|
|
371
371
|
props: {
|
|
372
372
|
status: { default: "online" },
|
|
@@ -377,187 +377,187 @@ const $e = {
|
|
|
377
377
|
alerts: { default: () => ({}) },
|
|
378
378
|
successRate: { default: 0 }
|
|
379
379
|
},
|
|
380
|
-
setup(
|
|
381
|
-
return (
|
|
382
|
-
e("div",
|
|
380
|
+
setup(n) {
|
|
381
|
+
return (c, h) => (t(), l("div", qt, [
|
|
382
|
+
e("div", Mt, [
|
|
383
383
|
e("i", {
|
|
384
|
-
class:
|
|
384
|
+
class: B(`is-${n.emotion}`)
|
|
385
385
|
}, null, 2),
|
|
386
386
|
e("div", null, [
|
|
387
|
-
e("strong", null, y(
|
|
388
|
-
e("span", null, y(
|
|
387
|
+
e("strong", null, y(n.status), 1),
|
|
388
|
+
e("span", null, y(n.mode) + " · " + y(n.generatedAt), 1)
|
|
389
389
|
])
|
|
390
390
|
]),
|
|
391
|
-
e("div",
|
|
391
|
+
e("div", St, [
|
|
392
392
|
e("span", null, [
|
|
393
|
-
|
|
394
|
-
e("b", null, y(
|
|
393
|
+
h[0] || (h[0] = O("值班组", -1)),
|
|
394
|
+
e("b", null, y(n.summary.dutyGroups ?? 0), 1)
|
|
395
395
|
]),
|
|
396
396
|
e("span", null, [
|
|
397
|
-
|
|
398
|
-
e("b", null, y(
|
|
397
|
+
h[1] || (h[1] = O("今日告警", -1)),
|
|
398
|
+
e("b", null, y(n.summary.todayAlerts ?? 0), 1)
|
|
399
399
|
]),
|
|
400
400
|
e("span", null, [
|
|
401
|
-
|
|
402
|
-
e("b", null, y(
|
|
401
|
+
h[2] || (h[2] = O("构建中", -1)),
|
|
402
|
+
e("b", null, y(n.summary.buildingCount ?? 0), 1)
|
|
403
403
|
]),
|
|
404
404
|
e("span", null, [
|
|
405
|
-
|
|
406
|
-
e("b", null, y(
|
|
405
|
+
h[3] || (h[3] = O("终端节点", -1)),
|
|
406
|
+
e("b", null, y(n.summary.endpointNodes ?? 0), 1)
|
|
407
407
|
])
|
|
408
408
|
])
|
|
409
409
|
]));
|
|
410
410
|
}
|
|
411
|
-
}),
|
|
411
|
+
}), ti = /* @__PURE__ */ S(At, [["__scopeId", "data-v-534c73e7"]]), Bt = { class: "qbs-endpoints" }, Ot = {
|
|
412
412
|
key: 0,
|
|
413
413
|
class: "qbs-endpoints__empty"
|
|
414
|
-
},
|
|
414
|
+
}, zt = /* @__PURE__ */ M({
|
|
415
415
|
__name: "BigScreenEndpointDistribution",
|
|
416
416
|
props: {
|
|
417
417
|
items: { default: () => [] }
|
|
418
418
|
},
|
|
419
|
-
setup(
|
|
420
|
-
return (
|
|
421
|
-
(
|
|
419
|
+
setup(n) {
|
|
420
|
+
return (c, h) => (t(), l("div", Bt, [
|
|
421
|
+
(t(!0), l(x, null, C(n.items, (m) => {
|
|
422
422
|
var p;
|
|
423
|
-
return
|
|
423
|
+
return t(), l("article", {
|
|
424
424
|
key: m.id
|
|
425
425
|
}, [
|
|
426
426
|
e("div", null, [
|
|
427
427
|
e("strong", null, y(m.nodeName), 1),
|
|
428
428
|
e("span", {
|
|
429
|
-
class:
|
|
429
|
+
class: B({ offline: !m.nodeStatus })
|
|
430
430
|
}, y(m.nodeStatus ? "在线" : "离线"), 3)
|
|
431
431
|
]),
|
|
432
432
|
e("small", null, y(m.nodeIp), 1),
|
|
433
|
-
(
|
|
433
|
+
(t(!0), l(x, null, C((p = m.heartbeatResults) == null ? void 0 : p.slice(0, 3), (w) => {
|
|
434
434
|
var R;
|
|
435
|
-
return
|
|
435
|
+
return t(), l("p", {
|
|
436
436
|
key: w.targetName
|
|
437
437
|
}, y(w.targetName || w.targetIp) + " · " + y(((R = w.latencyMs) == null ? void 0 : R.toFixed(1)) ?? "—") + " ms", 1);
|
|
438
438
|
}), 128))
|
|
439
439
|
]);
|
|
440
440
|
}), 128)),
|
|
441
|
-
|
|
441
|
+
n.items.length ? f("", !0) : (t(), l("div", Ot, "暂无终端分布数据"))
|
|
442
442
|
]));
|
|
443
443
|
}
|
|
444
|
-
}),
|
|
444
|
+
}), li = /* @__PURE__ */ S(zt, [["__scopeId", "data-v-9abd8314"]]), Rt = { class: "qbs-embed" }, It = ["src", "title"], Nt = { key: 1 }, Tt = /* @__PURE__ */ M({
|
|
445
445
|
__name: "BigScreenExternalEmbed",
|
|
446
446
|
props: {
|
|
447
447
|
url: { default: "" },
|
|
448
448
|
title: { default: "外部仪表盘" }
|
|
449
449
|
},
|
|
450
|
-
setup(
|
|
451
|
-
const
|
|
450
|
+
setup(n) {
|
|
451
|
+
const c = n, h = v(() => {
|
|
452
452
|
try {
|
|
453
|
-
const m = new URL(
|
|
453
|
+
const m = new URL(c.url);
|
|
454
454
|
return ["http:", "https:"].includes(m.protocol) ? m.toString() : "";
|
|
455
455
|
} catch {
|
|
456
456
|
return "";
|
|
457
457
|
}
|
|
458
458
|
});
|
|
459
|
-
return (m, p) => (
|
|
460
|
-
|
|
459
|
+
return (m, p) => (t(), l("section", Rt, [
|
|
460
|
+
h.value ? (t(), l("iframe", {
|
|
461
461
|
key: 0,
|
|
462
|
-
src:
|
|
463
|
-
title:
|
|
462
|
+
src: h.value,
|
|
463
|
+
title: n.title,
|
|
464
464
|
loading: "lazy",
|
|
465
465
|
referrerpolicy: "no-referrer",
|
|
466
466
|
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups",
|
|
467
467
|
allow: "fullscreen"
|
|
468
|
-
}, null, 8,
|
|
468
|
+
}, null, 8, It)) : (t(), l("div", Nt, "请在 Props JSON 中配置 http(s) 外部仪表盘 URL。"))
|
|
469
469
|
]));
|
|
470
470
|
}
|
|
471
|
-
}),
|
|
471
|
+
}), oi = /* @__PURE__ */ S(Tt, [["__scopeId", "data-v-f20c22f6"]]), Dt = {
|
|
472
472
|
width: "300",
|
|
473
473
|
height: "290",
|
|
474
474
|
viewBox: "0 0 240 230",
|
|
475
475
|
class: "overflow-visible drop-shadow-[0_18px_24px_rgba(37,99,235,0.25)]"
|
|
476
|
-
},
|
|
476
|
+
}, Lt = ["stroke"], Pt = ["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"], _l = ["x", "y"], vl = ["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 }, Ll = ["cy"], Pl = ["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"], _o = ["cx", "cy"], vo = ["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"], Lo = ["d"], Po = ["d"], Eo = ["cx", "cy"], Go = ["x1", "x2"], Ho = ["x", "y"], Zo = ["x", "y"], Uo = { key: 10 }, jo = { key: 16 }, Fo = {
|
|
477
477
|
key: 36,
|
|
478
478
|
d: "M 158 70 q 5 9 0 14 q -5 -5 0 -14 Z",
|
|
479
479
|
fill: "oklch(0.8 0.12 220)",
|
|
480
480
|
opacity: "0.9",
|
|
481
481
|
class: "animate-dot-blink"
|
|
482
|
-
},
|
|
482
|
+
}, Qo = ["cx", "cy"], Yo = ["cx", "cy"], Wo = ["d"], Vo = ["stroke"], Jo = ["fill"], Ko = ["fill"], Xo = ["fill"], ea = { key: 44 }, ta = ["fill"], la = ["stroke"], oa = {
|
|
483
483
|
key: 46,
|
|
484
484
|
class: "animate-spin-slow",
|
|
485
485
|
style: { transformOrigin: "168px 62px" }
|
|
486
|
-
},
|
|
486
|
+
}, aa = ["fill"], sa = ["transform"], ia = {
|
|
487
487
|
key: 47,
|
|
488
488
|
transform: "rotate(40 168 62)"
|
|
489
|
-
},
|
|
489
|
+
}, na = ["fill"], ra = {
|
|
490
490
|
key: 48,
|
|
491
491
|
class: "animate-wobble",
|
|
492
492
|
style: { transformOrigin: "168px 60px" }
|
|
493
|
-
},
|
|
493
|
+
}, ca = ["fill"], da = ["fill"], ua = {
|
|
494
494
|
key: 49,
|
|
495
495
|
class: "animate-self-spin",
|
|
496
496
|
style: { transformOrigin: "168px 60px" }
|
|
497
|
-
},
|
|
497
|
+
}, ya = ["stroke"], ma = {
|
|
498
498
|
key: 50,
|
|
499
499
|
class: "animate-alert-flash"
|
|
500
|
-
},
|
|
500
|
+
}, ha = ["fill"], fa = { key: 51 }, ka = { class: "animate-alert-flash" }, pa = ["fill"], xa = ["fill"], ga = ["stroke"], _a = ["fill"], va = {
|
|
501
501
|
key: 53,
|
|
502
502
|
class: "animate-scan-move"
|
|
503
|
-
},
|
|
503
|
+
}, ba = ["stroke"], wa = ["stroke"], $a = { key: 54 }, Ca = ["stroke"], qa = ["fill"], Ma = ["fill"], Sa = ["fill"], Aa = ["stroke"], Ba = {
|
|
504
504
|
key: 57,
|
|
505
505
|
class: "animate-locate-bob",
|
|
506
506
|
style: { transformOrigin: "168px 60px" }
|
|
507
|
-
},
|
|
507
|
+
}, Oa = ["fill"], za = ["fill"], Ra = ["stroke"], Ia = ["fill"], Na = { key: 59 }, Ta = ["stroke"], Da = { key: 60 }, La = ["fill"], Pa = { key: 61 }, Ea = ["fill"], Ga = {
|
|
508
508
|
key: 62,
|
|
509
509
|
class: "animate-alert-flash",
|
|
510
510
|
style: { transformOrigin: "168px 60px" }
|
|
511
|
-
},
|
|
511
|
+
}, Ha = ["fill"], Za = { key: 63 }, Ua = ["fill"], ja = {
|
|
512
512
|
key: 64,
|
|
513
513
|
class: "animate-alert-flash"
|
|
514
|
-
},
|
|
514
|
+
}, Fa = ["fill"], Qa = {
|
|
515
515
|
key: 65,
|
|
516
516
|
class: "animate-sparkle",
|
|
517
517
|
style: { transformOrigin: "168px 58px" }
|
|
518
|
-
},
|
|
518
|
+
}, Ya = ["fill"], Wa = ["fill"], Va = ["fill"], Ja = { key: 66 }, Ka = ["fill"], Xa = ["fill"], es = ["fill"], ts = {
|
|
519
519
|
key: 67,
|
|
520
520
|
class: "animate-body-glow",
|
|
521
521
|
style: { transformOrigin: "168px 62px" }
|
|
522
|
-
},
|
|
522
|
+
}, ls = ["fill"], os = {
|
|
523
523
|
key: 68,
|
|
524
524
|
class: "animate-dot-blink"
|
|
525
|
-
},
|
|
525
|
+
}, as = { key: 69 }, ss = ["stroke"], is = ["fill"], ns = ["fill"], rs = { key: 72 }, cs = {
|
|
526
526
|
key: 73,
|
|
527
527
|
class: "animate-bball-ball",
|
|
528
528
|
style: { transformOrigin: "120px 148px" }
|
|
529
|
-
},
|
|
529
|
+
}, ds = {
|
|
530
530
|
key: 74,
|
|
531
531
|
class: "animate-traffic-light-pop",
|
|
532
532
|
style: { transformOrigin: "230px 126px" }
|
|
533
|
-
},
|
|
533
|
+
}, us = ["fill"], ys = ["opacity"], ms = ["opacity"], hs = ["opacity"], fs = { key: 75 }, ks = ["x", "y"], ps = {
|
|
534
534
|
key: 76,
|
|
535
535
|
class: "animate-breathe",
|
|
536
536
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
537
|
-
},
|
|
537
|
+
}, xs = ["fill"], gs = { key: 78 }, _s = ["d", "fill"], vs = { 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
538
|
key: 0,
|
|
539
539
|
class: "pointer-events-none absolute right-2 top-2 text-robot-blue-dark"
|
|
540
|
-
}, i = "var(--robot-eye)",
|
|
540
|
+
}, 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)", z = "oklch(0.68 0.16 150)", Ps = "oklch(0.5 0.12 250)", d = 102, u = 138, o = 108, Es = /* @__PURE__ */ M({
|
|
541
541
|
__name: "QuarkRobot",
|
|
542
542
|
props: {
|
|
543
543
|
emotion: {},
|
|
544
544
|
action: { default: "idle" },
|
|
545
545
|
speaking: { type: Boolean, default: !1 }
|
|
546
546
|
},
|
|
547
|
-
setup(
|
|
548
|
-
const
|
|
547
|
+
setup(n) {
|
|
548
|
+
const c = n, h = {
|
|
549
549
|
// 基础情绪
|
|
550
550
|
neutral: { eyes: "neutral", mouth: "smileSoft", arms: "handsFold", anim: "animate-robot-float" },
|
|
551
551
|
bye: { eyes: "happy", mouth: "smileSoft", arms: "waveUp", anim: "animate-robot-float" },
|
|
552
552
|
happy: { eyes: "happy", mouth: "smile", blush: !0, arms: "joyRaise", anim: "animate-robot-float" },
|
|
553
553
|
excited: { eyes: "excited", mouth: "open", blush: !0, arms: "waveUp", anim: "animate-robot-bounce" },
|
|
554
|
-
angry: { eyes: "angry", mouth: "grit", sym: "anger", symColor:
|
|
554
|
+
angry: { eyes: "angry", mouth: "grit", sym: "anger", symColor: q, arms: "akimbo", anim: "animate-robot-shake" },
|
|
555
555
|
sad: { eyes: "sad", mouth: "frown", tear: !0, arms: "hangsDown", anim: "animate-robot-droop" },
|
|
556
556
|
surprised: { eyes: "wide", mouth: "o", sym: "exclaim", symColor: "var(--robot-amber)", blush: !0, arms: "alarm", anim: "animate-robot-bounce" },
|
|
557
557
|
helpless: { eyes: "half", mouth: "wavy", sweat: !0, arms: "facepalm", anim: "animate-robot-float" },
|
|
558
|
-
shy: { eyes: "happy", mouth: "smileSoft", blushStrong: !0, sym: "heart", symColor:
|
|
558
|
+
shy: { eyes: "happy", mouth: "smileSoft", blushStrong: !0, sym: "heart", symColor: q, arms: "faceCover", anim: "animate-robot-float" },
|
|
559
559
|
awkward: { eyes: "half", mouth: "wavy", sweat: !0, sym: "ellipsis", symColor: "var(--muted-foreground)", arms: "scratchHead", anim: "animate-robot-float" },
|
|
560
|
-
scared: { eyes: "wide", mouth: "o", sweat: !0, sym: "exclaim", symColor:
|
|
560
|
+
scared: { eyes: "wide", mouth: "o", sweat: !0, sym: "exclaim", symColor: q, arms: "headHold", anim: "animate-robot-shake" },
|
|
561
561
|
wronged: { eyes: "teary", mouth: "frown", tear: !0, tear2: !0, blush: !0, arms: "wipeTear", anim: "animate-robot-droop" },
|
|
562
562
|
agitated: { eyes: "excited", mouth: "bigopen", blush: !0, arms: "forwardReach", anim: "animate-robot-shake" },
|
|
563
563
|
smug: { eyes: "smug", mouth: "smile", arms: "oneAkimboThumb", anim: "animate-robot-float" },
|
|
@@ -577,8 +577,8 @@ const $e = {
|
|
|
577
577
|
zen: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", anim: "animate-breathe" },
|
|
578
578
|
pray: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
579
579
|
devout: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
580
|
-
heal: { eyes: "happy", mouth: "smileSoft", blush: !0, sym: "heart", symColor:
|
|
581
|
-
coldGuard: { eyes: "lookdown", mouth: "flat", body:
|
|
580
|
+
heal: { eyes: "happy", mouth: "smileSoft", blush: !0, sym: "heart", symColor: q, arms: "hug", anim: "animate-breathe" },
|
|
581
|
+
coldGuard: { eyes: "lookdown", mouth: "flat", body: Ps, anim: "animate-guard-sink" },
|
|
582
582
|
// 聆听神态
|
|
583
583
|
listenOpen: { eyes: "neutral", mouth: "smileSoft", sym: "soundwave", symColor: i, arms: "attentiveOpen", anim: "animate-listen-tilt" },
|
|
584
584
|
listenSneaky: { eyes: "half", mouth: "dot", sym: "soundwave", symColor: "var(--robot-amber)", arms: "shh", anim: "animate-listen-sneak" },
|
|
@@ -596,26 +596,26 @@ const $e = {
|
|
|
596
596
|
loading: { eyes: "neutral", mouth: "flat", sym: "loader", symColor: i, arms: "bootStretch", anim: "animate-robot-float" },
|
|
597
597
|
troubleshoot: { eyes: "confused", mouth: "flat", sweat: !0, sym: "broken", symColor: "var(--muted-foreground)", arms: "ponderHand", anim: "animate-pacing" },
|
|
598
598
|
// 安防报警
|
|
599
|
-
warnLow: { eyes: "neutral", mouth: "flat", sym: "warning", symColor:
|
|
600
|
-
warnOrange: { eyes: "wide", mouth: "flat", sym: "warning", symColor:
|
|
601
|
-
alertRed: { eyes: "wide", mouth: "o", sym: "siren", symColor:
|
|
599
|
+
warnLow: { eyes: "neutral", mouth: "flat", sym: "warning", symColor: Z, arms: "caution", anim: "animate-robot-sway" },
|
|
600
|
+
warnOrange: { eyes: "wide", mouth: "flat", sym: "warning", symColor: H, body: H, arms: "caution", anim: "animate-wobble" },
|
|
601
|
+
alertRed: { eyes: "wide", mouth: "o", sym: "siren", symColor: q, body: q, arms: "alarm", anim: "animate-robot-shake" },
|
|
602
602
|
fault: { eyes: "dizzy", mouth: "wavy", sym: "broken", symColor: j, body: j, arms: "limp", anim: "animate-robot-droop" },
|
|
603
603
|
alertClear: { eyes: "happy", mouth: "smile", sym: "check", symColor: z, arms: "thumbsUp", anim: "animate-robot-float" },
|
|
604
604
|
scanning: { eyes: "neutral", mouth: "flat", sym: "scan", symColor: i, arms: "scan", anim: "animate-patrol" },
|
|
605
|
-
camTurn: { eyes: "wide", mouth: "flat", sym: "scan", symColor:
|
|
606
|
-
alertVibrate: { eyes: "wide", mouth: "o", sym: "warning", symColor:
|
|
605
|
+
camTurn: { eyes: "wide", mouth: "flat", sym: "scan", symColor: H, arms: "scan", anim: "animate-wobble" },
|
|
606
|
+
alertVibrate: { eyes: "wide", mouth: "o", sym: "warning", symColor: H, body: H, arms: "alarm", anim: "animate-vibrate" },
|
|
607
607
|
faultReset: { eyes: "dizzy", mouth: "flat", sym: "broken", symColor: j, body: j, anim: "animate-reset-spin" },
|
|
608
608
|
investigate: { eyes: "neutral", mouth: "flat", sym: "scan", symColor: i, arms: "scan", anim: "animate-pacing" },
|
|
609
609
|
clearGreen: { eyes: "happy", mouth: "smile", sym: "check", symColor: z, body: z, arms: "spread", anim: "animate-breathe" },
|
|
610
610
|
// 定位与学习
|
|
611
611
|
locatePhysical: { eyes: "lookdown", mouth: "smileSoft", sym: "pin", symColor: i, arms: "point", anim: "animate-robot-float" },
|
|
612
|
-
locateFault: { eyes: "confused", mouth: "flat", sym: "target", symColor:
|
|
612
|
+
locateFault: { eyes: "confused", mouth: "flat", sym: "target", symColor: q, arms: "scan", anim: "animate-pacing" },
|
|
613
613
|
locateProblem: { eyes: "lookup", mouth: "flat", sym: "target", symColor: "var(--robot-amber)", arms: "pointUp", anim: "animate-robot-float" },
|
|
614
614
|
learning: { eyes: "lookdown", mouth: "smileSoft", sym: "book", symColor: "var(--robot-blue-dark)", arms: "humble", anim: "animate-nod" },
|
|
615
615
|
// 消息状态
|
|
616
616
|
msgSending: { eyes: "neutral", mouth: "flat", sym: "plane", symColor: i, arms: "scanArmRight", anim: "animate-robot-float" },
|
|
617
617
|
msgSent: { eyes: "happy", mouth: "smile", sym: "msgOk", symColor: z, arms: "thumbsUp", anim: "animate-robot-float" },
|
|
618
|
-
msgFailed: { eyes: "sad", mouth: "frown", sym: "msgFail", symColor:
|
|
618
|
+
msgFailed: { eyes: "sad", mouth: "frown", sym: "msgFail", symColor: q, sweat: !0, arms: "droopArms", anim: "animate-robot-shake" },
|
|
619
619
|
msgReceiving: { eyes: "neutral", mouth: "smileSoft", sym: "msgIn", symColor: "var(--robot-amber)", arms: "chinRest", anim: "animate-nod" },
|
|
620
620
|
// 富表现力情绪
|
|
621
621
|
joyful: { eyes: "arcHappy", mouth: "bigSmile", blushPink: !0, arms: "joyRaise", signalAnim: "animate-signal-warm", signalOverride: "oklch(0.84 0.16 72)", anim: "animate-joyful" },
|
|
@@ -644,8 +644,8 @@ const $e = {
|
|
|
644
644
|
guarding: { eyes: "narrow", mouth: "flat", arms: "shieldUp", sym: "shield", symColor: "oklch(0.72 0.14 220)", signalAnim: "animate-signal-shield", signalOverride: "oklch(0.55 0.16 230)", anim: "animate-guard-stance" },
|
|
645
645
|
playBasketball: { eyes: "arcHappy", mouth: "bigSmile", blushPink: !0, sym: "miniBasketball", symColor: "oklch(0.65 0.16 40)", signalAnim: "animate-signal-bball", signalOverride: "oklch(0.75 0.18 72)", anim: "animate-bball-body" },
|
|
646
646
|
ironMountain: { eyes: "smug", mouth: "smile", blushPink: !0, signalAnim: "animate-signal-iron", signalOverride: "oklch(0.78 0.18 72)", anim: "animate-iron-hip" },
|
|
647
|
-
trafficRed: { eyes: "wide", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor:
|
|
648
|
-
trafficYellow: { eyes: "thinkEyes", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor:
|
|
647
|
+
trafficRed: { eyes: "wide", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor: q, body: q, signalAnim: "animate-signal-red", signalOverride: q, anim: "animate-traffic-stop" },
|
|
648
|
+
trafficYellow: { eyes: "thinkEyes", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor: Z, body: Z, signalAnim: "animate-signal-soft", signalOverride: Z, anim: "animate-traffic-wait" },
|
|
649
649
|
trafficGreen: { eyes: "happy", mouth: "smile", arms: "trafficGuide", sym: "check", symColor: z, body: z, signalAnim: "animate-signal-shield", signalOverride: z, anim: "animate-traffic-go" },
|
|
650
650
|
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
651
|
}, m = {
|
|
@@ -751,8 +751,8 @@ const $e = {
|
|
|
751
751
|
// 橙黄 - 篮球
|
|
752
752
|
ironMountain: "oklch(0.78 0.18 72)",
|
|
753
753
|
// 橙黄 - 铁山靠
|
|
754
|
-
trafficRed:
|
|
755
|
-
trafficYellow:
|
|
754
|
+
trafficRed: q,
|
|
755
|
+
trafficYellow: Z,
|
|
756
756
|
trafficGreen: z,
|
|
757
757
|
sing: "oklch(0.82 0.16 72)"
|
|
758
758
|
}, R = {
|
|
@@ -770,7 +770,7 @@ const $e = {
|
|
|
770
770
|
trafficYellow: "traffic-light",
|
|
771
771
|
trafficGreen: "traffic-light",
|
|
772
772
|
sing: "music-notes"
|
|
773
|
-
},
|
|
773
|
+
}, le = {
|
|
774
774
|
down: { l: -8, r: 8 },
|
|
775
775
|
waveNo: { l: -8, r: 95, ra: "animate-arm-wave" },
|
|
776
776
|
cheer: { l: -120, r: 120, la: "animate-arm-pump", ra: "animate-arm-pump" },
|
|
@@ -873,16 +873,16 @@ const $e = {
|
|
|
873
873
|
trafficGuide: { l: -36, r: 0, ra: "animate-traffic-arm" },
|
|
874
874
|
// 唱歌指挥:双手轻轻打拍子
|
|
875
875
|
conductMusic: { l: 54, r: -54, la: "animate-conduct-arm-l", ra: "animate-conduct-arm-r" }
|
|
876
|
-
},
|
|
877
|
-
() => w[
|
|
878
|
-
),
|
|
879
|
-
() =>
|
|
880
|
-
), L =
|
|
876
|
+
}, s = v(() => h[c.emotion]), I = v(() => s.value.body ?? Ls), oe = v(() => m[c.action] ?? s.value.anim), D = v(() => p[c.action] ?? s.value.arms ?? "down"), N = v(() => le[D.value]), E = v(
|
|
877
|
+
() => w[c.action] ?? s.value.signalOverride ?? "var(--robot-amber)"
|
|
878
|
+
), ae = v(
|
|
879
|
+
() => s.value.signalAnim && c.action === "idle" ? s.value.signalAnim : ""
|
|
880
|
+
), L = v(() => R[c.action] ?? "none"), P = v(() => c.action === "trafficRed" || c.emotion === "trafficRed" ? "red" : c.action === "trafficYellow" || c.emotion === "trafficYellow" ? "yellow" : c.action === "trafficGreen" || c.emotion === "trafficGreen" ? "green" : null), se = v(() => c.action === "sing" || c.emotion === "singing"), ie = [
|
|
881
881
|
{ x: 62, y: 64, note: "♪", delay: 0 },
|
|
882
882
|
{ x: 184, y: 76, note: "♫", delay: 0.22 },
|
|
883
883
|
{ x: 48, y: 116, note: "♬", delay: 0.44 },
|
|
884
884
|
{ x: 194, y: 128, note: "♪", delay: 0.66 }
|
|
885
|
-
],
|
|
885
|
+
], ne = [
|
|
886
886
|
{ x: 90, y: 30, cx: -40, cy: -55, cr: "160deg", color: "oklch(0.75 0.18 145)", size: 5 },
|
|
887
887
|
{ x: 120, y: 22, cx: 0, cy: -62, cr: "20deg", color: "oklch(0.82 0.16 72)", size: 4 },
|
|
888
888
|
{ x: 150, y: 30, cx: 44, cy: -50, cr: "-140deg", color: "oklch(0.6 0.23 22)", size: 5 },
|
|
@@ -890,84 +890,84 @@ const $e = {
|
|
|
890
890
|
{ x: 168, y: 48, cx: 50, cy: -28, cr: "-200deg", color: "oklch(0.78 0.12 340)", size: 3 },
|
|
891
891
|
{ x: 60, y: 75, cx: -38, cy: -18, cr: "90deg", color: "oklch(0.82 0.16 72)", size: 4 },
|
|
892
892
|
{ x: 182, y: 72, cx: 36, cy: -16, cr: "-90deg", color: "oklch(0.75 0.18 145)", size: 4 }
|
|
893
|
-
],
|
|
893
|
+
], re = [
|
|
894
894
|
{ x: 114, y: 182, hx: "-10px", delay: 0, size: 9, color: "oklch(0.72 0.22 0)" },
|
|
895
895
|
{ x: 126, y: 180, hx: "10px", delay: 0.18, size: 7, color: "oklch(0.72 0.18 340)" },
|
|
896
896
|
{ x: 108, y: 176, hx: "-18px", delay: 0.34, size: 5, color: "oklch(0.8 0.14 0)" },
|
|
897
897
|
{ x: 132, y: 174, hx: "16px", delay: 0.5, size: 5, color: "oklch(0.78 0.20 340)" },
|
|
898
898
|
{ x: 120, y: 170, hx: "0px", delay: 0.66, size: 6, color: "oklch(0.72 0.22 0)" }
|
|
899
899
|
], ce = [
|
|
900
|
-
...Array.from({ length: 6 }, (
|
|
901
|
-
x: 20 + Math.cos(
|
|
902
|
-
y: 128 + Math.sin(
|
|
903
|
-
delay:
|
|
904
|
-
color:
|
|
900
|
+
...Array.from({ length: 6 }, (g, a) => ({
|
|
901
|
+
x: 20 + Math.cos(a / 6 * Math.PI * 2) * 18,
|
|
902
|
+
y: 128 + Math.sin(a / 6 * Math.PI * 2) * 18,
|
|
903
|
+
delay: a * 0.18,
|
|
904
|
+
color: a % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
|
|
905
905
|
})),
|
|
906
|
-
...Array.from({ length: 6 }, (
|
|
907
|
-
x: 220 + Math.cos(
|
|
908
|
-
y: 128 + Math.sin(
|
|
909
|
-
delay:
|
|
910
|
-
color:
|
|
906
|
+
...Array.from({ length: 6 }, (g, a) => ({
|
|
907
|
+
x: 220 + Math.cos(a / 6 * Math.PI * 2) * 18,
|
|
908
|
+
y: 128 + Math.sin(a / 6 * Math.PI * 2) * 18,
|
|
909
|
+
delay: a * 0.18 + 0.09,
|
|
910
|
+
color: a % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
|
|
911
911
|
}))
|
|
912
|
-
], J = U(null), F = U({ x: 0, y: 0 }), K = U(0),
|
|
913
|
-
let
|
|
914
|
-
function X(
|
|
915
|
-
const
|
|
916
|
-
if (!
|
|
917
|
-
const r =
|
|
918
|
-
F.value = { x: V(
|
|
912
|
+
], J = U(null), F = U({ x: 0, y: 0 }), K = U(0), Q = U(!1);
|
|
913
|
+
let Y;
|
|
914
|
+
function X(g) {
|
|
915
|
+
const a = J.value;
|
|
916
|
+
if (!a) return;
|
|
917
|
+
const r = a.getBoundingClientRect(), $ = r.left + r.width / 2, pe = r.top + r.height / 2, te = (g.clientX - $) / (r.width / 2), xe = (g.clientY - pe) / (r.height / 2), V = (ge) => Math.max(-1, Math.min(1, ge));
|
|
918
|
+
F.value = { x: V(te) * 6, y: V(xe) * 5 }, K.value = V(te) * 6;
|
|
919
919
|
}
|
|
920
920
|
function ee() {
|
|
921
|
-
|
|
921
|
+
Y = setTimeout(
|
|
922
922
|
() => {
|
|
923
|
-
|
|
923
|
+
Q.value = !0, setTimeout(() => Q.value = !1, 130), ee();
|
|
924
924
|
},
|
|
925
925
|
2200 + Math.random() * 2600
|
|
926
926
|
);
|
|
927
927
|
}
|
|
928
|
-
|
|
928
|
+
be(() => {
|
|
929
929
|
window.addEventListener("mousemove", X), ee();
|
|
930
930
|
}), we(() => {
|
|
931
|
-
window.removeEventListener("mousemove", X),
|
|
931
|
+
window.removeEventListener("mousemove", X), Y && clearTimeout(Y);
|
|
932
932
|
});
|
|
933
|
-
const _ =
|
|
934
|
-
const
|
|
933
|
+
const _ = v(() => F.value.x), A = v(() => F.value.y), de = v(() => c.emotion === "excited" || c.emotion === "eureka" || c.emotion === "eurekaClap"), ue = v(() => ({ transform: `rotate(${K.value * 0.4}deg)` })), ye = v(() => {
|
|
934
|
+
const g = {
|
|
935
935
|
transformBox: "fill-box",
|
|
936
936
|
transformOrigin: "right center",
|
|
937
937
|
transition: "transform 0.35s ease",
|
|
938
938
|
"--arm-base": `${N.value.l}deg`
|
|
939
939
|
};
|
|
940
|
-
return N.value.la || (
|
|
941
|
-
}), me =
|
|
942
|
-
const
|
|
940
|
+
return N.value.la || (g.transform = `rotate(${N.value.l}deg)`), g;
|
|
941
|
+
}), me = v(() => {
|
|
942
|
+
const g = {
|
|
943
943
|
transformBox: "fill-box",
|
|
944
944
|
transformOrigin: "left center",
|
|
945
945
|
transition: "transform 0.35s ease",
|
|
946
946
|
"--arm-base": `${N.value.r}deg`
|
|
947
947
|
};
|
|
948
|
-
return N.value.ra || (
|
|
949
|
-
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"],
|
|
948
|
+
return N.value.ra || (g.transform = `rotate(${N.value.r}deg)`), g;
|
|
949
|
+
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"], k = v(() => Q.value && !he.includes(s.value.eyes) ? "closed" : s.value.eyes), fe = [
|
|
950
950
|
{ x: 70, y: 78, delay: 0 },
|
|
951
951
|
{ x: 172, y: 84, delay: 0.4 },
|
|
952
952
|
{ x: 160, y: 150, delay: 0.8 }
|
|
953
953
|
];
|
|
954
|
-
function W(
|
|
955
|
-
return `M ${
|
|
954
|
+
function W(g, a) {
|
|
955
|
+
return `M ${g} ${a - 7} L ${g + 2} ${a - 2} L ${g + 7} ${a} L ${g + 2} ${a + 2} L ${g} ${a + 7} L ${g - 2} ${a + 2} L ${g - 7} ${a} L ${g - 2} ${a - 2} Z`;
|
|
956
956
|
}
|
|
957
|
-
const
|
|
958
|
-
return (
|
|
957
|
+
const ke = [0, 45, 90, 135, 180, 225, 270, 315];
|
|
958
|
+
return (g, a) => (t(), l("div", {
|
|
959
959
|
ref_key: "wrapRef",
|
|
960
960
|
ref: J,
|
|
961
961
|
class: "relative flex w-full max-w-[300px] items-center justify-center",
|
|
962
962
|
"aria-hidden": "true"
|
|
963
963
|
}, [
|
|
964
964
|
e("div", {
|
|
965
|
-
style:
|
|
965
|
+
style: b(ue.value)
|
|
966
966
|
}, [
|
|
967
967
|
e("div", {
|
|
968
|
-
class:
|
|
968
|
+
class: B(oe.value)
|
|
969
969
|
}, [
|
|
970
|
-
(
|
|
970
|
+
(t(), l("svg", Dt, [
|
|
971
971
|
e("line", {
|
|
972
972
|
x1: "120",
|
|
973
973
|
y1: "42",
|
|
@@ -976,15 +976,15 @@ const $e = {
|
|
|
976
976
|
stroke: I.value,
|
|
977
977
|
"stroke-width": "6",
|
|
978
978
|
"stroke-linecap": "round"
|
|
979
|
-
}, null, 8,
|
|
979
|
+
}, null, 8, Lt),
|
|
980
980
|
e("circle", {
|
|
981
981
|
cx: "120",
|
|
982
982
|
cy: "22",
|
|
983
983
|
r: "11",
|
|
984
984
|
fill: E.value,
|
|
985
|
-
style:
|
|
986
|
-
class:
|
|
987
|
-
}, null, 14,
|
|
985
|
+
style: b({ transition: "fill 0.6s ease", filter: `drop-shadow(0 0 5px ${E.value})` }),
|
|
986
|
+
class: B(["animate-antenna-pulse", L.value === "scan-ring" || n.action === "signalBreathe" ? "animate-signal-breathe" : "", ae.value])
|
|
987
|
+
}, null, 14, Pt),
|
|
988
988
|
e("rect", {
|
|
989
989
|
x: "44",
|
|
990
990
|
y: "40",
|
|
@@ -993,8 +993,8 @@ const $e = {
|
|
|
993
993
|
rx: "54",
|
|
994
994
|
fill: I.value,
|
|
995
995
|
style: { transition: "fill 0.3s ease" }
|
|
996
|
-
}, null, 8,
|
|
997
|
-
|
|
996
|
+
}, null, 8, Et),
|
|
997
|
+
a[46] || (a[46] = e("rect", {
|
|
998
998
|
x: "44",
|
|
999
999
|
y: "40",
|
|
1000
1000
|
width: "152",
|
|
@@ -1002,26 +1002,26 @@ const $e = {
|
|
|
1002
1002
|
rx: "54",
|
|
1003
1003
|
fill: "oklch(1 0 0 / 0.08)"
|
|
1004
1004
|
}, null, -1)),
|
|
1005
|
-
|
|
1005
|
+
s.value.blush || s.value.blushStrong ? (t(), l(x, { key: 0 }, [
|
|
1006
1006
|
e("ellipse", {
|
|
1007
1007
|
cx: "72",
|
|
1008
1008
|
cy: "128",
|
|
1009
|
-
rx:
|
|
1010
|
-
ry:
|
|
1009
|
+
rx: s.value.blushStrong ? 14 : 11,
|
|
1010
|
+
ry: s.value.blushStrong ? 10 : 8,
|
|
1011
1011
|
fill: "var(--robot-amber)",
|
|
1012
|
-
opacity:
|
|
1013
|
-
}, null, 8,
|
|
1012
|
+
opacity: s.value.blushStrong ? 0.95 : 0.85
|
|
1013
|
+
}, null, 8, Gt),
|
|
1014
1014
|
e("ellipse", {
|
|
1015
1015
|
cx: "168",
|
|
1016
1016
|
cy: "128",
|
|
1017
|
-
rx:
|
|
1018
|
-
ry:
|
|
1017
|
+
rx: s.value.blushStrong ? 14 : 11,
|
|
1018
|
+
ry: s.value.blushStrong ? 10 : 8,
|
|
1019
1019
|
fill: "var(--robot-amber)",
|
|
1020
|
-
opacity:
|
|
1021
|
-
}, null, 8,
|
|
1022
|
-
], 64)) :
|
|
1023
|
-
|
|
1024
|
-
|
|
1020
|
+
opacity: s.value.blushStrong ? 0.95 : 0.85
|
|
1021
|
+
}, null, 8, Ht)
|
|
1022
|
+
], 64)) : f("", !0),
|
|
1023
|
+
s.value.blushPink ? (t(), l(x, { key: 1 }, [
|
|
1024
|
+
a[0] || (a[0] = e("ellipse", {
|
|
1025
1025
|
cx: "73",
|
|
1026
1026
|
cy: "129",
|
|
1027
1027
|
rx: "13",
|
|
@@ -1029,7 +1029,7 @@ const $e = {
|
|
|
1029
1029
|
fill: "oklch(0.72 0.22 0)",
|
|
1030
1030
|
opacity: "0.72"
|
|
1031
1031
|
}, null, -1)),
|
|
1032
|
-
|
|
1032
|
+
a[1] || (a[1] = e("ellipse", {
|
|
1033
1033
|
cx: "167",
|
|
1034
1034
|
cy: "129",
|
|
1035
1035
|
rx: "13",
|
|
@@ -1037,8 +1037,8 @@ const $e = {
|
|
|
1037
1037
|
fill: "oklch(0.72 0.22 0)",
|
|
1038
1038
|
opacity: "0.72"
|
|
1039
1039
|
}, null, -1))
|
|
1040
|
-
], 64)) :
|
|
1041
|
-
|
|
1040
|
+
], 64)) : f("", !0),
|
|
1041
|
+
a[47] || (a[47] = e("rect", {
|
|
1042
1042
|
x: "66",
|
|
1043
1043
|
y: "66",
|
|
1044
1044
|
width: "108",
|
|
@@ -1046,16 +1046,16 @@ const $e = {
|
|
|
1046
1046
|
rx: "32",
|
|
1047
1047
|
fill: "var(--robot-screen)"
|
|
1048
1048
|
}, null, -1)),
|
|
1049
|
-
|
|
1049
|
+
s.value.screenTint ? (t(), l("rect", {
|
|
1050
1050
|
key: 2,
|
|
1051
1051
|
x: "66",
|
|
1052
1052
|
y: "66",
|
|
1053
1053
|
width: "108",
|
|
1054
1054
|
height: "92",
|
|
1055
1055
|
rx: "32",
|
|
1056
|
-
fill:
|
|
1057
|
-
}, null, 8,
|
|
1058
|
-
|
|
1056
|
+
fill: s.value.screenTint
|
|
1057
|
+
}, null, 8, Zt)) : f("", !0),
|
|
1058
|
+
a[48] || (a[48] = e("rect", {
|
|
1059
1059
|
x: "66",
|
|
1060
1060
|
y: "66",
|
|
1061
1061
|
width: "108",
|
|
@@ -1063,7 +1063,7 @@ const $e = {
|
|
|
1063
1063
|
rx: "20",
|
|
1064
1064
|
fill: "oklch(1 0 0 / 0.06)"
|
|
1065
1065
|
}, null, -1)),
|
|
1066
|
-
|
|
1066
|
+
k.value === "closed" ? (t(), l("g", {
|
|
1067
1067
|
key: 3,
|
|
1068
1068
|
stroke: i,
|
|
1069
1069
|
"stroke-width": "5",
|
|
@@ -1071,12 +1071,12 @@ const $e = {
|
|
|
1071
1071
|
fill: "none"
|
|
1072
1072
|
}, [
|
|
1073
1073
|
e("path", {
|
|
1074
|
-
d: `M ${
|
|
1075
|
-
}, null, 8,
|
|
1074
|
+
d: `M ${d - 11} ${o} q 11 7 22 0`
|
|
1075
|
+
}, null, 8, Ut),
|
|
1076
1076
|
e("path", {
|
|
1077
|
-
d: `M ${
|
|
1078
|
-
}, null, 8,
|
|
1079
|
-
])) :
|
|
1077
|
+
d: `M ${u - 11} ${o} q 11 7 22 0`
|
|
1078
|
+
}, null, 8, jt)
|
|
1079
|
+
])) : k.value === "happy" ? (t(), l("g", {
|
|
1080
1080
|
key: 4,
|
|
1081
1081
|
stroke: i,
|
|
1082
1082
|
"stroke-width": "6",
|
|
@@ -1084,221 +1084,221 @@ const $e = {
|
|
|
1084
1084
|
fill: "none"
|
|
1085
1085
|
}, [
|
|
1086
1086
|
e("path", {
|
|
1087
|
-
d: `M ${
|
|
1088
|
-
}, null, 8,
|
|
1087
|
+
d: `M ${d - 11} ${o + 3} q 11 -16 22 0`
|
|
1088
|
+
}, null, 8, Ft),
|
|
1089
1089
|
e("path", {
|
|
1090
|
-
d: `M ${
|
|
1091
|
-
}, null, 8,
|
|
1092
|
-
])) :
|
|
1090
|
+
d: `M ${u - 11} ${o + 3} q 11 -16 22 0`
|
|
1091
|
+
}, null, 8, Qt)
|
|
1092
|
+
])) : k.value === "arcHappy" ? (t(), l("g", Yt, [
|
|
1093
1093
|
e("path", {
|
|
1094
|
-
d: `M ${
|
|
1094
|
+
d: `M ${d - 13} ${o + 4} q 13 -20 26 0`,
|
|
1095
1095
|
stroke: i,
|
|
1096
1096
|
"stroke-width": "7",
|
|
1097
1097
|
"stroke-linecap": "round",
|
|
1098
1098
|
fill: "none"
|
|
1099
|
-
}, null, 8,
|
|
1099
|
+
}, null, 8, Wt),
|
|
1100
1100
|
e("path", {
|
|
1101
|
-
d: `M ${
|
|
1101
|
+
d: `M ${u - 13} ${o + 4} q 13 -20 26 0`,
|
|
1102
1102
|
stroke: i,
|
|
1103
1103
|
"stroke-width": "7",
|
|
1104
1104
|
"stroke-linecap": "round",
|
|
1105
1105
|
fill: "none"
|
|
1106
|
-
}, null, 8,
|
|
1106
|
+
}, null, 8, Vt),
|
|
1107
1107
|
e("rect", {
|
|
1108
|
-
x:
|
|
1108
|
+
x: d - 14,
|
|
1109
1109
|
y: o - 14,
|
|
1110
1110
|
width: "28",
|
|
1111
1111
|
height: "18",
|
|
1112
1112
|
fill: "var(--robot-screen)"
|
|
1113
|
-
}, null, 8,
|
|
1113
|
+
}, null, 8, Jt),
|
|
1114
1114
|
e("rect", {
|
|
1115
|
-
x:
|
|
1115
|
+
x: u - 14,
|
|
1116
1116
|
y: o - 14,
|
|
1117
1117
|
width: "28",
|
|
1118
1118
|
height: "18",
|
|
1119
1119
|
fill: "var(--robot-screen)"
|
|
1120
|
-
}, null, 8,
|
|
1121
|
-
])) :
|
|
1120
|
+
}, null, 8, Kt)
|
|
1121
|
+
])) : k.value === "narrow" ? (t(), l("g", {
|
|
1122
1122
|
key: 6,
|
|
1123
1123
|
fill: i
|
|
1124
1124
|
}, [
|
|
1125
1125
|
e("ellipse", {
|
|
1126
|
-
cx:
|
|
1126
|
+
cx: d + _.value * 0.4,
|
|
1127
1127
|
cy: o,
|
|
1128
1128
|
rx: "5",
|
|
1129
1129
|
ry: "11"
|
|
1130
|
-
}, null, 8,
|
|
1130
|
+
}, null, 8, Xt),
|
|
1131
1131
|
e("ellipse", {
|
|
1132
|
-
cx:
|
|
1132
|
+
cx: u + _.value * 0.4,
|
|
1133
1133
|
cy: o,
|
|
1134
1134
|
rx: "5",
|
|
1135
1135
|
ry: "11"
|
|
1136
|
-
}, null, 8,
|
|
1136
|
+
}, null, 8, el),
|
|
1137
1137
|
e("line", {
|
|
1138
|
-
x1:
|
|
1138
|
+
x1: d - 11,
|
|
1139
1139
|
y1: o - 12,
|
|
1140
|
-
x2:
|
|
1140
|
+
x2: d + 9,
|
|
1141
1141
|
y2: o - 6,
|
|
1142
1142
|
stroke: i,
|
|
1143
1143
|
"stroke-width": "5",
|
|
1144
1144
|
"stroke-linecap": "round"
|
|
1145
|
-
}, null, 8,
|
|
1145
|
+
}, null, 8, tl),
|
|
1146
1146
|
e("line", {
|
|
1147
|
-
x1:
|
|
1147
|
+
x1: u + 11,
|
|
1148
1148
|
y1: o - 12,
|
|
1149
|
-
x2:
|
|
1149
|
+
x2: u - 9,
|
|
1150
1150
|
y2: o - 6,
|
|
1151
1151
|
stroke: i,
|
|
1152
1152
|
"stroke-width": "5",
|
|
1153
1153
|
"stroke-linecap": "round"
|
|
1154
|
-
}, null, 8,
|
|
1155
|
-
])) :
|
|
1154
|
+
}, null, 8, ll)
|
|
1155
|
+
])) : k.value === "droopy" ? (t(), l("g", {
|
|
1156
1156
|
key: 7,
|
|
1157
1157
|
fill: i
|
|
1158
1158
|
}, [
|
|
1159
1159
|
e("ellipse", {
|
|
1160
|
-
cx:
|
|
1160
|
+
cx: d,
|
|
1161
1161
|
cy: o + 3,
|
|
1162
1162
|
rx: "8",
|
|
1163
1163
|
ry: "10"
|
|
1164
|
-
}, null, 8,
|
|
1164
|
+
}, null, 8, ol),
|
|
1165
1165
|
e("ellipse", {
|
|
1166
|
-
cx:
|
|
1166
|
+
cx: u,
|
|
1167
1167
|
cy: o + 3,
|
|
1168
1168
|
rx: "8",
|
|
1169
1169
|
ry: "10"
|
|
1170
|
-
}, null, 8,
|
|
1170
|
+
}, null, 8, al),
|
|
1171
1171
|
e("line", {
|
|
1172
|
-
x1:
|
|
1172
|
+
x1: d + 5,
|
|
1173
1173
|
y1: o - 8,
|
|
1174
|
-
x2:
|
|
1174
|
+
x2: d + 12,
|
|
1175
1175
|
y2: o - 2,
|
|
1176
1176
|
stroke: i,
|
|
1177
1177
|
"stroke-width": "4",
|
|
1178
1178
|
"stroke-linecap": "round"
|
|
1179
|
-
}, null, 8,
|
|
1179
|
+
}, null, 8, sl),
|
|
1180
1180
|
e("line", {
|
|
1181
|
-
x1:
|
|
1181
|
+
x1: u - 5,
|
|
1182
1182
|
y1: o - 8,
|
|
1183
|
-
x2:
|
|
1183
|
+
x2: u - 12,
|
|
1184
1184
|
y2: o - 2,
|
|
1185
1185
|
stroke: i,
|
|
1186
1186
|
"stroke-width": "4",
|
|
1187
1187
|
"stroke-linecap": "round"
|
|
1188
|
-
}, null, 8,
|
|
1189
|
-
])) :
|
|
1188
|
+
}, null, 8, il)
|
|
1189
|
+
])) : k.value === "softRound" ? (t(), l("g", {
|
|
1190
1190
|
key: 8,
|
|
1191
1191
|
fill: i
|
|
1192
1192
|
}, [
|
|
1193
1193
|
e("circle", {
|
|
1194
|
-
cx:
|
|
1195
|
-
cy: o +
|
|
1194
|
+
cx: d + _.value * 0.2,
|
|
1195
|
+
cy: o + A.value * 0.2,
|
|
1196
1196
|
r: "9"
|
|
1197
|
-
}, null, 8,
|
|
1197
|
+
}, null, 8, nl),
|
|
1198
1198
|
e("circle", {
|
|
1199
|
-
cx:
|
|
1200
|
-
cy: o +
|
|
1199
|
+
cx: u + _.value * 0.2,
|
|
1200
|
+
cy: o + A.value * 0.2,
|
|
1201
1201
|
r: "9"
|
|
1202
|
-
}, null, 8,
|
|
1202
|
+
}, null, 8, rl),
|
|
1203
1203
|
e("circle", {
|
|
1204
|
-
cx:
|
|
1204
|
+
cx: d + 3,
|
|
1205
1205
|
cy: o - 3,
|
|
1206
1206
|
r: "2.5",
|
|
1207
1207
|
fill: "var(--robot-screen)"
|
|
1208
|
-
}, null, 8,
|
|
1208
|
+
}, null, 8, cl),
|
|
1209
1209
|
e("circle", {
|
|
1210
|
-
cx:
|
|
1210
|
+
cx: u + 3,
|
|
1211
1211
|
cy: o - 3,
|
|
1212
1212
|
r: "2.5",
|
|
1213
1213
|
fill: "var(--robot-screen)"
|
|
1214
|
-
}, null, 8,
|
|
1215
|
-
])) :
|
|
1214
|
+
}, null, 8, dl)
|
|
1215
|
+
])) : k.value === "bigRound" ? (t(), l("g", {
|
|
1216
1216
|
key: 9,
|
|
1217
1217
|
fill: i
|
|
1218
1218
|
}, [
|
|
1219
1219
|
e("circle", {
|
|
1220
|
-
cx:
|
|
1220
|
+
cx: d,
|
|
1221
1221
|
cy: o,
|
|
1222
1222
|
r: "15",
|
|
1223
1223
|
fill: "oklch(1 0 0 / 0.96)"
|
|
1224
1224
|
}),
|
|
1225
1225
|
e("circle", {
|
|
1226
|
-
cx:
|
|
1226
|
+
cx: u,
|
|
1227
1227
|
cy: o,
|
|
1228
1228
|
r: "15",
|
|
1229
1229
|
fill: "oklch(1 0 0 / 0.96)"
|
|
1230
1230
|
}),
|
|
1231
1231
|
e("circle", {
|
|
1232
|
-
cx:
|
|
1233
|
-
cy: o +
|
|
1232
|
+
cx: d + _.value * 0.5,
|
|
1233
|
+
cy: o + A.value * 0.5,
|
|
1234
1234
|
r: "8",
|
|
1235
1235
|
fill: i
|
|
1236
|
-
}, null, 8,
|
|
1236
|
+
}, null, 8, ul),
|
|
1237
1237
|
e("circle", {
|
|
1238
|
-
cx:
|
|
1239
|
-
cy: o +
|
|
1238
|
+
cx: u + _.value * 0.5,
|
|
1239
|
+
cy: o + A.value * 0.5,
|
|
1240
1240
|
r: "8",
|
|
1241
1241
|
fill: i
|
|
1242
|
-
}, null, 8,
|
|
1242
|
+
}, null, 8, yl),
|
|
1243
1243
|
e("circle", {
|
|
1244
|
-
cx:
|
|
1244
|
+
cx: d + 5,
|
|
1245
1245
|
cy: o - 5,
|
|
1246
1246
|
r: "3",
|
|
1247
1247
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1248
|
-
}, null, 8,
|
|
1248
|
+
}, null, 8, ml),
|
|
1249
1249
|
e("circle", {
|
|
1250
|
-
cx:
|
|
1250
|
+
cx: u + 5,
|
|
1251
1251
|
cy: o - 5,
|
|
1252
1252
|
r: "3",
|
|
1253
1253
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1254
|
-
}, null, 8,
|
|
1255
|
-
])) :
|
|
1254
|
+
}, null, 8, hl)
|
|
1255
|
+
])) : k.value === "halfDroopy" ? (t(), l("g", {
|
|
1256
1256
|
key: 10,
|
|
1257
1257
|
fill: i
|
|
1258
1258
|
}, [
|
|
1259
1259
|
e("ellipse", {
|
|
1260
|
-
cx:
|
|
1260
|
+
cx: d,
|
|
1261
1261
|
cy: o + 2,
|
|
1262
1262
|
rx: "10",
|
|
1263
1263
|
ry: "11",
|
|
1264
1264
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1265
|
-
}, null, 8,
|
|
1265
|
+
}, null, 8, fl),
|
|
1266
1266
|
e("ellipse", {
|
|
1267
|
-
cx:
|
|
1267
|
+
cx: u,
|
|
1268
1268
|
cy: o + 2,
|
|
1269
1269
|
rx: "10",
|
|
1270
1270
|
ry: "11",
|
|
1271
1271
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1272
|
-
}, null, 8,
|
|
1272
|
+
}, null, 8, kl),
|
|
1273
1273
|
e("ellipse", {
|
|
1274
|
-
cx:
|
|
1274
|
+
cx: d,
|
|
1275
1275
|
cy: o + 5,
|
|
1276
1276
|
rx: "6",
|
|
1277
1277
|
ry: "7",
|
|
1278
1278
|
fill: i
|
|
1279
|
-
}, null, 8,
|
|
1279
|
+
}, null, 8, pl),
|
|
1280
1280
|
e("ellipse", {
|
|
1281
|
-
cx:
|
|
1281
|
+
cx: u,
|
|
1282
1282
|
cy: o + 5,
|
|
1283
1283
|
rx: "6",
|
|
1284
1284
|
ry: "7",
|
|
1285
1285
|
fill: i
|
|
1286
|
-
}, null, 8,
|
|
1286
|
+
}, null, 8, xl),
|
|
1287
1287
|
e("rect", {
|
|
1288
|
-
x:
|
|
1288
|
+
x: d - 12,
|
|
1289
1289
|
y: o - 12,
|
|
1290
1290
|
width: "24",
|
|
1291
1291
|
height: "12",
|
|
1292
1292
|
fill: "var(--robot-screen)"
|
|
1293
|
-
}, null, 8,
|
|
1293
|
+
}, null, 8, gl),
|
|
1294
1294
|
e("rect", {
|
|
1295
|
-
x:
|
|
1295
|
+
x: u - 12,
|
|
1296
1296
|
y: o - 12,
|
|
1297
1297
|
width: "24",
|
|
1298
1298
|
height: "12",
|
|
1299
1299
|
fill: "var(--robot-screen)"
|
|
1300
|
-
}, null, 8,
|
|
1301
|
-
])) :
|
|
1300
|
+
}, null, 8, _l)
|
|
1301
|
+
])) : k.value === "peekSlit" ? (t(), l("g", {
|
|
1302
1302
|
key: 11,
|
|
1303
1303
|
stroke: i,
|
|
1304
1304
|
"stroke-width": "4",
|
|
@@ -1306,357 +1306,357 @@ const $e = {
|
|
|
1306
1306
|
fill: "none"
|
|
1307
1307
|
}, [
|
|
1308
1308
|
e("line", {
|
|
1309
|
-
x1:
|
|
1309
|
+
x1: d - 9,
|
|
1310
1310
|
y1: o,
|
|
1311
|
-
x2:
|
|
1311
|
+
x2: d + 9,
|
|
1312
1312
|
y2: o
|
|
1313
|
-
}, null, 8,
|
|
1313
|
+
}, null, 8, vl),
|
|
1314
1314
|
e("line", {
|
|
1315
|
-
x1:
|
|
1315
|
+
x1: u - 9,
|
|
1316
1316
|
y1: o,
|
|
1317
|
-
x2:
|
|
1317
|
+
x2: u + 9,
|
|
1318
1318
|
y2: o
|
|
1319
|
-
}, null, 8,
|
|
1320
|
-
])) :
|
|
1319
|
+
}, null, 8, bl)
|
|
1320
|
+
])) : k.value === "halfSquint" ? (t(), l("g", {
|
|
1321
1321
|
key: 12,
|
|
1322
1322
|
fill: i
|
|
1323
1323
|
}, [
|
|
1324
1324
|
e("ellipse", {
|
|
1325
|
-
cx:
|
|
1325
|
+
cx: d,
|
|
1326
1326
|
cy: o + 1,
|
|
1327
1327
|
rx: "7",
|
|
1328
1328
|
ry: "9",
|
|
1329
1329
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1330
|
-
}, null, 8,
|
|
1330
|
+
}, null, 8, wl),
|
|
1331
1331
|
e("ellipse", {
|
|
1332
|
-
cx:
|
|
1332
|
+
cx: d + 2,
|
|
1333
1333
|
cy: o + 2,
|
|
1334
1334
|
rx: "4.5",
|
|
1335
1335
|
ry: "6",
|
|
1336
1336
|
fill: i
|
|
1337
|
-
}, null, 8, $
|
|
1337
|
+
}, null, 8, $l),
|
|
1338
1338
|
e("rect", {
|
|
1339
|
-
x:
|
|
1339
|
+
x: d - 9,
|
|
1340
1340
|
y: o - 10,
|
|
1341
1341
|
width: "18",
|
|
1342
1342
|
height: "9",
|
|
1343
1343
|
fill: "var(--robot-screen)"
|
|
1344
|
-
}, null, 8,
|
|
1344
|
+
}, null, 8, Cl),
|
|
1345
1345
|
e("ellipse", {
|
|
1346
|
-
cx:
|
|
1346
|
+
cx: u,
|
|
1347
1347
|
cy: o,
|
|
1348
1348
|
rx: "9",
|
|
1349
1349
|
ry: "11",
|
|
1350
1350
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1351
1351
|
}),
|
|
1352
1352
|
e("ellipse", {
|
|
1353
|
-
cx:
|
|
1353
|
+
cx: u + 3,
|
|
1354
1354
|
cy: o + 1,
|
|
1355
1355
|
rx: "6",
|
|
1356
1356
|
ry: "7",
|
|
1357
1357
|
fill: i
|
|
1358
|
-
}, null, 8,
|
|
1359
|
-
])) :
|
|
1358
|
+
}, null, 8, ql)
|
|
1359
|
+
])) : k.value === "scaredWide" ? (t(), l("g", {
|
|
1360
1360
|
key: 13,
|
|
1361
1361
|
fill: i
|
|
1362
1362
|
}, [
|
|
1363
1363
|
e("circle", {
|
|
1364
|
-
cx:
|
|
1364
|
+
cx: d,
|
|
1365
1365
|
cy: o,
|
|
1366
1366
|
r: "14",
|
|
1367
1367
|
fill: "oklch(1 0 0 / 0.98)"
|
|
1368
1368
|
}),
|
|
1369
1369
|
e("circle", {
|
|
1370
|
-
cx:
|
|
1370
|
+
cx: u,
|
|
1371
1371
|
cy: o,
|
|
1372
1372
|
r: "14",
|
|
1373
1373
|
fill: "oklch(1 0 0 / 0.98)"
|
|
1374
1374
|
}),
|
|
1375
1375
|
e("circle", {
|
|
1376
|
-
cx:
|
|
1376
|
+
cx: d + 3,
|
|
1377
1377
|
cy: o + 2,
|
|
1378
1378
|
r: "7",
|
|
1379
1379
|
fill: i
|
|
1380
|
-
}, null, 8,
|
|
1380
|
+
}, null, 8, Ml),
|
|
1381
1381
|
e("circle", {
|
|
1382
|
-
cx:
|
|
1382
|
+
cx: u - 3,
|
|
1383
1383
|
cy: o + 2,
|
|
1384
1384
|
r: "7",
|
|
1385
1385
|
fill: i
|
|
1386
|
-
}, null, 8,
|
|
1386
|
+
}, null, 8, Sl),
|
|
1387
1387
|
e("circle", {
|
|
1388
|
-
cx:
|
|
1388
|
+
cx: d + 6,
|
|
1389
1389
|
cy: o - 3,
|
|
1390
1390
|
r: "2.5",
|
|
1391
1391
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1392
|
-
}, null, 8,
|
|
1392
|
+
}, null, 8, Al),
|
|
1393
1393
|
e("circle", {
|
|
1394
|
-
cx:
|
|
1394
|
+
cx: u - 1,
|
|
1395
1395
|
cy: o - 3,
|
|
1396
1396
|
r: "2.5",
|
|
1397
1397
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1398
|
-
}, null, 8,
|
|
1399
|
-
])) :
|
|
1398
|
+
}, null, 8, Bl)
|
|
1399
|
+
])) : k.value === "narrowSlant" ? (t(), l("g", {
|
|
1400
1400
|
key: 14,
|
|
1401
1401
|
fill: i
|
|
1402
1402
|
}, [
|
|
1403
1403
|
e("ellipse", {
|
|
1404
|
-
cx:
|
|
1404
|
+
cx: d,
|
|
1405
1405
|
cy: o,
|
|
1406
1406
|
rx: "11",
|
|
1407
1407
|
ry: "8",
|
|
1408
1408
|
fill: "oklch(1 0 0 / 0.92)"
|
|
1409
1409
|
}),
|
|
1410
1410
|
e("ellipse", {
|
|
1411
|
-
cx:
|
|
1411
|
+
cx: u,
|
|
1412
1412
|
cy: o,
|
|
1413
1413
|
rx: "11",
|
|
1414
1414
|
ry: "8",
|
|
1415
1415
|
fill: "oklch(1 0 0 / 0.92)"
|
|
1416
1416
|
}),
|
|
1417
1417
|
e("ellipse", {
|
|
1418
|
-
cx:
|
|
1418
|
+
cx: d + 2,
|
|
1419
1419
|
cy: o + 1,
|
|
1420
1420
|
rx: "5",
|
|
1421
1421
|
ry: "6",
|
|
1422
1422
|
fill: i
|
|
1423
|
-
}, null, 8,
|
|
1423
|
+
}, null, 8, Ol),
|
|
1424
1424
|
e("ellipse", {
|
|
1425
|
-
cx:
|
|
1425
|
+
cx: u - 2,
|
|
1426
1426
|
cy: o + 1,
|
|
1427
1427
|
rx: "5",
|
|
1428
1428
|
ry: "6",
|
|
1429
1429
|
fill: i
|
|
1430
|
-
}, null, 8,
|
|
1430
|
+
}, null, 8, zl),
|
|
1431
1431
|
e("line", {
|
|
1432
|
-
x1:
|
|
1432
|
+
x1: d - 12,
|
|
1433
1433
|
y1: o - 7,
|
|
1434
|
-
x2:
|
|
1434
|
+
x2: d + 10,
|
|
1435
1435
|
y2: o - 4,
|
|
1436
1436
|
stroke: i,
|
|
1437
1437
|
"stroke-width": "5",
|
|
1438
1438
|
"stroke-linecap": "round"
|
|
1439
|
-
}, null, 8,
|
|
1439
|
+
}, null, 8, Rl),
|
|
1440
1440
|
e("line", {
|
|
1441
|
-
x1:
|
|
1441
|
+
x1: u - 10,
|
|
1442
1442
|
y1: o - 4,
|
|
1443
|
-
x2:
|
|
1443
|
+
x2: u + 12,
|
|
1444
1444
|
y2: o - 7,
|
|
1445
1445
|
stroke: i,
|
|
1446
1446
|
"stroke-width": "5",
|
|
1447
1447
|
"stroke-linecap": "round"
|
|
1448
|
-
}, null, 8,
|
|
1449
|
-
])) :
|
|
1448
|
+
}, null, 8, Il)
|
|
1449
|
+
])) : k.value === "dashEyes" ? (t(), l("g", {
|
|
1450
1450
|
key: 15,
|
|
1451
1451
|
stroke: i,
|
|
1452
1452
|
"stroke-width": "6",
|
|
1453
1453
|
"stroke-linecap": "round"
|
|
1454
1454
|
}, [
|
|
1455
1455
|
e("line", {
|
|
1456
|
-
x1:
|
|
1456
|
+
x1: d - 10,
|
|
1457
1457
|
y1: o,
|
|
1458
|
-
x2:
|
|
1458
|
+
x2: d + 10,
|
|
1459
1459
|
y2: o
|
|
1460
|
-
}, null, 8,
|
|
1460
|
+
}, null, 8, Nl),
|
|
1461
1461
|
e("line", {
|
|
1462
|
-
x1:
|
|
1462
|
+
x1: u - 10,
|
|
1463
1463
|
y1: o,
|
|
1464
|
-
x2:
|
|
1464
|
+
x2: u + 10,
|
|
1465
1465
|
y2: o
|
|
1466
|
-
}, null, 8,
|
|
1467
|
-
])) :
|
|
1466
|
+
}, null, 8, Tl)
|
|
1467
|
+
])) : k.value === "halfClosed" ? (t(), l("g", Dl, [
|
|
1468
1468
|
e("ellipse", {
|
|
1469
|
-
cx:
|
|
1469
|
+
cx: d,
|
|
1470
1470
|
cy: o + 2,
|
|
1471
1471
|
rx: "11",
|
|
1472
1472
|
ry: "12",
|
|
1473
1473
|
fill: "oklch(1 0 0 / 0.88)"
|
|
1474
|
-
}, null, 8,
|
|
1474
|
+
}, null, 8, Ll),
|
|
1475
1475
|
e("ellipse", {
|
|
1476
|
-
cx:
|
|
1476
|
+
cx: u,
|
|
1477
1477
|
cy: o + 2,
|
|
1478
1478
|
rx: "11",
|
|
1479
1479
|
ry: "12",
|
|
1480
1480
|
fill: "oklch(1 0 0 / 0.88)"
|
|
1481
|
-
}, null, 8,
|
|
1481
|
+
}, null, 8, Pl),
|
|
1482
1482
|
e("ellipse", {
|
|
1483
|
-
cx:
|
|
1483
|
+
cx: d,
|
|
1484
1484
|
cy: o + 5,
|
|
1485
1485
|
rx: "6",
|
|
1486
1486
|
ry: "7",
|
|
1487
1487
|
fill: i
|
|
1488
|
-
}, null, 8,
|
|
1488
|
+
}, null, 8, El),
|
|
1489
1489
|
e("ellipse", {
|
|
1490
|
-
cx:
|
|
1490
|
+
cx: u,
|
|
1491
1491
|
cy: o + 5,
|
|
1492
1492
|
rx: "6",
|
|
1493
1493
|
ry: "7",
|
|
1494
1494
|
fill: i
|
|
1495
|
-
}, null, 8,
|
|
1495
|
+
}, null, 8, Gl),
|
|
1496
1496
|
e("rect", {
|
|
1497
|
-
x:
|
|
1497
|
+
x: d - 13,
|
|
1498
1498
|
y: o - 13,
|
|
1499
1499
|
width: "26",
|
|
1500
1500
|
height: "16",
|
|
1501
1501
|
fill: "var(--robot-screen)"
|
|
1502
|
-
}, null, 8,
|
|
1502
|
+
}, null, 8, Hl),
|
|
1503
1503
|
e("rect", {
|
|
1504
|
-
x:
|
|
1504
|
+
x: u - 13,
|
|
1505
1505
|
y: o - 13,
|
|
1506
1506
|
width: "26",
|
|
1507
1507
|
height: "16",
|
|
1508
1508
|
fill: "var(--robot-screen)"
|
|
1509
|
-
}, null, 8,
|
|
1509
|
+
}, null, 8, Zl),
|
|
1510
1510
|
e("path", {
|
|
1511
|
-
d: `M ${
|
|
1511
|
+
d: `M ${d - 11} ${o + 3} q 11 -6 22 0`,
|
|
1512
1512
|
stroke: i,
|
|
1513
1513
|
"stroke-width": "4.5",
|
|
1514
1514
|
"stroke-linecap": "round",
|
|
1515
1515
|
fill: "none"
|
|
1516
|
-
}, null, 8,
|
|
1516
|
+
}, null, 8, Ul),
|
|
1517
1517
|
e("path", {
|
|
1518
|
-
d: `M ${
|
|
1518
|
+
d: `M ${u - 11} ${o + 3} q 11 -6 22 0`,
|
|
1519
1519
|
stroke: i,
|
|
1520
1520
|
"stroke-width": "4.5",
|
|
1521
1521
|
"stroke-linecap": "round",
|
|
1522
1522
|
fill: "none"
|
|
1523
|
-
}, null, 8,
|
|
1524
|
-
])) :
|
|
1523
|
+
}, null, 8, jl)
|
|
1524
|
+
])) : k.value === "thinkEyes" ? (t(), l("g", {
|
|
1525
1525
|
key: 17,
|
|
1526
1526
|
fill: i
|
|
1527
1527
|
}, [
|
|
1528
1528
|
e("ellipse", {
|
|
1529
|
-
cx:
|
|
1529
|
+
cx: d,
|
|
1530
1530
|
cy: o,
|
|
1531
1531
|
rx: "9",
|
|
1532
1532
|
ry: "10",
|
|
1533
1533
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1534
1534
|
}),
|
|
1535
1535
|
e("ellipse", {
|
|
1536
|
-
cx:
|
|
1536
|
+
cx: u,
|
|
1537
1537
|
cy: o,
|
|
1538
1538
|
rx: "9",
|
|
1539
1539
|
ry: "10",
|
|
1540
1540
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1541
1541
|
}),
|
|
1542
1542
|
e("ellipse", {
|
|
1543
|
-
cx:
|
|
1543
|
+
cx: d,
|
|
1544
1544
|
cy: o - 2,
|
|
1545
1545
|
rx: "5.5",
|
|
1546
1546
|
ry: "6.5",
|
|
1547
1547
|
fill: i
|
|
1548
|
-
}, null, 8,
|
|
1548
|
+
}, null, 8, Fl),
|
|
1549
1549
|
e("ellipse", {
|
|
1550
|
-
cx:
|
|
1550
|
+
cx: u,
|
|
1551
1551
|
cy: o - 2,
|
|
1552
1552
|
rx: "5.5",
|
|
1553
1553
|
ry: "6.5",
|
|
1554
1554
|
fill: i
|
|
1555
|
-
}, null, 8,
|
|
1555
|
+
}, null, 8, Ql),
|
|
1556
1556
|
e("line", {
|
|
1557
|
-
x1:
|
|
1557
|
+
x1: d - 8,
|
|
1558
1558
|
y1: o - 12,
|
|
1559
|
-
x2:
|
|
1559
|
+
x2: d + 6,
|
|
1560
1560
|
y2: o - 9,
|
|
1561
1561
|
stroke: i,
|
|
1562
1562
|
"stroke-width": "3.5",
|
|
1563
1563
|
"stroke-linecap": "round"
|
|
1564
|
-
}, null, 8,
|
|
1564
|
+
}, null, 8, Yl),
|
|
1565
1565
|
e("line", {
|
|
1566
|
-
x1:
|
|
1566
|
+
x1: u - 6,
|
|
1567
1567
|
y1: o - 9,
|
|
1568
|
-
x2:
|
|
1568
|
+
x2: u + 8,
|
|
1569
1569
|
y2: o - 12,
|
|
1570
1570
|
stroke: i,
|
|
1571
1571
|
"stroke-width": "3.5",
|
|
1572
1572
|
"stroke-linecap": "round"
|
|
1573
|
-
}, null, 8,
|
|
1574
|
-
])) :
|
|
1573
|
+
}, null, 8, Wl)
|
|
1574
|
+
])) : k.value === "blankDot" ? (t(), l("g", {
|
|
1575
1575
|
key: 18,
|
|
1576
1576
|
fill: i
|
|
1577
1577
|
}, [
|
|
1578
1578
|
e("circle", {
|
|
1579
|
-
cx:
|
|
1579
|
+
cx: d,
|
|
1580
1580
|
cy: o,
|
|
1581
1581
|
r: "10",
|
|
1582
1582
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1583
1583
|
}),
|
|
1584
1584
|
e("circle", {
|
|
1585
|
-
cx:
|
|
1585
|
+
cx: u,
|
|
1586
1586
|
cy: o,
|
|
1587
1587
|
r: "10",
|
|
1588
1588
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1589
1589
|
}),
|
|
1590
1590
|
e("circle", {
|
|
1591
|
-
cx:
|
|
1591
|
+
cx: d,
|
|
1592
1592
|
cy: o,
|
|
1593
1593
|
r: "4",
|
|
1594
1594
|
fill: i
|
|
1595
1595
|
}),
|
|
1596
1596
|
e("circle", {
|
|
1597
|
-
cx:
|
|
1597
|
+
cx: u,
|
|
1598
1598
|
cy: o,
|
|
1599
1599
|
r: "4",
|
|
1600
1600
|
fill: i
|
|
1601
1601
|
})
|
|
1602
|
-
])) :
|
|
1602
|
+
])) : k.value === "heavyLid" ? (t(), l("g", Vl, [
|
|
1603
1603
|
e("ellipse", {
|
|
1604
|
-
cx:
|
|
1604
|
+
cx: d,
|
|
1605
1605
|
cy: o + 3,
|
|
1606
1606
|
rx: "11",
|
|
1607
1607
|
ry: "12",
|
|
1608
1608
|
fill: "oklch(1 0 0 / 0.85)"
|
|
1609
|
-
}, null, 8,
|
|
1609
|
+
}, null, 8, Jl),
|
|
1610
1610
|
e("ellipse", {
|
|
1611
|
-
cx:
|
|
1611
|
+
cx: u,
|
|
1612
1612
|
cy: o + 3,
|
|
1613
1613
|
rx: "11",
|
|
1614
1614
|
ry: "12",
|
|
1615
1615
|
fill: "oklch(1 0 0 / 0.85)"
|
|
1616
|
-
}, null, 8,
|
|
1616
|
+
}, null, 8, Kl),
|
|
1617
1617
|
e("ellipse", {
|
|
1618
|
-
cx:
|
|
1618
|
+
cx: d,
|
|
1619
1619
|
cy: o + 7,
|
|
1620
1620
|
rx: "5",
|
|
1621
1621
|
ry: "6",
|
|
1622
1622
|
fill: i
|
|
1623
|
-
}, null, 8,
|
|
1623
|
+
}, null, 8, Xl),
|
|
1624
1624
|
e("ellipse", {
|
|
1625
|
-
cx:
|
|
1625
|
+
cx: u,
|
|
1626
1626
|
cy: o + 7,
|
|
1627
1627
|
rx: "5",
|
|
1628
1628
|
ry: "6",
|
|
1629
1629
|
fill: i
|
|
1630
1630
|
}, null, 8, eo),
|
|
1631
1631
|
e("rect", {
|
|
1632
|
-
x:
|
|
1632
|
+
x: d - 13,
|
|
1633
1633
|
y: o - 14,
|
|
1634
1634
|
width: "26",
|
|
1635
1635
|
height: "20",
|
|
1636
1636
|
fill: "var(--robot-screen)"
|
|
1637
|
-
}, null, 8,
|
|
1637
|
+
}, null, 8, to),
|
|
1638
1638
|
e("rect", {
|
|
1639
|
-
x:
|
|
1639
|
+
x: u - 13,
|
|
1640
1640
|
y: o - 14,
|
|
1641
1641
|
width: "26",
|
|
1642
1642
|
height: "20",
|
|
1643
1643
|
fill: "var(--robot-screen)"
|
|
1644
|
-
}, null, 8,
|
|
1644
|
+
}, null, 8, lo),
|
|
1645
1645
|
e("path", {
|
|
1646
|
-
d: `M ${
|
|
1646
|
+
d: `M ${d - 11} ${o + 6} q 11 -4 22 0`,
|
|
1647
1647
|
stroke: i,
|
|
1648
1648
|
"stroke-width": "5",
|
|
1649
1649
|
"stroke-linecap": "round",
|
|
1650
1650
|
fill: "none"
|
|
1651
1651
|
}, null, 8, oo),
|
|
1652
1652
|
e("path", {
|
|
1653
|
-
d: `M ${
|
|
1653
|
+
d: `M ${u - 11} ${o + 6} q 11 -4 22 0`,
|
|
1654
1654
|
stroke: i,
|
|
1655
1655
|
"stroke-width": "5",
|
|
1656
1656
|
"stroke-linecap": "round",
|
|
1657
1657
|
fill: "none"
|
|
1658
|
-
}, null, 8,
|
|
1659
|
-
])) :
|
|
1658
|
+
}, null, 8, ao)
|
|
1659
|
+
])) : k.value === "smug" ? (t(), l("g", {
|
|
1660
1660
|
key: 20,
|
|
1661
1661
|
stroke: i,
|
|
1662
1662
|
"stroke-width": "5",
|
|
@@ -1664,30 +1664,30 @@ const $e = {
|
|
|
1664
1664
|
fill: "none"
|
|
1665
1665
|
}, [
|
|
1666
1666
|
e("path", {
|
|
1667
|
-
d: `M ${
|
|
1668
|
-
}, null, 8,
|
|
1667
|
+
d: `M ${d - 11} ${o - 2} q 11 9 22 2`
|
|
1668
|
+
}, null, 8, so),
|
|
1669
1669
|
e("path", {
|
|
1670
|
-
d: `M ${
|
|
1670
|
+
d: `M ${u - 11} ${o - 2} q 11 9 22 2`
|
|
1671
1671
|
}, null, 8, io)
|
|
1672
|
-
])) :
|
|
1672
|
+
])) : k.value === "cool" ? (t(), l("g", {
|
|
1673
1673
|
key: 21,
|
|
1674
1674
|
stroke: i,
|
|
1675
1675
|
"stroke-width": "5",
|
|
1676
1676
|
"stroke-linecap": "round"
|
|
1677
1677
|
}, [
|
|
1678
1678
|
e("line", {
|
|
1679
|
-
x1:
|
|
1679
|
+
x1: d - 11,
|
|
1680
1680
|
y1: o,
|
|
1681
|
-
x2:
|
|
1681
|
+
x2: d + 11,
|
|
1682
1682
|
y2: o
|
|
1683
|
-
}, null, 8,
|
|
1683
|
+
}, null, 8, no),
|
|
1684
1684
|
e("line", {
|
|
1685
|
-
x1:
|
|
1685
|
+
x1: u - 11,
|
|
1686
1686
|
y1: o,
|
|
1687
|
-
x2:
|
|
1687
|
+
x2: u + 11,
|
|
1688
1688
|
y2: o
|
|
1689
|
-
}, null, 8,
|
|
1690
|
-
])) :
|
|
1689
|
+
}, null, 8, ro)
|
|
1690
|
+
])) : k.value === "sad" ? (t(), l("g", {
|
|
1691
1691
|
key: 22,
|
|
1692
1692
|
stroke: i,
|
|
1693
1693
|
"stroke-width": "6",
|
|
@@ -1695,180 +1695,180 @@ const $e = {
|
|
|
1695
1695
|
fill: "none"
|
|
1696
1696
|
}, [
|
|
1697
1697
|
e("path", {
|
|
1698
|
-
d: `M ${
|
|
1698
|
+
d: `M ${d - 11} ${o - 1} q 11 14 22 0`
|
|
1699
1699
|
}, null, 8, co),
|
|
1700
1700
|
e("path", {
|
|
1701
|
-
d: `M ${
|
|
1701
|
+
d: `M ${u - 11} ${o - 1} q 11 14 22 0`
|
|
1702
1702
|
}, null, 8, uo)
|
|
1703
|
-
])) :
|
|
1703
|
+
])) : k.value === "teary" ? (t(), l("g", {
|
|
1704
1704
|
key: 23,
|
|
1705
1705
|
fill: i
|
|
1706
1706
|
}, [
|
|
1707
1707
|
e("circle", {
|
|
1708
|
-
cx:
|
|
1708
|
+
cx: d,
|
|
1709
1709
|
cy: o + 1,
|
|
1710
1710
|
r: "11",
|
|
1711
1711
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1712
1712
|
}, null, 8, yo),
|
|
1713
1713
|
e("circle", {
|
|
1714
|
-
cx:
|
|
1714
|
+
cx: u,
|
|
1715
1715
|
cy: o + 1,
|
|
1716
1716
|
r: "11",
|
|
1717
1717
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1718
1718
|
}, null, 8, mo),
|
|
1719
1719
|
e("circle", {
|
|
1720
|
-
cx:
|
|
1721
|
-
cy: o + 3 +
|
|
1720
|
+
cx: d + _.value * 0.3,
|
|
1721
|
+
cy: o + 3 + A.value * 0.3,
|
|
1722
1722
|
r: "6.5",
|
|
1723
1723
|
fill: i
|
|
1724
1724
|
}, null, 8, ho),
|
|
1725
1725
|
e("circle", {
|
|
1726
|
-
cx:
|
|
1727
|
-
cy: o + 3 +
|
|
1726
|
+
cx: u + _.value * 0.3,
|
|
1727
|
+
cy: o + 3 + A.value * 0.3,
|
|
1728
1728
|
r: "6.5",
|
|
1729
1729
|
fill: i
|
|
1730
|
-
}, null, 8,
|
|
1730
|
+
}, null, 8, fo),
|
|
1731
1731
|
e("circle", {
|
|
1732
|
-
cx:
|
|
1732
|
+
cx: d + 3,
|
|
1733
1733
|
cy: o - 3,
|
|
1734
1734
|
r: "2.5",
|
|
1735
1735
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1736
|
-
}, null, 8,
|
|
1736
|
+
}, null, 8, ko),
|
|
1737
1737
|
e("circle", {
|
|
1738
|
-
cx:
|
|
1738
|
+
cx: u + 3,
|
|
1739
1739
|
cy: o - 3,
|
|
1740
1740
|
r: "2.5",
|
|
1741
1741
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1742
1742
|
}, null, 8, po)
|
|
1743
|
-
])) :
|
|
1743
|
+
])) : k.value === "angry" ? (t(), l(x, { key: 24 }, [
|
|
1744
1744
|
e("g", {
|
|
1745
1745
|
stroke: i,
|
|
1746
1746
|
"stroke-width": "5",
|
|
1747
1747
|
"stroke-linecap": "round"
|
|
1748
1748
|
}, [
|
|
1749
1749
|
e("line", {
|
|
1750
|
-
x1:
|
|
1750
|
+
x1: d - 12,
|
|
1751
1751
|
y1: o - 13,
|
|
1752
|
-
x2:
|
|
1752
|
+
x2: d + 8,
|
|
1753
1753
|
y2: o - 6
|
|
1754
1754
|
}, null, 8, xo),
|
|
1755
1755
|
e("line", {
|
|
1756
|
-
x1:
|
|
1756
|
+
x1: u + 12,
|
|
1757
1757
|
y1: o - 13,
|
|
1758
|
-
x2:
|
|
1758
|
+
x2: u - 8,
|
|
1759
1759
|
y2: o - 6
|
|
1760
1760
|
}, null, 8, go)
|
|
1761
1761
|
]),
|
|
1762
1762
|
e("g", { fill: i }, [
|
|
1763
1763
|
e("ellipse", {
|
|
1764
|
-
cx:
|
|
1764
|
+
cx: d + _.value * 0.4,
|
|
1765
1765
|
cy: o + 2,
|
|
1766
1766
|
rx: "7",
|
|
1767
1767
|
ry: "8"
|
|
1768
1768
|
}, null, 8, _o),
|
|
1769
1769
|
e("ellipse", {
|
|
1770
|
-
cx:
|
|
1770
|
+
cx: u + _.value * 0.4,
|
|
1771
1771
|
cy: o + 2,
|
|
1772
1772
|
rx: "7",
|
|
1773
1773
|
ry: "8"
|
|
1774
|
-
}, null, 8,
|
|
1774
|
+
}, null, 8, vo)
|
|
1775
1775
|
])
|
|
1776
|
-
], 64)) :
|
|
1776
|
+
], 64)) : k.value === "excited" ? (t(), l("g", {
|
|
1777
1777
|
key: 25,
|
|
1778
1778
|
fill: i
|
|
1779
1779
|
}, [
|
|
1780
1780
|
e("circle", {
|
|
1781
|
-
cx:
|
|
1782
|
-
cy: o +
|
|
1781
|
+
cx: d + _.value * 0.3,
|
|
1782
|
+
cy: o + A.value * 0.3,
|
|
1783
1783
|
r: "13"
|
|
1784
|
-
}, null, 8,
|
|
1784
|
+
}, null, 8, bo),
|
|
1785
1785
|
e("circle", {
|
|
1786
|
-
cx:
|
|
1787
|
-
cy: o +
|
|
1786
|
+
cx: u + _.value * 0.3,
|
|
1787
|
+
cy: o + A.value * 0.3,
|
|
1788
1788
|
r: "13"
|
|
1789
1789
|
}, null, 8, wo),
|
|
1790
1790
|
e("circle", {
|
|
1791
|
-
cx:
|
|
1791
|
+
cx: d + 4,
|
|
1792
1792
|
cy: o - 4,
|
|
1793
1793
|
r: "3",
|
|
1794
1794
|
fill: "var(--robot-screen)"
|
|
1795
1795
|
}, null, 8, $o),
|
|
1796
1796
|
e("circle", {
|
|
1797
|
-
cx:
|
|
1797
|
+
cx: u + 4,
|
|
1798
1798
|
cy: o - 4,
|
|
1799
1799
|
r: "3",
|
|
1800
1800
|
fill: "var(--robot-screen)"
|
|
1801
1801
|
}, null, 8, Co)
|
|
1802
|
-
])) :
|
|
1802
|
+
])) : k.value === "lookup" ? (t(), l("g", {
|
|
1803
1803
|
key: 26,
|
|
1804
1804
|
fill: i
|
|
1805
1805
|
}, [
|
|
1806
1806
|
e("ellipse", {
|
|
1807
|
-
cx:
|
|
1807
|
+
cx: d + _.value * 0.4,
|
|
1808
1808
|
cy: o - 4,
|
|
1809
1809
|
rx: "7",
|
|
1810
1810
|
ry: "9"
|
|
1811
1811
|
}, null, 8, qo),
|
|
1812
1812
|
e("ellipse", {
|
|
1813
|
-
cx:
|
|
1813
|
+
cx: u + _.value * 0.4,
|
|
1814
1814
|
cy: o - 4,
|
|
1815
1815
|
rx: "7",
|
|
1816
1816
|
ry: "9"
|
|
1817
1817
|
}, null, 8, Mo)
|
|
1818
|
-
])) :
|
|
1818
|
+
])) : k.value === "lookdown" ? (t(), l("g", {
|
|
1819
1819
|
key: 27,
|
|
1820
1820
|
fill: i
|
|
1821
1821
|
}, [
|
|
1822
1822
|
e("ellipse", {
|
|
1823
|
-
cx:
|
|
1823
|
+
cx: d,
|
|
1824
1824
|
cy: o + 5,
|
|
1825
1825
|
rx: "7",
|
|
1826
1826
|
ry: "9"
|
|
1827
1827
|
}, null, 8, So),
|
|
1828
1828
|
e("ellipse", {
|
|
1829
|
-
cx:
|
|
1829
|
+
cx: u,
|
|
1830
1830
|
cy: o + 5,
|
|
1831
1831
|
rx: "7",
|
|
1832
1832
|
ry: "9"
|
|
1833
1833
|
}, null, 8, Ao)
|
|
1834
|
-
])) :
|
|
1834
|
+
])) : k.value === "wide" ? (t(), l("g", {
|
|
1835
1835
|
key: 28,
|
|
1836
1836
|
fill: i
|
|
1837
1837
|
}, [
|
|
1838
1838
|
e("circle", {
|
|
1839
|
-
cx:
|
|
1839
|
+
cx: d,
|
|
1840
1840
|
cy: o,
|
|
1841
1841
|
r: "13",
|
|
1842
1842
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1843
1843
|
}),
|
|
1844
1844
|
e("circle", {
|
|
1845
|
-
cx:
|
|
1845
|
+
cx: u,
|
|
1846
1846
|
cy: o,
|
|
1847
1847
|
r: "13",
|
|
1848
1848
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1849
1849
|
}),
|
|
1850
1850
|
e("circle", {
|
|
1851
|
-
cx:
|
|
1852
|
-
cy: o +
|
|
1851
|
+
cx: d + _.value * 0.5,
|
|
1852
|
+
cy: o + A.value * 0.5,
|
|
1853
1853
|
r: "6",
|
|
1854
1854
|
fill: i
|
|
1855
1855
|
}, null, 8, Bo),
|
|
1856
1856
|
e("circle", {
|
|
1857
|
-
cx:
|
|
1858
|
-
cy: o +
|
|
1857
|
+
cx: u + _.value * 0.5,
|
|
1858
|
+
cy: o + A.value * 0.5,
|
|
1859
1859
|
r: "6",
|
|
1860
1860
|
fill: i
|
|
1861
1861
|
}, null, 8, Oo)
|
|
1862
|
-
])) :
|
|
1862
|
+
])) : k.value === "half" ? (t(), l(x, { key: 29 }, [
|
|
1863
1863
|
e("g", { fill: i }, [
|
|
1864
1864
|
e("ellipse", {
|
|
1865
|
-
cx:
|
|
1865
|
+
cx: d,
|
|
1866
1866
|
cy: o + 3,
|
|
1867
1867
|
rx: "7",
|
|
1868
1868
|
ry: "5"
|
|
1869
1869
|
}, null, 8, zo),
|
|
1870
1870
|
e("ellipse", {
|
|
1871
|
-
cx:
|
|
1871
|
+
cx: u,
|
|
1872
1872
|
cy: o + 3,
|
|
1873
1873
|
rx: "7",
|
|
1874
1874
|
ry: "5"
|
|
@@ -1880,19 +1880,19 @@ const $e = {
|
|
|
1880
1880
|
"stroke-linecap": "round"
|
|
1881
1881
|
}, [
|
|
1882
1882
|
e("line", {
|
|
1883
|
-
x1:
|
|
1883
|
+
x1: d - 11,
|
|
1884
1884
|
y1: o - 4,
|
|
1885
|
-
x2:
|
|
1885
|
+
x2: d + 11,
|
|
1886
1886
|
y2: o - 4
|
|
1887
1887
|
}, null, 8, Io),
|
|
1888
1888
|
e("line", {
|
|
1889
|
-
x1:
|
|
1889
|
+
x1: u - 11,
|
|
1890
1890
|
y1: o - 4,
|
|
1891
|
-
x2:
|
|
1891
|
+
x2: u + 11,
|
|
1892
1892
|
y2: o - 4
|
|
1893
1893
|
}, null, 8, No)
|
|
1894
1894
|
]),
|
|
1895
|
-
|
|
1895
|
+
n.emotion === "tired" ? (t(), l("g", {
|
|
1896
1896
|
key: 0,
|
|
1897
1897
|
stroke: i,
|
|
1898
1898
|
"stroke-width": "2.5",
|
|
@@ -1901,13 +1901,13 @@ const $e = {
|
|
|
1901
1901
|
opacity: "0.6"
|
|
1902
1902
|
}, [
|
|
1903
1903
|
e("path", {
|
|
1904
|
-
d: `M ${
|
|
1904
|
+
d: `M ${d - 9} ${o + 12} q 9 5 18 0`
|
|
1905
1905
|
}, null, 8, To),
|
|
1906
1906
|
e("path", {
|
|
1907
|
-
d: `M ${
|
|
1907
|
+
d: `M ${u - 9} ${o + 12} q 9 5 18 0`
|
|
1908
1908
|
}, null, 8, Do)
|
|
1909
|
-
])) :
|
|
1910
|
-
], 64)) :
|
|
1909
|
+
])) : f("", !0)
|
|
1910
|
+
], 64)) : k.value === "dizzy" ? (t(), l("g", {
|
|
1911
1911
|
key: 30,
|
|
1912
1912
|
stroke: i,
|
|
1913
1913
|
"stroke-width": "3",
|
|
@@ -1915,68 +1915,68 @@ const $e = {
|
|
|
1915
1915
|
"stroke-linecap": "round"
|
|
1916
1916
|
}, [
|
|
1917
1917
|
e("path", {
|
|
1918
|
-
d: `M ${
|
|
1918
|
+
d: `M ${d} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1919
1919
|
}, null, 8, Lo),
|
|
1920
1920
|
e("path", {
|
|
1921
|
-
d: `M ${
|
|
1921
|
+
d: `M ${u} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1922
1922
|
}, null, 8, Po)
|
|
1923
|
-
])) :
|
|
1923
|
+
])) : k.value === "confused" ? (t(), l(x, { key: 31 }, [
|
|
1924
1924
|
e("circle", {
|
|
1925
|
-
cx:
|
|
1925
|
+
cx: d,
|
|
1926
1926
|
cy: o,
|
|
1927
1927
|
r: "10",
|
|
1928
1928
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1929
1929
|
}),
|
|
1930
1930
|
e("circle", {
|
|
1931
|
-
cx:
|
|
1932
|
-
cy: o +
|
|
1931
|
+
cx: d + _.value * 0.4,
|
|
1932
|
+
cy: o + A.value * 0.4,
|
|
1933
1933
|
r: "5",
|
|
1934
1934
|
fill: i
|
|
1935
1935
|
}, null, 8, Eo),
|
|
1936
1936
|
e("line", {
|
|
1937
|
-
x1:
|
|
1937
|
+
x1: u - 9,
|
|
1938
1938
|
y1: o,
|
|
1939
|
-
x2:
|
|
1939
|
+
x2: u + 9,
|
|
1940
1940
|
y2: o,
|
|
1941
1941
|
stroke: i,
|
|
1942
1942
|
"stroke-width": "5",
|
|
1943
1943
|
"stroke-linecap": "round"
|
|
1944
1944
|
}, null, 8, Go)
|
|
1945
|
-
], 64)) :
|
|
1945
|
+
], 64)) : k.value === "blank" ? (t(), l("g", {
|
|
1946
1946
|
key: 32,
|
|
1947
1947
|
fill: i,
|
|
1948
1948
|
opacity: "0.55"
|
|
1949
1949
|
}, [
|
|
1950
1950
|
e("circle", {
|
|
1951
|
-
cx:
|
|
1951
|
+
cx: d,
|
|
1952
1952
|
cy: o,
|
|
1953
1953
|
r: "5"
|
|
1954
1954
|
}),
|
|
1955
1955
|
e("circle", {
|
|
1956
|
-
cx:
|
|
1956
|
+
cx: u,
|
|
1957
1957
|
cy: o,
|
|
1958
1958
|
r: "5"
|
|
1959
1959
|
})
|
|
1960
|
-
])) : (
|
|
1960
|
+
])) : (t(), l("g", {
|
|
1961
1961
|
key: 33,
|
|
1962
1962
|
fill: i
|
|
1963
1963
|
}, [
|
|
1964
1964
|
e("rect", {
|
|
1965
|
-
x:
|
|
1966
|
-
y: o - 12 +
|
|
1965
|
+
x: d - 8 + _.value,
|
|
1966
|
+
y: o - 12 + A.value,
|
|
1967
1967
|
width: "16",
|
|
1968
1968
|
height: "24",
|
|
1969
1969
|
rx: "8"
|
|
1970
|
-
}, null, 8,
|
|
1970
|
+
}, null, 8, Ho),
|
|
1971
1971
|
e("rect", {
|
|
1972
|
-
x:
|
|
1973
|
-
y: o - 12 +
|
|
1972
|
+
x: u - 8 + _.value,
|
|
1973
|
+
y: o - 12 + A.value,
|
|
1974
1974
|
width: "16",
|
|
1975
1975
|
height: "24",
|
|
1976
1976
|
rx: "8"
|
|
1977
|
-
}, null, 8,
|
|
1977
|
+
}, null, 8, Zo)
|
|
1978
1978
|
])),
|
|
1979
|
-
|
|
1979
|
+
n.speaking ? (t(), l("ellipse", {
|
|
1980
1980
|
key: 34,
|
|
1981
1981
|
cx: "120",
|
|
1982
1982
|
cy: "138",
|
|
@@ -1985,33 +1985,33 @@ const $e = {
|
|
|
1985
1985
|
fill: i,
|
|
1986
1986
|
class: "origin-center animate-wave",
|
|
1987
1987
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
1988
|
-
})) : (
|
|
1989
|
-
|
|
1988
|
+
})) : (t(), l(x, { key: 35 }, [
|
|
1989
|
+
s.value.mouth === "smile" ? (t(), l("path", {
|
|
1990
1990
|
key: 0,
|
|
1991
1991
|
d: "M 104 134 q 16 16 32 0",
|
|
1992
1992
|
stroke: i,
|
|
1993
1993
|
"stroke-width": "5",
|
|
1994
1994
|
"stroke-linecap": "round",
|
|
1995
1995
|
fill: "none"
|
|
1996
|
-
})) :
|
|
1996
|
+
})) : s.value.mouth === "open" ? (t(), l("path", {
|
|
1997
1997
|
key: 1,
|
|
1998
1998
|
d: "M 104 132 q 16 22 32 0 q -16 6 -32 0 Z",
|
|
1999
1999
|
fill: i
|
|
2000
|
-
})) :
|
|
2000
|
+
})) : s.value.mouth === "bigopen" ? (t(), l("ellipse", {
|
|
2001
2001
|
key: 2,
|
|
2002
2002
|
cx: "120",
|
|
2003
2003
|
cy: "140",
|
|
2004
2004
|
rx: "11",
|
|
2005
2005
|
ry: "14",
|
|
2006
2006
|
fill: i
|
|
2007
|
-
})) :
|
|
2007
|
+
})) : s.value.mouth === "frown" ? (t(), l("path", {
|
|
2008
2008
|
key: 3,
|
|
2009
2009
|
d: "M 106 142 q 14 -12 28 0",
|
|
2010
2010
|
stroke: i,
|
|
2011
2011
|
"stroke-width": "5",
|
|
2012
2012
|
"stroke-linecap": "round",
|
|
2013
2013
|
fill: "none"
|
|
2014
|
-
})) :
|
|
2014
|
+
})) : s.value.mouth === "dot" ? (t(), l("ellipse", {
|
|
2015
2015
|
key: 4,
|
|
2016
2016
|
cx: "120",
|
|
2017
2017
|
cy: "138",
|
|
@@ -2019,7 +2019,7 @@ const $e = {
|
|
|
2019
2019
|
ry: "6",
|
|
2020
2020
|
fill: i,
|
|
2021
2021
|
opacity: "0.85"
|
|
2022
|
-
})) :
|
|
2022
|
+
})) : s.value.mouth === "flat" ? (t(), l("line", {
|
|
2023
2023
|
key: 5,
|
|
2024
2024
|
x1: "110",
|
|
2025
2025
|
y1: "138",
|
|
@@ -2028,35 +2028,35 @@ const $e = {
|
|
|
2028
2028
|
stroke: i,
|
|
2029
2029
|
"stroke-width": "5",
|
|
2030
2030
|
"stroke-linecap": "round"
|
|
2031
|
-
})) :
|
|
2031
|
+
})) : s.value.mouth === "o" ? (t(), l("ellipse", {
|
|
2032
2032
|
key: 6,
|
|
2033
2033
|
cx: "120",
|
|
2034
2034
|
cy: "139",
|
|
2035
2035
|
rx: "7",
|
|
2036
2036
|
ry: "9",
|
|
2037
2037
|
fill: i
|
|
2038
|
-
})) :
|
|
2038
|
+
})) : s.value.mouth === "pout" ? (t(), l("ellipse", {
|
|
2039
2039
|
key: 7,
|
|
2040
2040
|
cx: "120",
|
|
2041
2041
|
cy: "140",
|
|
2042
2042
|
rx: "6",
|
|
2043
2043
|
ry: "5",
|
|
2044
2044
|
fill: i
|
|
2045
|
-
})) :
|
|
2045
|
+
})) : s.value.mouth === "wavy" ? (t(), l("path", {
|
|
2046
2046
|
key: 8,
|
|
2047
2047
|
d: "M 106 138 q 6 -7 12 0 q 6 7 12 0",
|
|
2048
2048
|
stroke: i,
|
|
2049
2049
|
"stroke-width": "4",
|
|
2050
2050
|
"stroke-linecap": "round",
|
|
2051
2051
|
fill: "none"
|
|
2052
|
-
})) :
|
|
2052
|
+
})) : s.value.mouth === "calm" ? (t(), l("path", {
|
|
2053
2053
|
key: 9,
|
|
2054
2054
|
d: "M 110 138 q 10 5 20 0",
|
|
2055
2055
|
stroke: i,
|
|
2056
2056
|
"stroke-width": "4",
|
|
2057
2057
|
"stroke-linecap": "round",
|
|
2058
2058
|
fill: "none"
|
|
2059
|
-
})) :
|
|
2059
|
+
})) : s.value.mouth === "grit" ? (t(), l("g", Uo, [
|
|
2060
2060
|
e("rect", {
|
|
2061
2061
|
x: "106",
|
|
2062
2062
|
y: "134",
|
|
@@ -2065,7 +2065,7 @@ const $e = {
|
|
|
2065
2065
|
rx: "3",
|
|
2066
2066
|
fill: i
|
|
2067
2067
|
}),
|
|
2068
|
-
|
|
2068
|
+
a[2] || (a[2] = e("line", {
|
|
2069
2069
|
x1: "115",
|
|
2070
2070
|
y1: "134",
|
|
2071
2071
|
x2: "115",
|
|
@@ -2073,7 +2073,7 @@ const $e = {
|
|
|
2073
2073
|
stroke: "var(--robot-screen)",
|
|
2074
2074
|
"stroke-width": "2"
|
|
2075
2075
|
}, null, -1)),
|
|
2076
|
-
|
|
2076
|
+
a[3] || (a[3] = e("line", {
|
|
2077
2077
|
x1: "125",
|
|
2078
2078
|
y1: "134",
|
|
2079
2079
|
x2: "125",
|
|
@@ -2081,40 +2081,40 @@ const $e = {
|
|
|
2081
2081
|
stroke: "var(--robot-screen)",
|
|
2082
2082
|
"stroke-width": "2"
|
|
2083
2083
|
}, null, -1))
|
|
2084
|
-
])) :
|
|
2084
|
+
])) : s.value.mouth === "bigSmile" ? (t(), l("path", {
|
|
2085
2085
|
key: 11,
|
|
2086
2086
|
d: "M 100 132 q 20 22 40 0",
|
|
2087
2087
|
stroke: i,
|
|
2088
2088
|
"stroke-width": "6",
|
|
2089
2089
|
"stroke-linecap": "round",
|
|
2090
2090
|
fill: "none"
|
|
2091
|
-
})) :
|
|
2091
|
+
})) : s.value.mouth === "bigFrown" ? (t(), l("path", {
|
|
2092
2092
|
key: 12,
|
|
2093
2093
|
d: "M 100 146 q 20 -20 40 0",
|
|
2094
2094
|
stroke: i,
|
|
2095
2095
|
"stroke-width": "6",
|
|
2096
2096
|
"stroke-linecap": "round",
|
|
2097
2097
|
fill: "none"
|
|
2098
|
-
})) :
|
|
2098
|
+
})) : s.value.mouth === "bitterSmile" ? (t(), l("path", {
|
|
2099
2099
|
key: 13,
|
|
2100
2100
|
d: "M 106 140 q 8 -4 14 2 q 6 4 14 -4",
|
|
2101
2101
|
stroke: i,
|
|
2102
2102
|
"stroke-width": "5",
|
|
2103
2103
|
"stroke-linecap": "round",
|
|
2104
2104
|
fill: "none"
|
|
2105
|
-
})) :
|
|
2105
|
+
})) : s.value.mouth === "heartMouth" ? (t(), l("path", {
|
|
2106
2106
|
key: 14,
|
|
2107
2107
|
d: "M 120 142 C 114 135, 108 132, 108 128 C 108 122, 116 122, 120 128 C 124 122, 132 122, 132 128 C 132 132, 126 135, 120 142 Z",
|
|
2108
2108
|
fill: i,
|
|
2109
2109
|
opacity: "0.9"
|
|
2110
|
-
})) :
|
|
2110
|
+
})) : s.value.mouth === "awkwardSmile" ? (t(), l("path", {
|
|
2111
2111
|
key: 15,
|
|
2112
2112
|
d: "M 108 140 q 6 -6 12 0 q 7 6 12 -3",
|
|
2113
2113
|
stroke: i,
|
|
2114
2114
|
"stroke-width": "5",
|
|
2115
2115
|
"stroke-linecap": "round",
|
|
2116
2116
|
fill: "none"
|
|
2117
|
-
})) :
|
|
2117
|
+
})) : s.value.mouth === "poutBig" ? (t(), l("g", jo, [
|
|
2118
2118
|
e("ellipse", {
|
|
2119
2119
|
cx: "120",
|
|
2120
2120
|
cy: "141",
|
|
@@ -2123,14 +2123,14 @@ const $e = {
|
|
|
2123
2123
|
fill: i,
|
|
2124
2124
|
opacity: "0.85"
|
|
2125
2125
|
}),
|
|
2126
|
-
|
|
2126
|
+
a[4] || (a[4] = e("ellipse", {
|
|
2127
2127
|
cx: "120",
|
|
2128
2128
|
cy: "137",
|
|
2129
2129
|
rx: "10",
|
|
2130
2130
|
ry: "5",
|
|
2131
2131
|
fill: "oklch(1 0 0 / 0.25)"
|
|
2132
2132
|
}, null, -1))
|
|
2133
|
-
])) : (
|
|
2133
|
+
])) : (t(), l("path", {
|
|
2134
2134
|
key: 17,
|
|
2135
2135
|
d: "M 108 136 q 12 8 24 0",
|
|
2136
2136
|
stroke: i,
|
|
@@ -2139,59 +2139,59 @@ const $e = {
|
|
|
2139
2139
|
fill: "none"
|
|
2140
2140
|
}))
|
|
2141
2141
|
], 64)),
|
|
2142
|
-
|
|
2143
|
-
|
|
2142
|
+
s.value.sweat ? (t(), l("path", Fo)) : f("", !0),
|
|
2143
|
+
s.value.tear ? (t(), l("ellipse", {
|
|
2144
2144
|
key: 37,
|
|
2145
|
-
cx:
|
|
2145
|
+
cx: u + 11,
|
|
2146
2146
|
cy: o + 14,
|
|
2147
2147
|
rx: "4",
|
|
2148
2148
|
ry: "6",
|
|
2149
2149
|
fill: i,
|
|
2150
2150
|
opacity: "0.9"
|
|
2151
|
-
}, null, 8,
|
|
2152
|
-
|
|
2151
|
+
}, null, 8, Qo)) : f("", !0),
|
|
2152
|
+
s.value.tear2 ? (t(), l("ellipse", {
|
|
2153
2153
|
key: 38,
|
|
2154
|
-
cx:
|
|
2154
|
+
cx: d - 11,
|
|
2155
2155
|
cy: o + 14,
|
|
2156
2156
|
rx: "4",
|
|
2157
2157
|
ry: "6",
|
|
2158
2158
|
fill: i,
|
|
2159
2159
|
opacity: "0.9"
|
|
2160
|
-
}, null, 8,
|
|
2161
|
-
|
|
2160
|
+
}, null, 8, Yo)) : f("", !0),
|
|
2161
|
+
de.value ? (t(), l(x, { key: 39 }, C(fe, (r, $) => e("path", {
|
|
2162
2162
|
key: $,
|
|
2163
2163
|
d: W(r.x, r.y),
|
|
2164
2164
|
fill: "var(--robot-amber)",
|
|
2165
2165
|
class: "animate-sparkle",
|
|
2166
|
-
style:
|
|
2167
|
-
}, null, 12, Wo)), 64)) :
|
|
2168
|
-
|
|
2166
|
+
style: b({ animationDelay: `${r.delay}s`, transformBox: "fill-box", transformOrigin: "center" })
|
|
2167
|
+
}, null, 12, Wo)), 64)) : f("", !0),
|
|
2168
|
+
s.value.sym === "anger" ? (t(), l("g", {
|
|
2169
2169
|
key: 40,
|
|
2170
|
-
stroke:
|
|
2170
|
+
stroke: s.value.symColor,
|
|
2171
2171
|
"stroke-width": "3.5",
|
|
2172
2172
|
"stroke-linecap": "round",
|
|
2173
2173
|
class: "animate-alert-flash"
|
|
2174
|
-
}, [...
|
|
2174
|
+
}, [...a[5] || (a[5] = [
|
|
2175
2175
|
e("path", { d: "M 160 60 l 8 0 M 164 56 l 0 8" }, null, -1),
|
|
2176
2176
|
e("path", { d: "M 174 70 l 6 4 M 180 70 l -6 4" }, null, -1)
|
|
2177
|
-
])], 8, Vo)) :
|
|
2177
|
+
])], 8, Vo)) : s.value.sym === "question" ? (t(), l("text", {
|
|
2178
2178
|
key: 41,
|
|
2179
2179
|
x: "160",
|
|
2180
2180
|
y: "74",
|
|
2181
2181
|
"font-size": "26",
|
|
2182
|
-
fill:
|
|
2182
|
+
fill: s.value.symColor,
|
|
2183
2183
|
"font-weight": "bold"
|
|
2184
|
-
}, "?", 8, Jo)) :
|
|
2184
|
+
}, "?", 8, Jo)) : s.value.sym === "exclaim" ? (t(), l("text", {
|
|
2185
2185
|
key: 42,
|
|
2186
2186
|
x: "162",
|
|
2187
2187
|
y: "74",
|
|
2188
2188
|
"font-size": "26",
|
|
2189
|
-
fill:
|
|
2189
|
+
fill: s.value.symColor,
|
|
2190
2190
|
"font-weight": "bold"
|
|
2191
|
-
}, "!", 8, Ko)) :
|
|
2191
|
+
}, "!", 8, Ko)) : s.value.sym === "ellipsis" ? (t(), l("g", {
|
|
2192
2192
|
key: 43,
|
|
2193
|
-
fill:
|
|
2194
|
-
}, [...
|
|
2193
|
+
fill: s.value.symColor
|
|
2194
|
+
}, [...a[6] || (a[6] = [
|
|
2195
2195
|
e("circle", {
|
|
2196
2196
|
cx: "156",
|
|
2197
2197
|
cy: "66",
|
|
@@ -2213,28 +2213,28 @@ const $e = {
|
|
|
2213
2213
|
class: "animate-dot-blink",
|
|
2214
2214
|
style: { "animation-delay": "0.4s" }
|
|
2215
2215
|
}, null, -1)
|
|
2216
|
-
])], 8, Xo)) :
|
|
2216
|
+
])], 8, Xo)) : s.value.sym === "bulb" ? (t(), l("g", ea, [
|
|
2217
2217
|
e("circle", {
|
|
2218
2218
|
cx: "166",
|
|
2219
2219
|
cy: "58",
|
|
2220
2220
|
r: "11",
|
|
2221
|
-
fill:
|
|
2221
|
+
fill: s.value.symColor,
|
|
2222
2222
|
class: "animate-antenna-pulse origin-center"
|
|
2223
|
-
}, null, 8,
|
|
2224
|
-
|
|
2225
|
-
])) :
|
|
2223
|
+
}, null, 8, ta),
|
|
2224
|
+
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))
|
|
2225
|
+
])) : s.value.sym === "check" ? (t(), l("path", {
|
|
2226
2226
|
key: 45,
|
|
2227
2227
|
d: "M 156 64 l 6 7 l 12 -15",
|
|
2228
|
-
stroke:
|
|
2228
|
+
stroke: s.value.symColor,
|
|
2229
2229
|
"stroke-width": "5",
|
|
2230
2230
|
"stroke-linecap": "round",
|
|
2231
2231
|
"stroke-linejoin": "round",
|
|
2232
2232
|
fill: "none"
|
|
2233
|
-
}, null, 8,
|
|
2233
|
+
}, null, 8, la)) : s.value.sym === "gear" ? (t(), l("g", oa, [
|
|
2234
2234
|
e("g", {
|
|
2235
|
-
fill:
|
|
2235
|
+
fill: s.value.symColor
|
|
2236
2236
|
}, [
|
|
2237
|
-
(
|
|
2237
|
+
(t(), l(x, null, C(ke, (r) => e("rect", {
|
|
2238
2238
|
key: r,
|
|
2239
2239
|
x: "165",
|
|
2240
2240
|
y: "46",
|
|
@@ -2242,67 +2242,67 @@ const $e = {
|
|
|
2242
2242
|
height: "8",
|
|
2243
2243
|
rx: "1.5",
|
|
2244
2244
|
transform: `rotate(${r} 168 62)`
|
|
2245
|
-
}, null, 8,
|
|
2246
|
-
|
|
2245
|
+
}, null, 8, sa)), 64)),
|
|
2246
|
+
a[8] || (a[8] = e("circle", {
|
|
2247
2247
|
cx: "168",
|
|
2248
2248
|
cy: "62",
|
|
2249
2249
|
r: "11"
|
|
2250
2250
|
}, null, -1))
|
|
2251
|
-
], 8,
|
|
2252
|
-
|
|
2251
|
+
], 8, aa),
|
|
2252
|
+
a[9] || (a[9] = e("circle", {
|
|
2253
2253
|
cx: "168",
|
|
2254
2254
|
cy: "62",
|
|
2255
2255
|
r: "4.5",
|
|
2256
2256
|
fill: "var(--robot-screen)"
|
|
2257
2257
|
}, null, -1))
|
|
2258
|
-
])) :
|
|
2258
|
+
])) : s.value.sym === "pencil" ? (t(), l("g", ia, [
|
|
2259
2259
|
e("rect", {
|
|
2260
2260
|
x: "164",
|
|
2261
2261
|
y: "46",
|
|
2262
2262
|
width: "8",
|
|
2263
2263
|
height: "22",
|
|
2264
2264
|
rx: "2",
|
|
2265
|
-
fill:
|
|
2266
|
-
}, null, 8,
|
|
2267
|
-
|
|
2265
|
+
fill: s.value.symColor
|
|
2266
|
+
}, null, 8, na),
|
|
2267
|
+
a[10] || (a[10] = e("rect", {
|
|
2268
2268
|
x: "164",
|
|
2269
2269
|
y: "44",
|
|
2270
2270
|
width: "8",
|
|
2271
2271
|
height: "6",
|
|
2272
2272
|
fill: "var(--robot-amber)"
|
|
2273
2273
|
}, null, -1)),
|
|
2274
|
-
|
|
2274
|
+
a[11] || (a[11] = e("path", {
|
|
2275
2275
|
d: "M 164 68 l 4 8 l 4 -8 Z",
|
|
2276
2276
|
fill: "var(--robot-screen)"
|
|
2277
2277
|
}, null, -1))
|
|
2278
|
-
])) :
|
|
2278
|
+
])) : s.value.sym === "bell" ? (t(), l("g", ra, [
|
|
2279
2279
|
e("path", {
|
|
2280
2280
|
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",
|
|
2281
|
-
fill:
|
|
2282
|
-
}, null, 8,
|
|
2281
|
+
fill: s.value.symColor
|
|
2282
|
+
}, null, 8, ca),
|
|
2283
2283
|
e("circle", {
|
|
2284
2284
|
cx: "168",
|
|
2285
2285
|
cy: "73",
|
|
2286
2286
|
r: "3",
|
|
2287
|
-
fill:
|
|
2288
|
-
}, null, 8,
|
|
2289
|
-
])) :
|
|
2287
|
+
fill: s.value.symColor
|
|
2288
|
+
}, null, 8, da)
|
|
2289
|
+
])) : s.value.sym === "loader" ? (t(), l("g", ua, [
|
|
2290
2290
|
e("path", {
|
|
2291
2291
|
d: "M 168 48 a 12 12 0 1 1 -8.5 3.5",
|
|
2292
2292
|
fill: "none",
|
|
2293
|
-
stroke:
|
|
2293
|
+
stroke: s.value.symColor,
|
|
2294
2294
|
"stroke-width": "4",
|
|
2295
2295
|
"stroke-linecap": "round"
|
|
2296
|
-
}, null, 8,
|
|
2297
|
-
])) :
|
|
2296
|
+
}, null, 8, ya)
|
|
2297
|
+
])) : s.value.sym === "warning" ? (t(), l("g", ma, [
|
|
2298
2298
|
e("path", {
|
|
2299
2299
|
d: "M 168 46 l 14 26 l -28 0 Z",
|
|
2300
|
-
fill:
|
|
2300
|
+
fill: s.value.symColor,
|
|
2301
2301
|
stroke: "var(--robot-screen)",
|
|
2302
2302
|
"stroke-width": "1.5",
|
|
2303
2303
|
"stroke-linejoin": "round"
|
|
2304
|
-
}, null, 8,
|
|
2305
|
-
|
|
2304
|
+
}, null, 8, ha),
|
|
2305
|
+
a[12] || (a[12] = e("line", {
|
|
2306
2306
|
x1: "168",
|
|
2307
2307
|
y1: "56",
|
|
2308
2308
|
x2: "168",
|
|
@@ -2311,34 +2311,34 @@ const $e = {
|
|
|
2311
2311
|
"stroke-width": "3",
|
|
2312
2312
|
"stroke-linecap": "round"
|
|
2313
2313
|
}, null, -1)),
|
|
2314
|
-
|
|
2314
|
+
a[13] || (a[13] = e("circle", {
|
|
2315
2315
|
cx: "168",
|
|
2316
2316
|
cy: "69",
|
|
2317
2317
|
r: "1.8",
|
|
2318
2318
|
fill: "var(--robot-screen)"
|
|
2319
2319
|
}, null, -1))
|
|
2320
|
-
])) :
|
|
2321
|
-
e("g",
|
|
2320
|
+
])) : s.value.sym === "siren" ? (t(), l("g", fa, [
|
|
2321
|
+
e("g", ka, [
|
|
2322
2322
|
e("path", {
|
|
2323
2323
|
d: "M 156 70 a 12 12 0 0 1 24 0 Z",
|
|
2324
|
-
fill:
|
|
2325
|
-
}, null, 8,
|
|
2324
|
+
fill: s.value.symColor
|
|
2325
|
+
}, null, 8, pa),
|
|
2326
2326
|
e("rect", {
|
|
2327
2327
|
x: "152",
|
|
2328
2328
|
y: "70",
|
|
2329
2329
|
width: "32",
|
|
2330
2330
|
height: "5",
|
|
2331
2331
|
rx: "2",
|
|
2332
|
-
fill:
|
|
2333
|
-
}, null, 8,
|
|
2332
|
+
fill: s.value.symColor
|
|
2333
|
+
}, null, 8, xa)
|
|
2334
2334
|
]),
|
|
2335
2335
|
e("g", {
|
|
2336
|
-
stroke:
|
|
2336
|
+
stroke: s.value.symColor,
|
|
2337
2337
|
"stroke-width": "2.5",
|
|
2338
2338
|
"stroke-linecap": "round",
|
|
2339
2339
|
class: "animate-alert-flash",
|
|
2340
2340
|
opacity: "0.7"
|
|
2341
|
-
}, [...
|
|
2341
|
+
}, [...a[14] || (a[14] = [
|
|
2342
2342
|
e("line", {
|
|
2343
2343
|
x1: "146",
|
|
2344
2344
|
y1: "56",
|
|
@@ -2357,83 +2357,83 @@ const $e = {
|
|
|
2357
2357
|
x2: "168",
|
|
2358
2358
|
y2: "49"
|
|
2359
2359
|
}, null, -1)
|
|
2360
|
-
])], 8,
|
|
2361
|
-
])) :
|
|
2360
|
+
])], 8, ga)
|
|
2361
|
+
])) : s.value.sym === "broken" ? (t(), l("path", {
|
|
2362
2362
|
key: 52,
|
|
2363
2363
|
d: "M 170 46 l -10 16 l 7 0 l -5 14 l 14 -20 l -8 0 l 6 -10 Z",
|
|
2364
|
-
fill:
|
|
2364
|
+
fill: s.value.symColor,
|
|
2365
2365
|
class: "animate-alert-flash",
|
|
2366
2366
|
stroke: "var(--robot-screen)",
|
|
2367
2367
|
"stroke-width": "1",
|
|
2368
2368
|
"stroke-linejoin": "round"
|
|
2369
|
-
}, null, 8,
|
|
2369
|
+
}, null, 8, _a)) : s.value.sym === "scan" ? (t(), l("g", va, [
|
|
2370
2370
|
e("circle", {
|
|
2371
2371
|
cx: "166",
|
|
2372
2372
|
cy: "60",
|
|
2373
2373
|
r: "9",
|
|
2374
2374
|
fill: "none",
|
|
2375
|
-
stroke:
|
|
2375
|
+
stroke: s.value.symColor,
|
|
2376
2376
|
"stroke-width": "3"
|
|
2377
|
-
}, null, 8,
|
|
2377
|
+
}, null, 8, ba),
|
|
2378
2378
|
e("line", {
|
|
2379
2379
|
x1: "173",
|
|
2380
2380
|
y1: "67",
|
|
2381
2381
|
x2: "180",
|
|
2382
2382
|
y2: "74",
|
|
2383
|
-
stroke:
|
|
2383
|
+
stroke: s.value.symColor,
|
|
2384
2384
|
"stroke-width": "3.5",
|
|
2385
2385
|
"stroke-linecap": "round"
|
|
2386
|
-
}, null, 8,
|
|
2387
|
-
])) :
|
|
2386
|
+
}, null, 8, wa)
|
|
2387
|
+
])) : s.value.sym === "lotus" ? (t(), l("g", $a, [
|
|
2388
2388
|
e("ellipse", {
|
|
2389
2389
|
cx: "120",
|
|
2390
2390
|
cy: "34",
|
|
2391
2391
|
rx: "40",
|
|
2392
2392
|
ry: "9",
|
|
2393
2393
|
fill: "none",
|
|
2394
|
-
stroke:
|
|
2394
|
+
stroke: s.value.symColor,
|
|
2395
2395
|
"stroke-width": "3",
|
|
2396
2396
|
opacity: "0.8",
|
|
2397
2397
|
class: "animate-antenna-pulse origin-center",
|
|
2398
2398
|
style: { transformOrigin: "120px 34px" }
|
|
2399
|
-
}, null, 8,
|
|
2399
|
+
}, null, 8, Ca),
|
|
2400
2400
|
e("circle", {
|
|
2401
2401
|
cx: "92",
|
|
2402
2402
|
cy: "34",
|
|
2403
2403
|
r: "2",
|
|
2404
|
-
fill:
|
|
2405
|
-
}, null, 8,
|
|
2404
|
+
fill: s.value.symColor
|
|
2405
|
+
}, null, 8, qa),
|
|
2406
2406
|
e("circle", {
|
|
2407
2407
|
cx: "148",
|
|
2408
2408
|
cy: "34",
|
|
2409
2409
|
r: "2",
|
|
2410
|
-
fill:
|
|
2411
|
-
}, null, 8,
|
|
2412
|
-
])) :
|
|
2410
|
+
fill: s.value.symColor
|
|
2411
|
+
}, null, 8, Ma)
|
|
2412
|
+
])) : s.value.sym === "heart" ? (t(), l("path", {
|
|
2413
2413
|
key: 55,
|
|
2414
2414
|
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",
|
|
2415
|
-
fill:
|
|
2415
|
+
fill: s.value.symColor,
|
|
2416
2416
|
class: "animate-antenna-pulse origin-center",
|
|
2417
2417
|
style: { transformOrigin: "170px 60px" }
|
|
2418
|
-
}, null, 8,
|
|
2418
|
+
}, null, 8, Sa)) : s.value.sym === "soundwave" ? (t(), l("g", {
|
|
2419
2419
|
key: 56,
|
|
2420
|
-
stroke:
|
|
2420
|
+
stroke: s.value.symColor,
|
|
2421
2421
|
"stroke-width": "3",
|
|
2422
2422
|
"stroke-linecap": "round",
|
|
2423
2423
|
fill: "none"
|
|
2424
2424
|
}, [
|
|
2425
|
-
(
|
|
2425
|
+
(t(), l(x, null, C([0, 0.5, 1], (r, $) => e("path", {
|
|
2426
2426
|
key: $,
|
|
2427
2427
|
d: "M 188 52 q 9 10 0 20",
|
|
2428
2428
|
class: "animate-sound-ripple",
|
|
2429
|
-
style:
|
|
2429
|
+
style: b({ transformOrigin: "188px 62px", animationDelay: `${r}s` })
|
|
2430
2430
|
}, null, 4)), 64))
|
|
2431
|
-
], 8,
|
|
2431
|
+
], 8, Aa)) : s.value.sym === "pin" ? (t(), l("g", Ba, [
|
|
2432
2432
|
e("path", {
|
|
2433
2433
|
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",
|
|
2434
|
-
fill:
|
|
2435
|
-
}, null, 8,
|
|
2436
|
-
|
|
2434
|
+
fill: s.value.symColor
|
|
2435
|
+
}, null, 8, Oa),
|
|
2436
|
+
a[15] || (a[15] = e("circle", {
|
|
2437
2437
|
cx: "168",
|
|
2438
2438
|
cy: "55",
|
|
2439
2439
|
r: "4",
|
|
@@ -2444,23 +2444,23 @@ const $e = {
|
|
|
2444
2444
|
cy: "77",
|
|
2445
2445
|
rx: "8",
|
|
2446
2446
|
ry: "2.5",
|
|
2447
|
-
fill:
|
|
2447
|
+
fill: s.value.symColor,
|
|
2448
2448
|
opacity: "0.3"
|
|
2449
|
-
}, null, 8,
|
|
2450
|
-
])) :
|
|
2449
|
+
}, null, 8, za)
|
|
2450
|
+
])) : s.value.sym === "target" ? (t(), l("g", {
|
|
2451
2451
|
key: 58,
|
|
2452
|
-
stroke:
|
|
2452
|
+
stroke: s.value.symColor,
|
|
2453
2453
|
"stroke-width": "2.5",
|
|
2454
2454
|
fill: "none"
|
|
2455
2455
|
}, [
|
|
2456
|
-
|
|
2456
|
+
a[16] || (a[16] = e("circle", {
|
|
2457
2457
|
cx: "168",
|
|
2458
2458
|
cy: "60",
|
|
2459
2459
|
r: "13",
|
|
2460
2460
|
class: "animate-target-pulse",
|
|
2461
2461
|
style: { transformOrigin: "168px 60px" }
|
|
2462
2462
|
}, null, -1)),
|
|
2463
|
-
|
|
2463
|
+
a[17] || (a[17] = e("circle", {
|
|
2464
2464
|
cx: "168",
|
|
2465
2465
|
cy: "60",
|
|
2466
2466
|
r: "6"
|
|
@@ -2469,18 +2469,18 @@ const $e = {
|
|
|
2469
2469
|
cx: "168",
|
|
2470
2470
|
cy: "60",
|
|
2471
2471
|
r: "1.8",
|
|
2472
|
-
fill:
|
|
2472
|
+
fill: s.value.symColor,
|
|
2473
2473
|
stroke: "none"
|
|
2474
|
-
}, null, 8,
|
|
2475
|
-
|
|
2476
|
-
], 8,
|
|
2477
|
-
|
|
2474
|
+
}, null, 8, Ia),
|
|
2475
|
+
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))
|
|
2476
|
+
], 8, Ra)) : s.value.sym === "book" ? (t(), l("g", Na, [
|
|
2477
|
+
a[19] || (a[19] = e("path", {
|
|
2478
2478
|
d: "M 168 50 c -6 -4 -14 -4 -18 0 v 18 c 4 -4 12 -4 18 0 Z",
|
|
2479
2479
|
fill: "oklch(0.96 0.02 95)",
|
|
2480
2480
|
stroke: "var(--robot-amber)",
|
|
2481
2481
|
"stroke-width": "1.5"
|
|
2482
2482
|
}, null, -1)),
|
|
2483
|
-
|
|
2483
|
+
a[20] || (a[20] = e("path", {
|
|
2484
2484
|
d: "M 168 50 c 6 -4 14 -4 18 0 v 18 c -4 -4 -12 -4 -18 0 Z",
|
|
2485
2485
|
fill: "oklch(0.96 0.02 95)",
|
|
2486
2486
|
stroke: "var(--robot-amber)",
|
|
@@ -2491,10 +2491,10 @@ const $e = {
|
|
|
2491
2491
|
y1: "50",
|
|
2492
2492
|
x2: "168",
|
|
2493
2493
|
y2: "68",
|
|
2494
|
-
stroke:
|
|
2494
|
+
stroke: s.value.symColor,
|
|
2495
2495
|
"stroke-width": "2"
|
|
2496
|
-
}, null, 8,
|
|
2497
|
-
|
|
2496
|
+
}, null, 8, Ta),
|
|
2497
|
+
a[21] || (a[21] = e("line", {
|
|
2498
2498
|
x1: "154",
|
|
2499
2499
|
y1: "57",
|
|
2500
2500
|
x2: "163",
|
|
@@ -2503,7 +2503,7 @@ const $e = {
|
|
|
2503
2503
|
"stroke-width": "1.2",
|
|
2504
2504
|
"stroke-linecap": "round"
|
|
2505
2505
|
}, null, -1)),
|
|
2506
|
-
|
|
2506
|
+
a[22] || (a[22] = e("line", {
|
|
2507
2507
|
x1: "154",
|
|
2508
2508
|
y1: "62",
|
|
2509
2509
|
x2: "163",
|
|
@@ -2512,7 +2512,7 @@ const $e = {
|
|
|
2512
2512
|
"stroke-width": "1.2",
|
|
2513
2513
|
"stroke-linecap": "round"
|
|
2514
2514
|
}, null, -1)),
|
|
2515
|
-
|
|
2515
|
+
a[23] || (a[23] = e("line", {
|
|
2516
2516
|
x1: "173",
|
|
2517
2517
|
y1: "56",
|
|
2518
2518
|
x2: "182",
|
|
@@ -2521,7 +2521,7 @@ const $e = {
|
|
|
2521
2521
|
"stroke-width": "1.2",
|
|
2522
2522
|
"stroke-linecap": "round"
|
|
2523
2523
|
}, null, -1)),
|
|
2524
|
-
|
|
2524
|
+
a[24] || (a[24] = e("line", {
|
|
2525
2525
|
x1: "173",
|
|
2526
2526
|
y1: "61",
|
|
2527
2527
|
x2: "182",
|
|
@@ -2530,12 +2530,12 @@ const $e = {
|
|
|
2530
2530
|
"stroke-width": "1.2",
|
|
2531
2531
|
"stroke-linecap": "round"
|
|
2532
2532
|
}, null, -1))
|
|
2533
|
-
])) :
|
|
2533
|
+
])) : s.value.sym === "plane" ? (t(), l("g", Da, [
|
|
2534
2534
|
e("path", {
|
|
2535
2535
|
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
|
-
fill:
|
|
2537
|
-
}, null, 8,
|
|
2538
|
-
|
|
2536
|
+
fill: s.value.symColor
|
|
2537
|
+
}, null, 8, La),
|
|
2538
|
+
a[25] || (a[25] = e("circle", {
|
|
2539
2539
|
cx: "160",
|
|
2540
2540
|
cy: "59",
|
|
2541
2541
|
r: "2.6",
|
|
@@ -2543,7 +2543,7 @@ const $e = {
|
|
|
2543
2543
|
class: "animate-dot-blink",
|
|
2544
2544
|
style: { animationDelay: "0s" }
|
|
2545
2545
|
}, null, -1)),
|
|
2546
|
-
|
|
2546
|
+
a[26] || (a[26] = e("circle", {
|
|
2547
2547
|
cx: "168",
|
|
2548
2548
|
cy: "59",
|
|
2549
2549
|
r: "2.6",
|
|
@@ -2551,7 +2551,7 @@ const $e = {
|
|
|
2551
2551
|
class: "animate-dot-blink",
|
|
2552
2552
|
style: { animationDelay: "0.2s" }
|
|
2553
2553
|
}, null, -1)),
|
|
2554
|
-
|
|
2554
|
+
a[27] || (a[27] = e("circle", {
|
|
2555
2555
|
cx: "176",
|
|
2556
2556
|
cy: "59",
|
|
2557
2557
|
r: "2.6",
|
|
@@ -2559,12 +2559,12 @@ const $e = {
|
|
|
2559
2559
|
class: "animate-dot-blink",
|
|
2560
2560
|
style: { animationDelay: "0.4s" }
|
|
2561
2561
|
}, null, -1))
|
|
2562
|
-
])) :
|
|
2562
|
+
])) : s.value.sym === "msgOk" ? (t(), l("g", Pa, [
|
|
2563
2563
|
e("path", {
|
|
2564
2564
|
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
|
-
fill:
|
|
2566
|
-
}, null, 8,
|
|
2567
|
-
|
|
2565
|
+
fill: s.value.symColor
|
|
2566
|
+
}, null, 8, Ea),
|
|
2567
|
+
a[28] || (a[28] = e("path", {
|
|
2568
2568
|
d: "M 161 59 l 4 5 l 9 -10",
|
|
2569
2569
|
stroke: "oklch(1 0 0)",
|
|
2570
2570
|
"stroke-width": "3",
|
|
@@ -2572,12 +2572,12 @@ const $e = {
|
|
|
2572
2572
|
"stroke-linejoin": "round",
|
|
2573
2573
|
fill: "none"
|
|
2574
2574
|
}, null, -1))
|
|
2575
|
-
])) :
|
|
2575
|
+
])) : s.value.sym === "msgFail" ? (t(), l("g", Ga, [
|
|
2576
2576
|
e("path", {
|
|
2577
2577
|
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",
|
|
2578
|
-
fill:
|
|
2579
|
-
}, null, 8,
|
|
2580
|
-
|
|
2578
|
+
fill: s.value.symColor
|
|
2579
|
+
}, null, 8, Ha),
|
|
2580
|
+
a[29] || (a[29] = e("line", {
|
|
2581
2581
|
x1: "168",
|
|
2582
2582
|
y1: "52",
|
|
2583
2583
|
x2: "168",
|
|
@@ -2586,18 +2586,18 @@ const $e = {
|
|
|
2586
2586
|
"stroke-width": "3",
|
|
2587
2587
|
"stroke-linecap": "round"
|
|
2588
2588
|
}, null, -1)),
|
|
2589
|
-
|
|
2589
|
+
a[30] || (a[30] = e("circle", {
|
|
2590
2590
|
cx: "168",
|
|
2591
2591
|
cy: "68",
|
|
2592
2592
|
r: "2",
|
|
2593
2593
|
fill: "oklch(1 0 0)"
|
|
2594
2594
|
}, null, -1))
|
|
2595
|
-
])) :
|
|
2595
|
+
])) : s.value.sym === "msgIn" ? (t(), l("g", Za, [
|
|
2596
2596
|
e("path", {
|
|
2597
2597
|
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",
|
|
2598
|
-
fill:
|
|
2599
|
-
}, null, 8,
|
|
2600
|
-
|
|
2598
|
+
fill: s.value.symColor
|
|
2599
|
+
}, null, 8, Ua),
|
|
2600
|
+
a[31] || (a[31] = e("path", {
|
|
2601
2601
|
d: "M 168 53 v 10 m 0 0 l -4 -4 m 4 4 l 4 -4",
|
|
2602
2602
|
stroke: "oklch(1 0 0)",
|
|
2603
2603
|
"stroke-width": "2.6",
|
|
@@ -2607,79 +2607,79 @@ const $e = {
|
|
|
2607
2607
|
class: "animate-locate-bob",
|
|
2608
2608
|
style: { transformOrigin: "168px 58px" }
|
|
2609
2609
|
}, null, -1))
|
|
2610
|
-
])) :
|
|
2610
|
+
])) : s.value.sym === "lightning" ? (t(), l("g", ja, [
|
|
2611
2611
|
e("path", {
|
|
2612
2612
|
d: "M 172 44 l -9 14 h 6 l -5 13 l 14 -18 h -7 l 6 -9 Z",
|
|
2613
|
-
fill:
|
|
2613
|
+
fill: s.value.symColor,
|
|
2614
2614
|
stroke: "oklch(1 0 0 / 0.3)",
|
|
2615
2615
|
"stroke-width": "0.8",
|
|
2616
2616
|
"stroke-linejoin": "round"
|
|
2617
|
-
}, null, 8,
|
|
2618
|
-
])) :
|
|
2617
|
+
}, null, 8, Fa)
|
|
2618
|
+
])) : s.value.sym === "sparkle2" ? (t(), l("g", Qa, [
|
|
2619
2619
|
e("path", {
|
|
2620
2620
|
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",
|
|
2621
|
-
fill:
|
|
2622
|
-
}, null, 8,
|
|
2621
|
+
fill: s.value.symColor
|
|
2622
|
+
}, null, 8, Ya),
|
|
2623
2623
|
e("circle", {
|
|
2624
2624
|
cx: "160",
|
|
2625
2625
|
cy: "75",
|
|
2626
2626
|
r: "2.5",
|
|
2627
|
-
fill:
|
|
2627
|
+
fill: s.value.symColor,
|
|
2628
2628
|
opacity: "0.7",
|
|
2629
2629
|
class: "animate-dot-blink",
|
|
2630
2630
|
style: { animationDelay: "0.3s" }
|
|
2631
|
-
}, null, 8,
|
|
2631
|
+
}, null, 8, Wa),
|
|
2632
2632
|
e("circle", {
|
|
2633
2633
|
cx: "176",
|
|
2634
2634
|
cy: "77",
|
|
2635
2635
|
r: "1.8",
|
|
2636
|
-
fill:
|
|
2636
|
+
fill: s.value.symColor,
|
|
2637
2637
|
opacity: "0.6",
|
|
2638
2638
|
class: "animate-dot-blink",
|
|
2639
2639
|
style: { animationDelay: "0.6s" }
|
|
2640
|
-
}, null, 8,
|
|
2641
|
-
])) :
|
|
2640
|
+
}, null, 8, Va)
|
|
2641
|
+
])) : s.value.sym === "zzz" ? (t(), l("g", Ja, [
|
|
2642
2642
|
e("text", {
|
|
2643
2643
|
x: "158",
|
|
2644
2644
|
y: "82",
|
|
2645
2645
|
"font-size": "8",
|
|
2646
2646
|
"font-weight": "700",
|
|
2647
2647
|
"font-family": "monospace",
|
|
2648
|
-
fill:
|
|
2648
|
+
fill: s.value.symColor,
|
|
2649
2649
|
class: "animate-dot-blink",
|
|
2650
2650
|
style: { animationDelay: "0s" }
|
|
2651
|
-
}, "Z", 8,
|
|
2651
|
+
}, "Z", 8, Ka),
|
|
2652
2652
|
e("text", {
|
|
2653
2653
|
x: "165",
|
|
2654
2654
|
y: "73",
|
|
2655
2655
|
"font-size": "11",
|
|
2656
2656
|
"font-weight": "700",
|
|
2657
2657
|
"font-family": "monospace",
|
|
2658
|
-
fill:
|
|
2658
|
+
fill: s.value.symColor,
|
|
2659
2659
|
class: "animate-dot-blink",
|
|
2660
2660
|
style: { animationDelay: "0.4s" }
|
|
2661
|
-
}, "Z", 8,
|
|
2661
|
+
}, "Z", 8, Xa),
|
|
2662
2662
|
e("text", {
|
|
2663
2663
|
x: "174",
|
|
2664
2664
|
y: "62",
|
|
2665
2665
|
"font-size": "14",
|
|
2666
2666
|
"font-weight": "700",
|
|
2667
2667
|
"font-family": "monospace",
|
|
2668
|
-
fill:
|
|
2668
|
+
fill: s.value.symColor,
|
|
2669
2669
|
class: "animate-dot-blink",
|
|
2670
2670
|
style: { animationDelay: "0.8s" }
|
|
2671
|
-
}, "Z", 8,
|
|
2672
|
-
])) :
|
|
2671
|
+
}, "Z", 8, es)
|
|
2672
|
+
])) : s.value.sym === "shield" ? (t(), l("g", ts, [
|
|
2673
2673
|
e("path", {
|
|
2674
2674
|
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",
|
|
2675
|
-
fill:
|
|
2675
|
+
fill: s.value.symColor,
|
|
2676
2676
|
opacity: "0.92"
|
|
2677
|
-
}, null, 8,
|
|
2678
|
-
|
|
2677
|
+
}, null, 8, ls),
|
|
2678
|
+
a[32] || (a[32] = e("path", {
|
|
2679
2679
|
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",
|
|
2680
2680
|
fill: "oklch(1 0 0 / 0.22)"
|
|
2681
2681
|
}, null, -1)),
|
|
2682
|
-
|
|
2682
|
+
a[33] || (a[33] = e("line", {
|
|
2683
2683
|
x1: "168",
|
|
2684
2684
|
y1: "44",
|
|
2685
2685
|
x2: "168",
|
|
@@ -2688,7 +2688,7 @@ const $e = {
|
|
|
2688
2688
|
"stroke-width": "1.5",
|
|
2689
2689
|
"stroke-linecap": "round"
|
|
2690
2690
|
}, null, -1)),
|
|
2691
|
-
|
|
2691
|
+
a[34] || (a[34] = e("line", {
|
|
2692
2692
|
x1: "158",
|
|
2693
2693
|
y1: "58",
|
|
2694
2694
|
x2: "178",
|
|
@@ -2697,9 +2697,9 @@ const $e = {
|
|
|
2697
2697
|
"stroke-width": "1.5",
|
|
2698
2698
|
"stroke-linecap": "round"
|
|
2699
2699
|
}, null, -1))
|
|
2700
|
-
])) :
|
|
2701
|
-
G('<circle cx="168" cy="62" r="14" fill="oklch(0.65 0.16 40)"></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)"></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)"></ellipse><line x1="154" y1="62" x2="182" y2="62" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" stroke-linecap="round"></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"></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"></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"></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"></path>', 8)
|
|
2702
|
-
])])) :
|
|
2700
|
+
])) : s.value.sym === "miniBasketball" ? (t(), l("g", os, [...a[35] || (a[35] = [
|
|
2701
|
+
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)
|
|
2702
|
+
])])) : s.value.sym === "lowBattery" ? (t(), l("g", as, [
|
|
2703
2703
|
e("rect", {
|
|
2704
2704
|
x: "152",
|
|
2705
2705
|
y: "50",
|
|
@@ -2707,27 +2707,27 @@ const $e = {
|
|
|
2707
2707
|
height: "16",
|
|
2708
2708
|
rx: "3",
|
|
2709
2709
|
fill: "none",
|
|
2710
|
-
stroke:
|
|
2710
|
+
stroke: s.value.symColor,
|
|
2711
2711
|
"stroke-width": "2.5"
|
|
2712
|
-
}, null, 8,
|
|
2712
|
+
}, null, 8, ss),
|
|
2713
2713
|
e("rect", {
|
|
2714
2714
|
x: "180",
|
|
2715
2715
|
y: "54",
|
|
2716
2716
|
width: "4",
|
|
2717
2717
|
height: "8",
|
|
2718
2718
|
rx: "1.5",
|
|
2719
|
-
fill:
|
|
2719
|
+
fill: s.value.symColor,
|
|
2720
2720
|
opacity: "0.7"
|
|
2721
|
-
}, null, 8,
|
|
2721
|
+
}, null, 8, is),
|
|
2722
2722
|
e("rect", {
|
|
2723
2723
|
x: "154.5",
|
|
2724
2724
|
y: "52.5",
|
|
2725
2725
|
width: "5",
|
|
2726
2726
|
height: "11",
|
|
2727
2727
|
rx: "1.5",
|
|
2728
|
-
fill:
|
|
2729
|
-
}, null, 8,
|
|
2730
|
-
|
|
2728
|
+
fill: s.value.symColor
|
|
2729
|
+
}, null, 8, ns),
|
|
2730
|
+
a[36] || (a[36] = e("text", {
|
|
2731
2731
|
x: "161",
|
|
2732
2732
|
y: "64",
|
|
2733
2733
|
"font-size": "10",
|
|
@@ -2737,29 +2737,29 @@ const $e = {
|
|
|
2737
2737
|
class: "animate-dot-blink",
|
|
2738
2738
|
style: { animationDelay: "0.2s" }
|
|
2739
2739
|
}, "!", -1))
|
|
2740
|
-
])) :
|
|
2741
|
-
D.value === "heart" ? (
|
|
2740
|
+
])) : f("", !0),
|
|
2741
|
+
D.value === "heart" ? (t(), l("path", {
|
|
2742
2742
|
key: 70,
|
|
2743
2743
|
d: "M 120 36 c -9 -13 -28 -4 -17 10 c 4 6 17 15 17 15 c 0 0 13 -9 17 -15 c 11 -14 -8 -23 -17 -10 Z",
|
|
2744
|
-
fill:
|
|
2744
|
+
fill: q,
|
|
2745
2745
|
class: "animate-heart-beat",
|
|
2746
2746
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2747
|
-
})) :
|
|
2748
|
-
D.value === "kiss" ? (
|
|
2747
|
+
})) : f("", !0),
|
|
2748
|
+
D.value === "kiss" ? (t(), l(x, { key: 71 }, C([0, 0.7, 1.4], (r, $) => e("path", {
|
|
2749
2749
|
key: $,
|
|
2750
2750
|
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
|
-
fill:
|
|
2751
|
+
fill: q,
|
|
2752
2752
|
class: "animate-heart-fly",
|
|
2753
|
-
style:
|
|
2754
|
-
}, null, 4)), 64)) :
|
|
2755
|
-
|
|
2756
|
-
G('<rect x="56" y="188" width="128" height="14" rx="7" fill="oklch(0.32 0.10 248)"></rect><rect x="60" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)"></rect><rect x="130" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)"></rect><line x1="120" y1="200" x2="120" y2="226" stroke="oklch(0.42 0.08 248)" stroke-width="2.5" stroke-linecap="round"></line><path d="M 86 48 L 86 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round"></path><path d="M 154 48 L 154 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round"></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"></rect><line x1="86" y1="43" x2="86" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round"></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"></rect><line x1="154" y1="43" x2="154" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round"></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"></rect><line x1="106" y1="148" x2="134" y2="148" stroke="oklch(0.45 0.08 248)" stroke-width="1.8" stroke-linecap="round"></line><rect x="115" y="144" width="10" height="8" rx="2" fill="oklch(0.72 0.18 80)"></rect>', 13)
|
|
2757
|
-
])])) :
|
|
2758
|
-
|
|
2759
|
-
G('<circle cx="120" cy="148" r="22" fill="oklch(0.65 0.16 40)"></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)"></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)"></ellipse><line x1="98" y1="148" x2="142" y2="148" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" stroke-linecap="round"></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"></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"></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"></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"></path>', 8)
|
|
2760
|
-
])])) :
|
|
2761
|
-
P.value ? (
|
|
2762
|
-
|
|
2753
|
+
style: b({ animationDelay: `${r}s` })
|
|
2754
|
+
}, null, 4)), 64)) : f("", !0),
|
|
2755
|
+
n.action === "ironMountain" ? (t(), l("g", rs, [...a[37] || (a[37] = [
|
|
2756
|
+
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)
|
|
2757
|
+
])])) : f("", !0),
|
|
2758
|
+
n.action === "playBasketball" ? (t(), l("g", cs, [...a[38] || (a[38] = [
|
|
2759
|
+
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
|
+
])])) : f("", !0),
|
|
2761
|
+
P.value ? (t(), l("g", ds, [
|
|
2762
|
+
a[39] || (a[39] = e("line", {
|
|
2763
2763
|
x1: "230",
|
|
2764
2764
|
y1: "72",
|
|
2765
2765
|
x2: "230",
|
|
@@ -2775,8 +2775,8 @@ const $e = {
|
|
|
2775
2775
|
fill: I.value,
|
|
2776
2776
|
stroke: "oklch(1 0 0 / 0.35)",
|
|
2777
2777
|
"stroke-width": "1.5"
|
|
2778
|
-
}, null, 8,
|
|
2779
|
-
|
|
2778
|
+
}, null, 8, us),
|
|
2779
|
+
a[40] || (a[40] = e("rect", {
|
|
2780
2780
|
x: "211",
|
|
2781
2781
|
y: "76",
|
|
2782
2782
|
width: "38",
|
|
@@ -2786,7 +2786,7 @@ const $e = {
|
|
|
2786
2786
|
stroke: "oklch(1 0 0 / 0.42)",
|
|
2787
2787
|
"stroke-width": "2"
|
|
2788
2788
|
}, null, -1)),
|
|
2789
|
-
|
|
2789
|
+
a[41] || (a[41] = e("rect", {
|
|
2790
2790
|
x: "216",
|
|
2791
2791
|
y: "82",
|
|
2792
2792
|
width: "28",
|
|
@@ -2800,27 +2800,27 @@ const $e = {
|
|
|
2800
2800
|
r: "8.5",
|
|
2801
2801
|
fill: "oklch(0.6 0.23 22)",
|
|
2802
2802
|
opacity: P.value === "red" ? 1 : 0.22,
|
|
2803
|
-
class:
|
|
2804
|
-
}, null, 10,
|
|
2803
|
+
class: B(P.value === "red" ? "animate-traffic-light-active" : "")
|
|
2804
|
+
}, null, 10, ys),
|
|
2805
2805
|
e("circle", {
|
|
2806
2806
|
cx: "230",
|
|
2807
2807
|
cy: "115",
|
|
2808
2808
|
r: "8.5",
|
|
2809
2809
|
fill: "oklch(0.84 0.16 95)",
|
|
2810
2810
|
opacity: P.value === "yellow" ? 1 : 0.22,
|
|
2811
|
-
class:
|
|
2812
|
-
}, null, 10,
|
|
2811
|
+
class: B(P.value === "yellow" ? "animate-traffic-light-active" : "")
|
|
2812
|
+
}, null, 10, ms),
|
|
2813
2813
|
e("circle", {
|
|
2814
2814
|
cx: "230",
|
|
2815
2815
|
cy: "135",
|
|
2816
2816
|
r: "8.5",
|
|
2817
2817
|
fill: "oklch(0.68 0.16 150)",
|
|
2818
2818
|
opacity: P.value === "green" ? 1 : 0.22,
|
|
2819
|
-
class:
|
|
2820
|
-
}, null, 10,
|
|
2821
|
-
])) :
|
|
2822
|
-
|
|
2823
|
-
(
|
|
2819
|
+
class: B(P.value === "green" ? "animate-traffic-light-active" : "")
|
|
2820
|
+
}, null, 10, hs)
|
|
2821
|
+
])) : f("", !0),
|
|
2822
|
+
se.value ? (t(), l("g", fs, [
|
|
2823
|
+
(t(), l(x, null, C(ie, (r, $) => e("text", {
|
|
2824
2824
|
key: $,
|
|
2825
2825
|
x: r.x,
|
|
2826
2826
|
y: r.y,
|
|
@@ -2828,10 +2828,10 @@ const $e = {
|
|
|
2828
2828
|
"font-weight": "800",
|
|
2829
2829
|
fill: "oklch(0.82 0.16 72)",
|
|
2830
2830
|
class: "animate-music-note",
|
|
2831
|
-
style:
|
|
2832
|
-
}, y(r.note), 13,
|
|
2833
|
-
])) :
|
|
2834
|
-
D.value === "pray" ? (
|
|
2831
|
+
style: b({ animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2832
|
+
}, y(r.note), 13, ks)), 64))
|
|
2833
|
+
])) : f("", !0),
|
|
2834
|
+
D.value === "pray" ? (t(), l("g", ps, [...a[42] || (a[42] = [
|
|
2835
2835
|
e("path", {
|
|
2836
2836
|
d: "M 120 150 l -10 30 q 10 6 20 0 Z",
|
|
2837
2837
|
fill: "oklch(1 0 0 / 0.92)",
|
|
@@ -2846,8 +2846,8 @@ const $e = {
|
|
|
2846
2846
|
stroke: "var(--robot-blue-dark)",
|
|
2847
2847
|
"stroke-width": "1.5"
|
|
2848
2848
|
}, null, -1)
|
|
2849
|
-
])])) :
|
|
2850
|
-
L.value === "glow" ? (
|
|
2849
|
+
])])) : f("", !0),
|
|
2850
|
+
L.value === "glow" ? (t(), l("ellipse", {
|
|
2851
2851
|
key: 77,
|
|
2852
2852
|
cx: "120",
|
|
2853
2853
|
cy: "115",
|
|
@@ -2856,16 +2856,16 @@ const $e = {
|
|
|
2856
2856
|
fill: E.value,
|
|
2857
2857
|
opacity: "0",
|
|
2858
2858
|
class: "animate-body-glow"
|
|
2859
|
-
}, null, 8,
|
|
2860
|
-
L.value === "heart-particles" ? (
|
|
2861
|
-
|
|
2859
|
+
}, null, 8, xs)) : f("", !0),
|
|
2860
|
+
L.value === "heart-particles" ? (t(), l("g", gs, [
|
|
2861
|
+
a[43] || (a[43] = e("path", {
|
|
2862
2862
|
d: `M 120 192 C 100 180, 98 162, 110 158 C 116 155, 120 159, 120 162
|
|
2863
2863
|
C 120 159, 124 155, 130 158 C 142 162, 140 180, 120 192 Z`,
|
|
2864
2864
|
fill: "oklch(0.72 0.22 0)",
|
|
2865
2865
|
class: "animate-body-glow",
|
|
2866
2866
|
style: { transformBox: "fill-box", transformOrigin: "120px 175px" }
|
|
2867
2867
|
}, null, -1)),
|
|
2868
|
-
(
|
|
2868
|
+
(t(), l(x, null, C(re, (r, $) => e("g", { key: $ }, [
|
|
2869
2869
|
e("path", {
|
|
2870
2870
|
d: `M ${r.x} ${r.y + r.size * 0.9}
|
|
2871
2871
|
C ${r.x - r.size * 0.85} ${r.y + r.size * 0.4},
|
|
@@ -2876,12 +2876,12 @@ const $e = {
|
|
|
2876
2876
|
${r.x} ${r.y + r.size * 0.9} Z`,
|
|
2877
2877
|
fill: r.color,
|
|
2878
2878
|
class: "animate-heart-rise",
|
|
2879
|
-
style:
|
|
2880
|
-
}, null, 12,
|
|
2879
|
+
style: b({ "--hx": r.hx, animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2880
|
+
}, null, 12, _s)
|
|
2881
2881
|
])), 64))
|
|
2882
|
-
])) :
|
|
2883
|
-
L.value === "flag" ? (
|
|
2884
|
-
|
|
2882
|
+
])) : f("", !0),
|
|
2883
|
+
L.value === "flag" ? (t(), l("g", vs, [
|
|
2884
|
+
a[44] || (a[44] = e("line", {
|
|
2885
2885
|
x1: "120",
|
|
2886
2886
|
y1: "155",
|
|
2887
2887
|
x2: "120",
|
|
@@ -2898,8 +2898,8 @@ const $e = {
|
|
|
2898
2898
|
rx: "3",
|
|
2899
2899
|
fill: E.value,
|
|
2900
2900
|
class: "animate-flag-wave"
|
|
2901
|
-
}, null, 8,
|
|
2902
|
-
|
|
2901
|
+
}, null, 8, bs),
|
|
2902
|
+
a[45] || (a[45] = e("rect", {
|
|
2903
2903
|
x: "120",
|
|
2904
2904
|
y: "155",
|
|
2905
2905
|
width: "32",
|
|
@@ -2908,8 +2908,8 @@ const $e = {
|
|
|
2908
2908
|
fill: "oklch(1 0 0 / 0.22)",
|
|
2909
2909
|
class: "animate-flag-wave"
|
|
2910
2910
|
}, null, -1))
|
|
2911
|
-
])) :
|
|
2912
|
-
L.value === "scan-ring" ? (
|
|
2911
|
+
])) : f("", !0),
|
|
2912
|
+
L.value === "scan-ring" ? (t(), l("g", ws, [
|
|
2913
2913
|
e("circle", {
|
|
2914
2914
|
cx: "120",
|
|
2915
2915
|
cy: "115",
|
|
@@ -2920,7 +2920,7 @@ const $e = {
|
|
|
2920
2920
|
"stroke-dasharray": "18 12",
|
|
2921
2921
|
class: "animate-self-spin",
|
|
2922
2922
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2923
|
-
}, null, 8, $
|
|
2923
|
+
}, null, 8, $s),
|
|
2924
2924
|
e("circle", {
|
|
2925
2925
|
cx: "120",
|
|
2926
2926
|
cy: "115",
|
|
@@ -2932,10 +2932,10 @@ const $e = {
|
|
|
2932
2932
|
opacity: "0.6",
|
|
2933
2933
|
class: "animate-reset-spin",
|
|
2934
2934
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2935
|
-
}, null, 8,
|
|
2936
|
-
])) :
|
|
2937
|
-
L.value === "confetti" ? (
|
|
2938
|
-
(
|
|
2935
|
+
}, null, 8, Cs)
|
|
2936
|
+
])) : f("", !0),
|
|
2937
|
+
L.value === "confetti" ? (t(), l("g", qs, [
|
|
2938
|
+
(t(), l(x, null, C(ne, (r, $) => e("rect", {
|
|
2939
2939
|
key: $,
|
|
2940
2940
|
x: r.x - r.size / 2,
|
|
2941
2941
|
y: r.y - r.size / 2,
|
|
@@ -2944,29 +2944,29 @@ const $e = {
|
|
|
2944
2944
|
rx: r.size * 0.3,
|
|
2945
2945
|
fill: r.color,
|
|
2946
2946
|
class: "animate-confetti",
|
|
2947
|
-
style:
|
|
2947
|
+
style: b({
|
|
2948
2948
|
"--cx": `${r.cx}px`,
|
|
2949
2949
|
"--cy": `${r.cy}px`,
|
|
2950
2950
|
"--cr": r.cr,
|
|
2951
2951
|
animationDelay: `${$ * 0.18}s`,
|
|
2952
2952
|
transformOrigin: `${r.x}px ${r.y}px`
|
|
2953
2953
|
})
|
|
2954
|
-
}, null, 12,
|
|
2955
|
-
])) :
|
|
2956
|
-
L.value === "particles" ? (
|
|
2957
|
-
(
|
|
2954
|
+
}, null, 12, Ms)), 64))
|
|
2955
|
+
])) : f("", !0),
|
|
2956
|
+
L.value === "particles" ? (t(), l("g", Ss, [
|
|
2957
|
+
(t(), l(x, null, C(ce, (r, $) => e("circle", {
|
|
2958
2958
|
key: $,
|
|
2959
2959
|
cx: r.x,
|
|
2960
2960
|
cy: r.y,
|
|
2961
2961
|
r: "3",
|
|
2962
2962
|
fill: r.color,
|
|
2963
2963
|
class: "animate-sparkle",
|
|
2964
|
-
style:
|
|
2965
|
-
}, null, 12,
|
|
2966
|
-
])) :
|
|
2964
|
+
style: b({ transformBox: "fill-box", transformOrigin: "center", animationDelay: `${r.delay}s` })
|
|
2965
|
+
}, null, 12, As)), 64))
|
|
2966
|
+
])) : f("", !0),
|
|
2967
2967
|
e("g", {
|
|
2968
|
-
style:
|
|
2969
|
-
class:
|
|
2968
|
+
style: b(ye.value),
|
|
2969
|
+
class: B(N.value.la)
|
|
2970
2970
|
}, [
|
|
2971
2971
|
e("rect", {
|
|
2972
2972
|
x: "16",
|
|
@@ -2975,24 +2975,24 @@ const $e = {
|
|
|
2975
2975
|
height: "14",
|
|
2976
2976
|
rx: "7",
|
|
2977
2977
|
fill: I.value
|
|
2978
|
-
}, null, 8,
|
|
2978
|
+
}, null, 8, Bs),
|
|
2979
2979
|
e("circle", {
|
|
2980
2980
|
cx: "12",
|
|
2981
2981
|
cy: "128",
|
|
2982
2982
|
r: "9",
|
|
2983
2983
|
fill: I.value
|
|
2984
|
-
}, null, 8,
|
|
2985
|
-
D.value === "sparkle" ? (
|
|
2984
|
+
}, null, 8, Os),
|
|
2985
|
+
D.value === "sparkle" ? (t(), l("path", {
|
|
2986
2986
|
key: 0,
|
|
2987
2987
|
d: W(12, 128),
|
|
2988
2988
|
fill: "var(--robot-amber)",
|
|
2989
2989
|
class: "animate-sparkle origin-center",
|
|
2990
2990
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2991
|
-
}, null, 8,
|
|
2991
|
+
}, null, 8, zs)) : f("", !0)
|
|
2992
2992
|
], 6),
|
|
2993
2993
|
e("g", {
|
|
2994
|
-
style:
|
|
2995
|
-
class:
|
|
2994
|
+
style: b(me.value),
|
|
2995
|
+
class: B(N.value.ra)
|
|
2996
2996
|
}, [
|
|
2997
2997
|
e("rect", {
|
|
2998
2998
|
x: "194",
|
|
@@ -3001,14 +3001,14 @@ const $e = {
|
|
|
3001
3001
|
height: "14",
|
|
3002
3002
|
rx: "7",
|
|
3003
3003
|
fill: I.value
|
|
3004
|
-
}, null, 8,
|
|
3004
|
+
}, null, 8, Rs),
|
|
3005
3005
|
e("circle", {
|
|
3006
3006
|
cx: "228",
|
|
3007
3007
|
cy: "128",
|
|
3008
3008
|
r: "9",
|
|
3009
3009
|
fill: I.value
|
|
3010
|
-
}, null, 8,
|
|
3011
|
-
D.value === "thumbsUp" ? (
|
|
3010
|
+
}, null, 8, Is),
|
|
3011
|
+
D.value === "thumbsUp" ? (t(), l("rect", {
|
|
3012
3012
|
key: 0,
|
|
3013
3013
|
x: "225",
|
|
3014
3014
|
y: "113",
|
|
@@ -3016,44 +3016,96 @@ const $e = {
|
|
|
3016
3016
|
height: "11",
|
|
3017
3017
|
rx: "3",
|
|
3018
3018
|
fill: I.value
|
|
3019
|
-
}, null, 8,
|
|
3020
|
-
D.value === "sparkle" ? (
|
|
3019
|
+
}, null, 8, Ns)) : f("", !0),
|
|
3020
|
+
D.value === "sparkle" ? (t(), l("path", {
|
|
3021
3021
|
key: 1,
|
|
3022
3022
|
d: W(228, 128),
|
|
3023
3023
|
fill: "var(--robot-amber)",
|
|
3024
3024
|
class: "animate-sparkle origin-center",
|
|
3025
3025
|
style: { transformBox: "fill-box", transformOrigin: "center", animationDelay: "0.3s" }
|
|
3026
|
-
}, null, 8,
|
|
3026
|
+
}, null, 8, Ts)) : f("", !0)
|
|
3027
3027
|
], 6)
|
|
3028
3028
|
])),
|
|
3029
|
-
|
|
3029
|
+
n.emotion === "sleepy" || n.emotion === "yawn" ? (t(), l("div", Ds, [...a[49] || (a[49] = [
|
|
3030
3030
|
e("span", { class: "animate-float-up inline-block text-lg font-bold" }, "z", -1),
|
|
3031
3031
|
e("span", {
|
|
3032
3032
|
class: "animate-float-up inline-block text-2xl font-bold",
|
|
3033
3033
|
style: { animationDelay: "0.8s" }
|
|
3034
3034
|
}, " Z ", -1)
|
|
3035
|
-
])])) :
|
|
3035
|
+
])])) : f("", !0)
|
|
3036
3036
|
], 2)
|
|
3037
3037
|
], 4)
|
|
3038
3038
|
], 512));
|
|
3039
3039
|
}
|
|
3040
|
-
}),
|
|
3040
|
+
}), ai = /* @__PURE__ */ S(Es, [["__scopeId", "data-v-c1f1f037"]]), Gs = /* @__PURE__ */ M({
|
|
3041
3041
|
__name: "QuarkRobotHalo",
|
|
3042
3042
|
props: {
|
|
3043
3043
|
width: { default: 220 }
|
|
3044
3044
|
},
|
|
3045
|
-
setup(
|
|
3046
|
-
return (
|
|
3045
|
+
setup(n) {
|
|
3046
|
+
return (c, h) => (t(), l("div", {
|
|
3047
3047
|
class: "halo",
|
|
3048
|
-
style:
|
|
3048
|
+
style: b({ width: n.width + "px", height: n.width * 0.27 + "px" }),
|
|
3049
3049
|
"aria-hidden": "true"
|
|
3050
|
-
}, [...
|
|
3050
|
+
}, [...h[0] || (h[0] = [
|
|
3051
3051
|
e("span", { class: "halo-ring r1" }, null, -1),
|
|
3052
3052
|
e("span", { class: "halo-ring r2" }, null, -1),
|
|
3053
3053
|
e("span", { class: "halo-core" }, null, -1)
|
|
3054
3054
|
])], 4));
|
|
3055
3055
|
}
|
|
3056
|
-
}),
|
|
3056
|
+
}), si = /* @__PURE__ */ S(Gs, [["__scopeId", "data-v-6fd8ca14"]]), Hs = { class: "qbs-top-header" }, Zs = /* @__PURE__ */ M({
|
|
3057
|
+
__name: "QuarkTopHeader",
|
|
3058
|
+
props: {
|
|
3059
|
+
title: { default: "智能运维监控大屏" },
|
|
3060
|
+
time: { default: "--:--" },
|
|
3061
|
+
date: { default: "--" },
|
|
3062
|
+
armed: { type: Boolean, default: !1 }
|
|
3063
|
+
},
|
|
3064
|
+
emits: ["titleClick", "clockClick"],
|
|
3065
|
+
setup(n) {
|
|
3066
|
+
return (c, h) => (t(), l("header", Hs, [
|
|
3067
|
+
e("div", {
|
|
3068
|
+
class: "qbs-top-header__brand",
|
|
3069
|
+
onClick: h[0] || (h[0] = (m) => c.$emit("titleClick"))
|
|
3070
|
+
}, [
|
|
3071
|
+
h[2] || (h[2] = e("span", null, null, -1)),
|
|
3072
|
+
e("h1", null, y(n.title), 1)
|
|
3073
|
+
]),
|
|
3074
|
+
e("div", {
|
|
3075
|
+
class: B(["qbs-top-header__deco", { "is-armed": n.armed }])
|
|
3076
|
+
}, [
|
|
3077
|
+
(t(), l(x, null, C(5, (m) => e("i", {
|
|
3078
|
+
key: m,
|
|
3079
|
+
style: b({ animationDelay: `${m * 0.12}s` })
|
|
3080
|
+
}, null, 4)), 64))
|
|
3081
|
+
], 2),
|
|
3082
|
+
e("div", {
|
|
3083
|
+
class: "qbs-top-header__clock",
|
|
3084
|
+
onClick: h[1] || (h[1] = (m) => c.$emit("clockClick"))
|
|
3085
|
+
}, [
|
|
3086
|
+
e("b", null, y(n.time), 1),
|
|
3087
|
+
e("small", null, y(n.date), 1)
|
|
3088
|
+
])
|
|
3089
|
+
]));
|
|
3090
|
+
}
|
|
3091
|
+
}), ii = /* @__PURE__ */ S(Zs, [["__scopeId", "data-v-6df12854"]]), Us = { class: "qbs-duty-compact" }, js = { key: 0 }, Fs = /* @__PURE__ */ M({
|
|
3092
|
+
__name: "QuarkDutyCompact",
|
|
3093
|
+
props: {
|
|
3094
|
+
name: { default: "" },
|
|
3095
|
+
phone: { default: "" },
|
|
3096
|
+
tag: { default: "" }
|
|
3097
|
+
},
|
|
3098
|
+
setup(n) {
|
|
3099
|
+
return (c, h) => (t(), l("div", Us, [
|
|
3100
|
+
e("div", null, y(n.name.charAt(0) || "-"), 1),
|
|
3101
|
+
e("section", null, [
|
|
3102
|
+
e("strong", null, y(n.name || "暂未排班"), 1),
|
|
3103
|
+
e("span", null, y(n.phone || "—"), 1)
|
|
3104
|
+
]),
|
|
3105
|
+
n.tag ? (t(), l("em", js, y(n.tag), 1)) : f("", !0)
|
|
3106
|
+
]));
|
|
3107
|
+
}
|
|
3108
|
+
}), ni = /* @__PURE__ */ S(Fs, [["__scopeId", "data-v-cd7cff86"]]), Qs = {
|
|
3057
3109
|
screen_header: {
|
|
3058
3110
|
dateText: "2026-07-27",
|
|
3059
3111
|
timeText: "14:30",
|
|
@@ -3106,22 +3158,24 @@ const $e = {
|
|
|
3106
3158
|
]
|
|
3107
3159
|
}
|
|
3108
3160
|
};
|
|
3109
|
-
function
|
|
3110
|
-
return JSON.parse(JSON.stringify(
|
|
3161
|
+
function ri(n) {
|
|
3162
|
+
return JSON.parse(JSON.stringify(Qs[n]));
|
|
3111
3163
|
}
|
|
3112
3164
|
export {
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3165
|
+
Vs as BigScreenAlertRow,
|
|
3166
|
+
Xs as BigScreenBuildDistribution,
|
|
3167
|
+
ei as BigScreenBuildProjects,
|
|
3168
|
+
Ws as BigScreenDutyContent,
|
|
3169
|
+
li as BigScreenEndpointDistribution,
|
|
3170
|
+
oi as BigScreenExternalEmbed,
|
|
3171
|
+
Ks as BigScreenHeader,
|
|
3172
|
+
Js as BigScreenMetricCard,
|
|
3121
3173
|
Te as BigScreenPanel,
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3174
|
+
ti as BigScreenRobotSummary,
|
|
3175
|
+
ni as QuarkDutyCompact,
|
|
3176
|
+
ai as QuarkRobot,
|
|
3177
|
+
si as QuarkRobotHalo,
|
|
3178
|
+
ii as QuarkTopHeader,
|
|
3179
|
+
Qs as bigScreenPreviewFixtures,
|
|
3180
|
+
ri as getBigScreenPreviewData
|
|
3127
3181
|
};
|