@akiraka/quark-big-screen-ui 0.1.11 → 0.1.13
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/BigScreenExternalEmbed.vue.d.ts +10 -0
- package/dist/components/BigScreenExternalEmbed.vue.d.ts.map +1 -0
- package/dist/components/QuarkRobot.vue.d.ts +12 -0
- package/dist/components/QuarkRobot.vue.d.ts.map +1 -0
- package/dist/components/QuarkRobotHalo.vue.d.ts +9 -0
- package/dist/components/QuarkRobotHalo.vue.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2837 -222
- package/dist/index.umd.cjs +8 -1
- package/dist/types/robot.d.ts +4 -0
- package/dist/types/robot.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const $ = {
|
|
1
|
+
import { defineComponent as A, openBlock as l, createElementBlock as t, normalizeStyle as v, normalizeClass as S, createCommentVNode as h, toDisplayString as y, renderSlot as T, createElementVNode as e, createTextVNode as O, Fragment as g, renderList as q, createBlock as _e, withCtx as be, computed as b, ref as U, onMounted as ve, onBeforeUnmount as we, createStaticVNode as G } from "vue";
|
|
2
|
+
const $e = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "qbs-panel__corner qbs-panel__corner--tl"
|
|
5
|
-
},
|
|
5
|
+
}, Ce = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "qbs-panel__corner qbs-panel__corner--tr"
|
|
8
|
-
},
|
|
8
|
+
}, qe = {
|
|
9
9
|
key: 2,
|
|
10
10
|
class: "qbs-panel__corner qbs-panel__corner--bl"
|
|
11
|
-
},
|
|
11
|
+
}, Me = {
|
|
12
12
|
key: 3,
|
|
13
13
|
class: "qbs-panel__corner qbs-panel__corner--br"
|
|
14
|
-
},
|
|
14
|
+
}, Se = {
|
|
15
15
|
key: 0,
|
|
16
16
|
class: "qbs-panel__bar"
|
|
17
|
-
},
|
|
17
|
+
}, Ae = {
|
|
18
18
|
key: 1,
|
|
19
19
|
class: "qbs-panel__title"
|
|
20
|
-
},
|
|
20
|
+
}, Be = {
|
|
21
21
|
key: 2,
|
|
22
22
|
class: "qbs-panel__header-prefix"
|
|
23
|
-
},
|
|
23
|
+
}, Oe = {
|
|
24
24
|
key: 3,
|
|
25
25
|
class: "qbs-panel__header-center"
|
|
26
|
-
},
|
|
26
|
+
}, ze = {
|
|
27
27
|
key: 4,
|
|
28
28
|
class: "qbs-panel__header-extra"
|
|
29
|
-
},
|
|
29
|
+
}, Re = {
|
|
30
30
|
key: 0,
|
|
31
31
|
class: "qbs-panel__live"
|
|
32
|
-
},
|
|
32
|
+
}, Ie = { class: "qbs-panel__body" }, Ne = /* @__PURE__ */ A({
|
|
33
33
|
__name: "BigScreenPanel",
|
|
34
34
|
props: {
|
|
35
35
|
title: { default: "" },
|
|
@@ -42,67 +42,67 @@ const $ = {
|
|
|
42
42
|
titleSize: { default: "md" },
|
|
43
43
|
overflowHidden: { type: Boolean, default: !0 }
|
|
44
44
|
},
|
|
45
|
-
setup(
|
|
46
|
-
const
|
|
47
|
-
function
|
|
48
|
-
return
|
|
45
|
+
setup(d) {
|
|
46
|
+
const u = d;
|
|
47
|
+
function k(m) {
|
|
48
|
+
return u.corners === "all" ? !0 : u.corners === "none" ? !1 : m === "tl" || m === "br";
|
|
49
49
|
}
|
|
50
|
-
return (
|
|
51
|
-
class:
|
|
52
|
-
`qbs-panel--padding-${
|
|
53
|
-
`qbs-panel--layout-${
|
|
54
|
-
{ "qbs-panel--overflow-hidden":
|
|
50
|
+
return (m, p) => (l(), t("section", {
|
|
51
|
+
class: S(["qbs-panel", [
|
|
52
|
+
`qbs-panel--padding-${d.padding}`,
|
|
53
|
+
`qbs-panel--layout-${d.bodyLayout}`,
|
|
54
|
+
{ "qbs-panel--overflow-hidden": d.overflowHidden }
|
|
55
55
|
]]),
|
|
56
|
-
style:
|
|
56
|
+
style: v({ "--qbs-accent": d.accent })
|
|
57
57
|
}, [
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
58
|
+
k("tl") ? (l(), t("span", $e)) : h("", !0),
|
|
59
|
+
k("tr") ? (l(), t("span", Ce)) : h("", !0),
|
|
60
|
+
k("bl") ? (l(), t("span", qe)) : h("", !0),
|
|
61
|
+
k("br") ? (l(), t("span", Me)) : h("", !0),
|
|
62
|
+
d.title || d.liveLabel || m.$slots["header-center"] || m.$slots["header-extra"] ? (l(), t("header", {
|
|
63
63
|
key: 4,
|
|
64
|
-
class:
|
|
64
|
+
class: S(["qbs-panel__header", `qbs-panel__header--${d.titleSize}`])
|
|
65
65
|
}, [
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
])) :
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
])) :
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
])) :
|
|
66
|
+
d.showBar ? (l(), t("span", Se)) : h("", !0),
|
|
67
|
+
d.title ? (l(), t("span", Ae, y(d.title), 1)) : h("", !0),
|
|
68
|
+
m.$slots["header-prefix"] ? (l(), t("span", Be, [
|
|
69
|
+
T(m.$slots, "header-prefix", {}, void 0, !0)
|
|
70
|
+
])) : h("", !0),
|
|
71
|
+
m.$slots["header-center"] ? (l(), t("span", Oe, [
|
|
72
|
+
T(m.$slots, "header-center", {}, void 0, !0)
|
|
73
|
+
])) : h("", !0),
|
|
74
|
+
m.$slots["header-extra"] || d.liveLabel ? (l(), t("span", ze, [
|
|
75
|
+
T(m.$slots, "header-extra", {}, () => [
|
|
76
|
+
d.liveLabel ? (l(), t("span", Re, [
|
|
77
|
+
p[0] || (p[0] = e("span", { class: "qbs-panel__live-dot" }, null, -1)),
|
|
78
|
+
O(y(d.liveLabel), 1)
|
|
79
|
+
])) : h("", !0)
|
|
80
80
|
], !0)
|
|
81
|
-
])) :
|
|
82
|
-
], 2)) :
|
|
83
|
-
e("div",
|
|
84
|
-
|
|
81
|
+
])) : h("", !0)
|
|
82
|
+
], 2)) : h("", !0),
|
|
83
|
+
e("div", Ie, [
|
|
84
|
+
T(m.$slots, "default", {}, void 0, !0)
|
|
85
85
|
])
|
|
86
86
|
], 6));
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
89
|
-
const
|
|
90
|
-
for (const [
|
|
91
|
-
|
|
92
|
-
return
|
|
93
|
-
},
|
|
88
|
+
}), B = (d, u) => {
|
|
89
|
+
const k = d.__vccOpts || d;
|
|
90
|
+
for (const [m, p] of u)
|
|
91
|
+
k[m] = p;
|
|
92
|
+
return k;
|
|
93
|
+
}, Te = /* @__PURE__ */ B(Ne, [["__scopeId", "data-v-749400b6"]]), De = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "qbs-duty-compact"
|
|
96
|
-
},
|
|
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" }, Ze = {
|
|
97
97
|
key: 0,
|
|
98
98
|
class: "qbs-duty-compact__tag"
|
|
99
|
-
},
|
|
99
|
+
}, He = {
|
|
100
100
|
key: 1,
|
|
101
101
|
class: "qbs-duty"
|
|
102
|
-
},
|
|
102
|
+
}, Ue = { class: "qbs-duty__summary" }, je = { class: "qbs-duty__summary-chip" }, Fe = { class: "qbs-duty__summary-chip" }, Ye = { class: "qbs-duty__summary-chip" }, Qe = { 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
|
-
},
|
|
105
|
+
}, Ke = /* @__PURE__ */ A({
|
|
106
106
|
__name: "BigScreenDutyContent",
|
|
107
107
|
props: {
|
|
108
108
|
compact: { type: Boolean, default: !1 },
|
|
@@ -114,66 +114,66 @@ const $ = {
|
|
|
114
114
|
totalUsers: { default: void 0 },
|
|
115
115
|
groups: { default: () => [] }
|
|
116
116
|
},
|
|
117
|
-
setup(
|
|
118
|
-
const
|
|
119
|
-
return (
|
|
120
|
-
e("div",
|
|
121
|
-
e("div",
|
|
122
|
-
e("span",
|
|
123
|
-
e("span",
|
|
117
|
+
setup(d) {
|
|
118
|
+
const u = d;
|
|
119
|
+
return (k, m) => u.compact ? (l(), t("div", De, [
|
|
120
|
+
e("div", Le, y(u.personName.charAt(0) || "-"), 1),
|
|
121
|
+
e("div", Pe, [
|
|
122
|
+
e("span", Ee, y(u.personName || "暂未排班"), 1),
|
|
123
|
+
e("span", Ge, y(u.personPhone || "—"), 1)
|
|
124
124
|
]),
|
|
125
|
-
|
|
126
|
-
])) : (
|
|
127
|
-
e("div",
|
|
128
|
-
e("div",
|
|
129
|
-
|
|
130
|
-
e("strong", null,
|
|
125
|
+
u.personTag ? (l(), t("span", Ze, y(u.personTag), 1)) : h("", !0)
|
|
126
|
+
])) : (l(), t("div", He, [
|
|
127
|
+
e("div", Ue, [
|
|
128
|
+
e("div", je, [
|
|
129
|
+
m[0] || (m[0] = e("span", null, "日期", -1)),
|
|
130
|
+
e("strong", null, y(u.date || "未同步"), 1)
|
|
131
131
|
]),
|
|
132
|
-
e("div",
|
|
133
|
-
|
|
134
|
-
e("strong", null,
|
|
132
|
+
e("div", Fe, [
|
|
133
|
+
m[1] || (m[1] = e("span", null, "值班组", -1)),
|
|
134
|
+
e("strong", null, y(u.totalGroups ?? u.groups.length), 1)
|
|
135
135
|
]),
|
|
136
|
-
e("div",
|
|
137
|
-
|
|
138
|
-
e("strong", null,
|
|
136
|
+
e("div", Ye, [
|
|
137
|
+
m[2] || (m[2] = e("span", null, "值班人数", -1)),
|
|
138
|
+
e("strong", null, y(u.totalUsers ?? 0), 1)
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
|
-
e("div",
|
|
142
|
-
(
|
|
143
|
-
var
|
|
144
|
-
return
|
|
145
|
-
key:
|
|
141
|
+
e("div", Qe, [
|
|
142
|
+
(l(!0), t(g, null, q(u.groups, (p) => {
|
|
143
|
+
var w;
|
|
144
|
+
return l(), t("article", {
|
|
145
|
+
key: p.groupId,
|
|
146
146
|
class: "qbs-duty__group"
|
|
147
147
|
}, [
|
|
148
|
-
e("div",
|
|
149
|
-
e("strong", null,
|
|
150
|
-
e("span", null,
|
|
148
|
+
e("div", We, [
|
|
149
|
+
e("strong", null, y(p.groupName), 1),
|
|
150
|
+
e("span", null, y(((w = p.users) == null ? void 0 : w.length) || 0) + " 人", 1)
|
|
151
151
|
]),
|
|
152
|
-
e("div",
|
|
153
|
-
(
|
|
154
|
-
key:
|
|
152
|
+
e("div", Ve, [
|
|
153
|
+
(l(!0), t(g, null, q(p.users || [], (R) => (l(), t("span", {
|
|
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
|
+
u.groups.length ? h("", !0) : (l(), t("div", Je, "暂无值班数据"))
|
|
161
161
|
])
|
|
162
162
|
]));
|
|
163
163
|
}
|
|
164
|
-
}),
|
|
164
|
+
}), Ha = /* @__PURE__ */ B(Ke, [["__scopeId", "data-v-f5721bce"]]), Xe = { class: "qbs-alert-row__main" }, el = { class: "qbs-alert-row__copy" }, ll = ["title"], tl = { class: "qbs-alert-row__meta" }, ol = { class: "qbs-alert-row__group" }, sl = {
|
|
165
165
|
key: 0,
|
|
166
166
|
class: "qbs-alert-row__owner"
|
|
167
|
-
},
|
|
167
|
+
}, al = {
|
|
168
168
|
key: 1,
|
|
169
169
|
class: "qbs-alert-row__time"
|
|
170
|
-
},
|
|
170
|
+
}, il = {
|
|
171
171
|
key: 2,
|
|
172
172
|
class: "qbs-alert-row__tag"
|
|
173
|
-
},
|
|
173
|
+
}, rl = { class: "qbs-alert-row__status" }, nl = {
|
|
174
174
|
key: 0,
|
|
175
175
|
class: "qbs-alert-row__aside"
|
|
176
|
-
},
|
|
176
|
+
}, cl = /* @__PURE__ */ A({
|
|
177
177
|
__name: "BigScreenAlertRow",
|
|
178
178
|
props: {
|
|
179
179
|
title: {},
|
|
@@ -186,39 +186,39 @@ const $ = {
|
|
|
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(d) {
|
|
190
|
+
const u = d;
|
|
191
|
+
return (k, m) => (l(), t("button", {
|
|
192
|
+
class: S(["qbs-alert-row", { "qbs-alert-row--detail-wide": u.detailWide }]),
|
|
193
|
+
style: v({ "--qbs-alert-accent": u.accent }),
|
|
194
194
|
type: "button",
|
|
195
|
-
onClick:
|
|
195
|
+
onClick: m[0] || (m[0] = (p) => k.$emit("select"))
|
|
196
196
|
}, [
|
|
197
|
-
e("div",
|
|
198
|
-
e("div",
|
|
197
|
+
e("div", Xe, [
|
|
198
|
+
e("div", el, [
|
|
199
199
|
e("div", {
|
|
200
200
|
class: "qbs-alert-row__title",
|
|
201
|
-
title:
|
|
202
|
-
},
|
|
203
|
-
e("div",
|
|
204
|
-
e("span",
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
201
|
+
title: u.title
|
|
202
|
+
}, y(u.title), 9, ll),
|
|
203
|
+
e("div", tl, [
|
|
204
|
+
e("span", ol, y(u.group), 1),
|
|
205
|
+
u.owner ? (l(), t("span", sl, y(u.owner), 1)) : h("", !0),
|
|
206
|
+
u.time ? (l(), t("span", al, y(u.time), 1)) : h("", !0),
|
|
207
|
+
u.tag ? (l(), t("span", il, y(u.tag), 1)) : h("", !0)
|
|
208
208
|
]),
|
|
209
|
-
e("div",
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
e("div", rl, [
|
|
210
|
+
T(k.$slots, "status", {}, () => [
|
|
211
|
+
O(y(u.statusText || "待处理"), 1)
|
|
212
212
|
], !0)
|
|
213
213
|
])
|
|
214
214
|
]),
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
])) :
|
|
215
|
+
k.$slots.aside ? (l(), t("aside", nl, [
|
|
216
|
+
T(k.$slots, "aside", {}, void 0, !0)
|
|
217
|
+
])) : h("", !0)
|
|
218
218
|
])
|
|
219
219
|
], 6));
|
|
220
220
|
}
|
|
221
|
-
}),
|
|
221
|
+
}), Ua = /* @__PURE__ */ B(cl, [["__scopeId", "data-v-83959767"]]), ul = { class: "qbs-metric-card__value" }, dl = { class: "qbs-metric-card__label" }, yl = /* @__PURE__ */ A({
|
|
222
222
|
__name: "BigScreenMetricCard",
|
|
223
223
|
props: {
|
|
224
224
|
label: {},
|
|
@@ -226,39 +226,39 @@ const $ = {
|
|
|
226
226
|
tone: { default: "#7dd3fc" },
|
|
227
227
|
compact: { type: Boolean, default: !1 }
|
|
228
228
|
},
|
|
229
|
-
setup(
|
|
230
|
-
const
|
|
231
|
-
return (
|
|
229
|
+
setup(d) {
|
|
230
|
+
const u = d;
|
|
231
|
+
return (k, m) => u.compact ? (l(), t("div", {
|
|
232
232
|
key: 0,
|
|
233
233
|
class: "qbs-metric-card qbs-metric-card--compact",
|
|
234
|
-
style:
|
|
234
|
+
style: v({ "--qbs-metric-tone": u.tone })
|
|
235
235
|
}, [
|
|
236
|
-
e("span", null,
|
|
236
|
+
e("span", null, y(u.label), 1),
|
|
237
237
|
e("strong", null, [
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
T(k.$slots, "default", {}, () => [
|
|
239
|
+
O(y(u.value), 1)
|
|
240
240
|
], !0)
|
|
241
241
|
])
|
|
242
|
-
], 4)) : (
|
|
242
|
+
], 4)) : (l(), _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: u.tone
|
|
248
248
|
}, {
|
|
249
|
-
default:
|
|
250
|
-
|
|
251
|
-
e("strong",
|
|
249
|
+
default: be(() => [
|
|
250
|
+
T(k.$slots, "default", {}, () => [
|
|
251
|
+
e("strong", ul, y(u.value), 1)
|
|
252
252
|
], !0),
|
|
253
|
-
e("span",
|
|
253
|
+
e("span", dl, y(u.label), 1)
|
|
254
254
|
]),
|
|
255
255
|
_: 3
|
|
256
256
|
}, 8, ["accent"]));
|
|
257
257
|
}
|
|
258
|
-
}),
|
|
258
|
+
}), ja = /* @__PURE__ */ B(yl, [["__scopeId", "data-v-07353599"]]), ml = { class: "qbs-header" }, hl = { class: "qbs-header__body" }, kl = { class: "qbs-header__brand" }, fl = {
|
|
259
259
|
key: 0,
|
|
260
260
|
class: "qbs-header__clock"
|
|
261
|
-
},
|
|
261
|
+
}, pl = /* @__PURE__ */ A({
|
|
262
262
|
__name: "BigScreenHeader",
|
|
263
263
|
props: {
|
|
264
264
|
title: { default: "运维监控大屏" },
|
|
@@ -268,58 +268,58 @@ const $ = {
|
|
|
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(d) {
|
|
272
|
+
return (u, k) => (l(), t("section", ml, [
|
|
273
|
+
k[1] || (k[1] = e("i", { class: "qbs-header__glow" }, null, -1)),
|
|
274
|
+
e("div", hl, [
|
|
275
|
+
e("div", kl, [
|
|
276
|
+
k[0] || (k[0] = e("i", { class: "qbs-header__crest" }, [
|
|
277
277
|
e("b")
|
|
278
278
|
], -1)),
|
|
279
279
|
e("div", null, [
|
|
280
|
-
e("p", null,
|
|
281
|
-
e("h1", null,
|
|
280
|
+
e("p", null, y(d.subtitle), 1),
|
|
281
|
+
e("h1", null, y(d.title), 1)
|
|
282
282
|
])
|
|
283
283
|
]),
|
|
284
|
-
|
|
285
|
-
e("strong", null,
|
|
286
|
-
e("span", null,
|
|
287
|
-
])) :
|
|
284
|
+
d.showClock ? (l(), t("div", fl, [
|
|
285
|
+
e("strong", null, y(d.timeText), 1),
|
|
286
|
+
e("span", null, y(d.dateText) + " " + y(d.weekdayText), 1)
|
|
287
|
+
])) : h("", !0)
|
|
288
288
|
])
|
|
289
289
|
]));
|
|
290
290
|
}
|
|
291
|
-
}),
|
|
291
|
+
}), Fa = /* @__PURE__ */ B(pl, [["__scopeId", "data-v-cc041333"]]), xl = { class: "qbs-build-dist" }, gl = {
|
|
292
292
|
key: 0,
|
|
293
293
|
class: "qbs-build-dist__empty"
|
|
294
|
-
},
|
|
294
|
+
}, _l = /* @__PURE__ */ A({
|
|
295
295
|
__name: "BigScreenBuildDistribution",
|
|
296
296
|
props: {
|
|
297
297
|
items: { default: () => [] },
|
|
298
298
|
total: { default: 0 }
|
|
299
299
|
},
|
|
300
|
-
setup(
|
|
301
|
-
const
|
|
302
|
-
return (
|
|
303
|
-
(
|
|
304
|
-
key:
|
|
300
|
+
setup(d) {
|
|
301
|
+
const u = d, k = (m) => `${(m / Math.max(1, u.total || u.items.reduce((p, w) => p + w.count, 0)) * 100).toFixed(1)}%`;
|
|
302
|
+
return (m, p) => (l(), t("div", xl, [
|
|
303
|
+
(l(!0), t(g, null, q(u.items.slice(0, 8), (w) => (l(), t("article", {
|
|
304
|
+
key: w.name
|
|
305
305
|
}, [
|
|
306
306
|
e("div", null, [
|
|
307
|
-
e("strong", null,
|
|
308
|
-
e("span", null,
|
|
307
|
+
e("strong", null, y(w.name), 1),
|
|
308
|
+
e("span", null, y(w.count), 1)
|
|
309
309
|
]),
|
|
310
310
|
e("i", null, [
|
|
311
311
|
e("b", {
|
|
312
|
-
style:
|
|
312
|
+
style: v({ width: k(w.count) })
|
|
313
313
|
}, null, 4)
|
|
314
314
|
])
|
|
315
315
|
]))), 128)),
|
|
316
|
-
|
|
316
|
+
u.items.length ? h("", !0) : (l(), t("div", gl, "暂无构建分布数据"))
|
|
317
317
|
]));
|
|
318
318
|
}
|
|
319
|
-
}),
|
|
319
|
+
}), Ya = /* @__PURE__ */ B(_l, [["__scopeId", "data-v-608b33d9"]]), bl = { class: "qbs-build-projects" }, vl = { class: "qbs-build-projects__summary" }, wl = { class: "qbs-build-projects__list" }, $l = {
|
|
320
320
|
key: 0,
|
|
321
321
|
class: "qbs-build-projects__empty"
|
|
322
|
-
},
|
|
322
|
+
}, Cl = /* @__PURE__ */ A({
|
|
323
323
|
__name: "BigScreenBuildProjects",
|
|
324
324
|
props: {
|
|
325
325
|
buildingCount: { default: 0 },
|
|
@@ -327,46 +327,46 @@ const $ = {
|
|
|
327
327
|
successRate: { default: 0 },
|
|
328
328
|
items: { default: () => [] }
|
|
329
329
|
},
|
|
330
|
-
setup(
|
|
331
|
-
const
|
|
332
|
-
return (
|
|
333
|
-
e("div",
|
|
330
|
+
setup(d) {
|
|
331
|
+
const u = (k) => `${Math.max(0, Math.min(100, k || 0))}%`;
|
|
332
|
+
return (k, m) => (l(), t("div", bl, [
|
|
333
|
+
e("div", vl, [
|
|
334
334
|
e("span", null, [
|
|
335
|
-
|
|
336
|
-
e("strong", null,
|
|
335
|
+
m[0] || (m[0] = O("构建中", -1)),
|
|
336
|
+
e("strong", null, y(d.buildingCount), 1)
|
|
337
337
|
]),
|
|
338
338
|
e("span", null, [
|
|
339
|
-
|
|
340
|
-
e("strong", null,
|
|
339
|
+
m[1] || (m[1] = O("今日构建", -1)),
|
|
340
|
+
e("strong", null, y(d.todayBuilds), 1)
|
|
341
341
|
]),
|
|
342
342
|
e("span", null, [
|
|
343
|
-
|
|
344
|
-
e("strong", null,
|
|
343
|
+
m[2] || (m[2] = O("成功率", -1)),
|
|
344
|
+
e("strong", null, y(Number(d.successRate).toFixed(1)) + "%", 1)
|
|
345
345
|
])
|
|
346
346
|
]),
|
|
347
|
-
e("div",
|
|
348
|
-
(
|
|
349
|
-
key: `${
|
|
347
|
+
e("div", wl, [
|
|
348
|
+
(l(!0), t(g, null, q(d.items.slice(0, 8), (p) => (l(), t("article", {
|
|
349
|
+
key: `${p.pipelineId}-${p.buildId}`
|
|
350
350
|
}, [
|
|
351
351
|
e("div", null, [
|
|
352
|
-
e("strong", null,
|
|
353
|
-
e("span", null,
|
|
352
|
+
e("strong", null, y(p.jobName || `Pipeline-${p.pipelineId}`), 1),
|
|
353
|
+
e("span", null, y(p.statusText), 1)
|
|
354
354
|
]),
|
|
355
355
|
e("p", null, [
|
|
356
|
-
e("span", null,
|
|
357
|
-
e("span", null,
|
|
356
|
+
e("span", null, y(p.currentStage || "等待阶段信息"), 1),
|
|
357
|
+
e("span", null, y(p.buildUser || "系统触发"), 1)
|
|
358
358
|
]),
|
|
359
359
|
e("i", null, [
|
|
360
360
|
e("b", {
|
|
361
|
-
style:
|
|
361
|
+
style: v({ width: u(p.progress) })
|
|
362
362
|
}, null, 4)
|
|
363
363
|
])
|
|
364
364
|
]))), 128)),
|
|
365
|
-
|
|
365
|
+
d.items.length ? h("", !0) : (l(), t("div", $l, "当前没有在跑的构建项目"))
|
|
366
366
|
])
|
|
367
367
|
]));
|
|
368
368
|
}
|
|
369
|
-
}),
|
|
369
|
+
}), Qa = /* @__PURE__ */ B(Cl, [["__scopeId", "data-v-6c6f003c"]]), ql = { class: "qbs-robot" }, Ml = { class: "qbs-robot__head" }, Sl = { class: "qbs-robot__metrics" }, Al = /* @__PURE__ */ A({
|
|
370
370
|
__name: "BigScreenRobotSummary",
|
|
371
371
|
props: {
|
|
372
372
|
status: { default: "online" },
|
|
@@ -377,71 +377,2683 @@ const $ = {
|
|
|
377
377
|
alerts: { default: () => ({}) },
|
|
378
378
|
successRate: { default: 0 }
|
|
379
379
|
},
|
|
380
|
-
setup(
|
|
381
|
-
return (
|
|
382
|
-
e("div",
|
|
380
|
+
setup(d) {
|
|
381
|
+
return (u, k) => (l(), t("div", ql, [
|
|
382
|
+
e("div", Ml, [
|
|
383
383
|
e("i", {
|
|
384
|
-
class:
|
|
384
|
+
class: S(`is-${d.emotion}`)
|
|
385
385
|
}, null, 2),
|
|
386
386
|
e("div", null, [
|
|
387
|
-
e("strong", null,
|
|
388
|
-
e("span", null,
|
|
387
|
+
e("strong", null, y(d.status), 1),
|
|
388
|
+
e("span", null, y(d.mode) + " · " + y(d.generatedAt), 1)
|
|
389
389
|
])
|
|
390
390
|
]),
|
|
391
|
-
e("div",
|
|
391
|
+
e("div", Sl, [
|
|
392
392
|
e("span", null, [
|
|
393
|
-
|
|
394
|
-
e("b", null,
|
|
393
|
+
k[0] || (k[0] = O("值班组", -1)),
|
|
394
|
+
e("b", null, y(d.summary.dutyGroups ?? 0), 1)
|
|
395
395
|
]),
|
|
396
396
|
e("span", null, [
|
|
397
|
-
|
|
398
|
-
e("b", null,
|
|
397
|
+
k[1] || (k[1] = O("今日告警", -1)),
|
|
398
|
+
e("b", null, y(d.summary.todayAlerts ?? 0), 1)
|
|
399
399
|
]),
|
|
400
400
|
e("span", null, [
|
|
401
|
-
|
|
402
|
-
e("b", null,
|
|
401
|
+
k[2] || (k[2] = O("构建中", -1)),
|
|
402
|
+
e("b", null, y(d.summary.buildingCount ?? 0), 1)
|
|
403
403
|
]),
|
|
404
404
|
e("span", null, [
|
|
405
|
-
|
|
406
|
-
e("b", null,
|
|
405
|
+
k[3] || (k[3] = O("终端节点", -1)),
|
|
406
|
+
e("b", null, y(d.summary.endpointNodes ?? 0), 1)
|
|
407
407
|
])
|
|
408
408
|
])
|
|
409
409
|
]));
|
|
410
410
|
}
|
|
411
|
-
}),
|
|
411
|
+
}), Wa = /* @__PURE__ */ B(Al, [["__scopeId", "data-v-534c73e7"]]), Bl = { class: "qbs-endpoints" }, Ol = {
|
|
412
412
|
key: 0,
|
|
413
413
|
class: "qbs-endpoints__empty"
|
|
414
|
-
},
|
|
414
|
+
}, zl = /* @__PURE__ */ A({
|
|
415
415
|
__name: "BigScreenEndpointDistribution",
|
|
416
416
|
props: {
|
|
417
417
|
items: { default: () => [] }
|
|
418
418
|
},
|
|
419
|
-
setup(
|
|
420
|
-
return (
|
|
421
|
-
(
|
|
422
|
-
var
|
|
423
|
-
return
|
|
424
|
-
key:
|
|
419
|
+
setup(d) {
|
|
420
|
+
return (u, k) => (l(), t("div", Bl, [
|
|
421
|
+
(l(!0), t(g, null, q(d.items, (m) => {
|
|
422
|
+
var p;
|
|
423
|
+
return l(), t("article", {
|
|
424
|
+
key: m.id
|
|
425
425
|
}, [
|
|
426
426
|
e("div", null, [
|
|
427
|
-
e("strong", null,
|
|
427
|
+
e("strong", null, y(m.nodeName), 1),
|
|
428
428
|
e("span", {
|
|
429
|
-
class:
|
|
430
|
-
},
|
|
429
|
+
class: S({ offline: !m.nodeStatus })
|
|
430
|
+
}, y(m.nodeStatus ? "在线" : "离线"), 3)
|
|
431
431
|
]),
|
|
432
|
-
e("small", null,
|
|
433
|
-
(
|
|
434
|
-
var
|
|
435
|
-
return
|
|
436
|
-
key:
|
|
437
|
-
},
|
|
432
|
+
e("small", null, y(m.nodeIp), 1),
|
|
433
|
+
(l(!0), t(g, null, q((p = m.heartbeatResults) == null ? void 0 : p.slice(0, 3), (w) => {
|
|
434
|
+
var R;
|
|
435
|
+
return l(), t("p", {
|
|
436
|
+
key: w.targetName
|
|
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
|
+
d.items.length ? h("", !0) : (l(), t("div", Ol, "暂无终端分布数据"))
|
|
442
|
+
]));
|
|
443
|
+
}
|
|
444
|
+
}), Va = /* @__PURE__ */ B(zl, [["__scopeId", "data-v-9abd8314"]]), Rl = { class: "qbs-embed" }, Il = ["src", "title"], Nl = { key: 1 }, Tl = /* @__PURE__ */ A({
|
|
445
|
+
__name: "BigScreenExternalEmbed",
|
|
446
|
+
props: {
|
|
447
|
+
url: { default: "" },
|
|
448
|
+
title: { default: "外部仪表盘" }
|
|
449
|
+
},
|
|
450
|
+
setup(d) {
|
|
451
|
+
const u = d, k = b(() => {
|
|
452
|
+
try {
|
|
453
|
+
const m = new URL(u.url);
|
|
454
|
+
return ["http:", "https:"].includes(m.protocol) ? m.toString() : "";
|
|
455
|
+
} catch {
|
|
456
|
+
return "";
|
|
457
|
+
}
|
|
458
|
+
});
|
|
459
|
+
return (m, p) => (l(), t("section", Rl, [
|
|
460
|
+
k.value ? (l(), t("iframe", {
|
|
461
|
+
key: 0,
|
|
462
|
+
src: k.value,
|
|
463
|
+
title: d.title,
|
|
464
|
+
loading: "lazy",
|
|
465
|
+
referrerpolicy: "no-referrer",
|
|
466
|
+
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups",
|
|
467
|
+
allow: "fullscreen"
|
|
468
|
+
}, null, 8, Il)) : (l(), t("div", Nl, "请在 Props JSON 中配置 http(s) 外部仪表盘 URL。"))
|
|
442
469
|
]));
|
|
443
470
|
}
|
|
444
|
-
}),
|
|
471
|
+
}), Ja = /* @__PURE__ */ B(Tl, [["__scopeId", "data-v-f20c22f6"]]), Dl = {
|
|
472
|
+
width: "300",
|
|
473
|
+
height: "290",
|
|
474
|
+
viewBox: "0 0 240 230",
|
|
475
|
+
class: "overflow-visible drop-shadow-[0_18px_24px_rgba(37,99,235,0.25)]"
|
|
476
|
+
}, Ll = ["stroke"], Pl = ["fill"], El = ["fill"], Gl = ["rx", "ry", "opacity"], Zl = ["rx", "ry", "opacity"], Hl = ["fill"], Ul = ["d"], jl = ["d"], Fl = ["d"], Yl = ["d"], Ql = { key: 5 }, Wl = ["d"], Vl = ["d"], Jl = ["x", "y"], Kl = ["x", "y"], Xl = ["cx"], et = ["cx"], lt = ["x1", "y1", "x2", "y2"], tt = ["x1", "y1", "x2", "y2"], ot = ["cy"], st = ["cy"], at = ["x1", "y1", "x2", "y2"], it = ["x1", "y1", "x2", "y2"], rt = ["cx", "cy"], nt = ["cx", "cy"], ct = ["cx", "cy"], ut = ["cx", "cy"], dt = ["cx", "cy"], yt = ["cx", "cy"], mt = ["cx", "cy"], ht = ["cx", "cy"], kt = ["cy"], ft = ["cy"], pt = ["cy"], xt = ["cy"], gt = ["x", "y"], _t = ["x", "y"], bt = ["x1", "x2"], vt = ["x1", "x2"], wt = ["cy"], $t = ["cx", "cy"], Ct = ["x", "y"], qt = ["cx", "cy"], Mt = ["cx", "cy"], St = ["cx", "cy"], At = ["cx", "cy"], Bt = ["cx", "cy"], Ot = ["cx", "cy"], zt = ["cx", "cy"], Rt = ["x1", "y1", "x2", "y2"], It = ["x1", "y1", "x2", "y2"], Nt = ["x1", "x2"], Tt = ["x1", "x2"], Dt = { key: 16 }, Lt = ["cy"], Pt = ["cy"], Et = ["cy"], Gt = ["cy"], Zt = ["x", "y"], Ht = ["x", "y"], Ut = ["d"], jt = ["d"], Ft = ["cy"], Yt = ["cy"], Qt = ["x1", "y1", "x2", "y2"], Wt = ["x1", "y1", "x2", "y2"], Vt = { key: 19 }, Jt = ["cy"], Kt = ["cy"], Xt = ["cy"], eo = ["cy"], lo = ["x", "y"], to = ["x", "y"], oo = ["d"], so = ["d"], ao = ["d"], io = ["d"], ro = ["x1", "x2"], no = ["x1", "x2"], co = ["d"], uo = ["d"], yo = ["cy"], mo = ["cy"], ho = ["cx", "cy"], ko = ["cx", "cy"], fo = ["cx", "cy"], po = ["cx", "cy"], xo = ["x1", "y1", "x2", "y2"], go = ["x1", "y1", "x2", "y2"], _o = ["cx", "cy"], bo = ["cx", "cy"], vo = ["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"], Zo = ["x", "y"], Ho = ["x", "y"], Uo = { key: 10 }, jo = { key: 16 }, Fo = {
|
|
477
|
+
key: 36,
|
|
478
|
+
d: "M 158 70 q 5 9 0 14 q -5 -5 0 -14 Z",
|
|
479
|
+
fill: "oklch(0.8 0.12 220)",
|
|
480
|
+
opacity: "0.9",
|
|
481
|
+
class: "animate-dot-blink"
|
|
482
|
+
}, Yo = ["cx", "cy"], Qo = ["cx", "cy"], Wo = ["d"], Vo = ["stroke"], Jo = ["fill"], Ko = ["fill"], Xo = ["fill"], es = { key: 44 }, ls = ["fill"], ts = ["stroke"], os = {
|
|
483
|
+
key: 46,
|
|
484
|
+
class: "animate-spin-slow",
|
|
485
|
+
style: { transformOrigin: "168px 62px" }
|
|
486
|
+
}, ss = ["fill"], as = ["transform"], is = {
|
|
487
|
+
key: 47,
|
|
488
|
+
transform: "rotate(40 168 62)"
|
|
489
|
+
}, rs = ["fill"], ns = {
|
|
490
|
+
key: 48,
|
|
491
|
+
class: "animate-wobble",
|
|
492
|
+
style: { transformOrigin: "168px 60px" }
|
|
493
|
+
}, cs = ["fill"], us = ["fill"], ds = {
|
|
494
|
+
key: 49,
|
|
495
|
+
class: "animate-self-spin",
|
|
496
|
+
style: { transformOrigin: "168px 60px" }
|
|
497
|
+
}, ys = ["stroke"], ms = {
|
|
498
|
+
key: 50,
|
|
499
|
+
class: "animate-alert-flash"
|
|
500
|
+
}, hs = ["fill"], ks = { key: 51 }, fs = { class: "animate-alert-flash" }, ps = ["fill"], xs = ["fill"], gs = ["stroke"], _s = ["fill"], bs = {
|
|
501
|
+
key: 53,
|
|
502
|
+
class: "animate-scan-move"
|
|
503
|
+
}, vs = ["stroke"], ws = ["stroke"], $s = { key: 54 }, Cs = ["stroke"], qs = ["fill"], Ms = ["fill"], Ss = ["fill"], As = ["stroke"], Bs = {
|
|
504
|
+
key: 57,
|
|
505
|
+
class: "animate-locate-bob",
|
|
506
|
+
style: { transformOrigin: "168px 60px" }
|
|
507
|
+
}, Os = ["fill"], zs = ["fill"], Rs = ["stroke"], Is = ["fill"], Ns = { key: 59 }, Ts = ["stroke"], Ds = { key: 60 }, Ls = ["fill"], Ps = { key: 61 }, Es = ["fill"], Gs = {
|
|
508
|
+
key: 62,
|
|
509
|
+
class: "animate-alert-flash",
|
|
510
|
+
style: { transformOrigin: "168px 60px" }
|
|
511
|
+
}, Zs = ["fill"], Hs = { key: 63 }, Us = ["fill"], js = {
|
|
512
|
+
key: 64,
|
|
513
|
+
class: "animate-alert-flash"
|
|
514
|
+
}, Fs = ["fill"], Ys = {
|
|
515
|
+
key: 65,
|
|
516
|
+
class: "animate-sparkle",
|
|
517
|
+
style: { transformOrigin: "168px 58px" }
|
|
518
|
+
}, Qs = ["fill"], Ws = ["fill"], Vs = ["fill"], Js = { key: 66 }, Ks = ["fill"], Xs = ["fill"], ea = ["fill"], la = {
|
|
519
|
+
key: 67,
|
|
520
|
+
class: "animate-body-glow",
|
|
521
|
+
style: { transformOrigin: "168px 62px" }
|
|
522
|
+
}, ta = ["fill"], oa = {
|
|
523
|
+
key: 68,
|
|
524
|
+
class: "animate-dot-blink"
|
|
525
|
+
}, sa = { key: 69 }, aa = ["stroke"], ia = ["fill"], ra = ["fill"], na = { key: 72 }, ca = {
|
|
526
|
+
key: 73,
|
|
527
|
+
class: "animate-bball-ball",
|
|
528
|
+
style: { transformOrigin: "120px 148px" }
|
|
529
|
+
}, ua = {
|
|
530
|
+
key: 74,
|
|
531
|
+
class: "animate-traffic-light-pop",
|
|
532
|
+
style: { transformOrigin: "230px 126px" }
|
|
533
|
+
}, da = ["fill"], ya = ["opacity"], ma = ["opacity"], ha = ["opacity"], ka = { key: 75 }, fa = ["x", "y"], pa = {
|
|
534
|
+
key: 76,
|
|
535
|
+
class: "animate-breathe",
|
|
536
|
+
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
537
|
+
}, xa = ["fill"], ga = { key: 78 }, _a = ["d", "fill"], ba = { key: 79 }, va = ["fill"], wa = { key: 80 }, $a = ["stroke"], Ca = ["stroke"], qa = { key: 81 }, Ma = ["x", "y", "width", "height", "rx", "fill"], Sa = { key: 82 }, Aa = ["cx", "cy", "fill"], Ba = ["fill"], Oa = ["fill"], za = ["d"], Ra = ["fill"], Ia = ["fill"], Na = ["fill"], Ta = ["d"], Da = {
|
|
538
|
+
key: 0,
|
|
539
|
+
class: "pointer-events-none absolute right-2 top-2 text-robot-blue-dark"
|
|
540
|
+
}, i = "var(--robot-eye)", La = "var(--robot-blue)", C = "oklch(0.6 0.23 22)", Z = "oklch(0.72 0.19 55)", H = "oklch(0.84 0.16 95)", j = "oklch(0.62 0.02 260)", z = "oklch(0.68 0.16 150)", Pa = "oklch(0.5 0.12 250)", n = 102, c = 138, o = 108, Ka = /* @__PURE__ */ A({
|
|
541
|
+
__name: "QuarkRobot",
|
|
542
|
+
props: {
|
|
543
|
+
emotion: {},
|
|
544
|
+
action: { default: "idle" },
|
|
545
|
+
speaking: { type: Boolean, default: !1 }
|
|
546
|
+
},
|
|
547
|
+
setup(d) {
|
|
548
|
+
const u = d, k = {
|
|
549
|
+
// 基础情绪
|
|
550
|
+
neutral: { eyes: "neutral", mouth: "smileSoft", arms: "handsFold", anim: "animate-robot-float" },
|
|
551
|
+
bye: { eyes: "happy", mouth: "smileSoft", arms: "waveUp", anim: "animate-robot-float" },
|
|
552
|
+
happy: { eyes: "happy", mouth: "smile", blush: !0, arms: "joyRaise", anim: "animate-robot-float" },
|
|
553
|
+
excited: { eyes: "excited", mouth: "open", blush: !0, arms: "waveUp", anim: "animate-robot-bounce" },
|
|
554
|
+
angry: { eyes: "angry", mouth: "grit", sym: "anger", symColor: C, arms: "akimbo", anim: "animate-robot-shake" },
|
|
555
|
+
sad: { eyes: "sad", mouth: "frown", tear: !0, arms: "hangsDown", anim: "animate-robot-droop" },
|
|
556
|
+
surprised: { eyes: "wide", mouth: "o", sym: "exclaim", symColor: "var(--robot-amber)", blush: !0, arms: "alarm", anim: "animate-robot-bounce" },
|
|
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: C, arms: "faceCover", anim: "animate-robot-float" },
|
|
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: C, arms: "headHold", anim: "animate-robot-shake" },
|
|
561
|
+
wronged: { eyes: "teary", mouth: "frown", tear: !0, tear2: !0, blush: !0, arms: "wipeTear", anim: "animate-robot-droop" },
|
|
562
|
+
agitated: { eyes: "excited", mouth: "bigopen", blush: !0, arms: "forwardReach", anim: "animate-robot-shake" },
|
|
563
|
+
smug: { eyes: "smug", mouth: "smile", arms: "oneAkimboThumb", anim: "animate-robot-float" },
|
|
564
|
+
// 日常状态
|
|
565
|
+
sleepy: { eyes: "closed", mouth: "dot", anim: "animate-robot-sway" },
|
|
566
|
+
thinking: { eyes: "lookup", mouth: "flat", sym: "question", symColor: i, anim: "animate-robot-float" },
|
|
567
|
+
thinkingWait: { eyes: "thinkEyes", mouth: "flat", sym: "loader", symColor: i, arms: "chinRest", signalAnim: "animate-signal-coolblink", signalOverride: "oklch(0.72 0.08 220)", anim: "animate-thinking-tilt" },
|
|
568
|
+
dazed: { eyes: "blank", mouth: "flat", sym: "ellipsis", symColor: "var(--muted-foreground)", anim: "animate-robot-sway" },
|
|
569
|
+
tired: { eyes: "half", mouth: "frown", anim: "animate-robot-droop" },
|
|
570
|
+
confused: { eyes: "confused", mouth: "wavy", sym: "question", symColor: "var(--robot-amber)", anim: "animate-wobble" },
|
|
571
|
+
eureka: { eyes: "excited", mouth: "open", sym: "bulb", symColor: "var(--robot-amber)", arms: "ahaPoint", anim: "animate-robot-bounce" },
|
|
572
|
+
yawn: { eyes: "closed", mouth: "bigopen", tear: !0, arms: "stretchYawn", anim: "animate-robot-sway" },
|
|
573
|
+
spacedout: { eyes: "blank", mouth: "flat", sym: "ellipsis", symColor: "var(--muted-foreground)", anim: "animate-robot-sway" },
|
|
574
|
+
eurekaClap: { eyes: "excited", mouth: "open", sym: "bulb", symColor: "var(--robot-amber)", arms: "clap", anim: "animate-robot-bounce" },
|
|
575
|
+
rubEyes: { eyes: "closed", mouth: "frown", arms: "rub", anim: "animate-robot-droop" },
|
|
576
|
+
// 人设神态
|
|
577
|
+
zen: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", anim: "animate-breathe" },
|
|
578
|
+
pray: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
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: C, arms: "hug", anim: "animate-breathe" },
|
|
581
|
+
coldGuard: { eyes: "lookdown", mouth: "flat", body: Pa, anim: "animate-guard-sink" },
|
|
582
|
+
// 聆听神态
|
|
583
|
+
listenOpen: { eyes: "neutral", mouth: "smileSoft", sym: "soundwave", symColor: i, arms: "attentiveOpen", anim: "animate-listen-tilt" },
|
|
584
|
+
listenSneaky: { eyes: "half", mouth: "dot", sym: "soundwave", symColor: "var(--robot-amber)", arms: "shh", anim: "animate-listen-sneak" },
|
|
585
|
+
listenPeek: { eyes: "wide", mouth: "smileSoft", sym: "soundwave", symColor: i, anim: "animate-peek" },
|
|
586
|
+
// 工作办公
|
|
587
|
+
busy: { eyes: "thinkEyes", mouth: "flat", sweat: !0, sym: "gear", symColor: "var(--robot-blue-dark)", arms: "overtimeArms", anim: "animate-busy-type" },
|
|
588
|
+
processing: { eyes: "neutral", mouth: "flat", sym: "gear", symColor: "var(--robot-blue-dark)", arms: "overtimeArms", anim: "animate-nod" },
|
|
589
|
+
done: { eyes: "happy", mouth: "smile", sym: "check", symColor: z, arms: "approve", anim: "animate-robot-float" },
|
|
590
|
+
notes: { eyes: "lookdown", mouth: "smileSoft", sym: "pencil", symColor: "var(--robot-blue-dark)", arms: "writeDown", anim: "animate-notes-write" },
|
|
591
|
+
stuck: { eyes: "dizzy", mouth: "flat", sweat: !0, sym: "question", symColor: "var(--muted-foreground)", arms: "shrug", anim: "animate-robot-shake" },
|
|
592
|
+
askHumble: { eyes: "lookup", mouth: "smileSoft", sym: "question", symColor: i, arms: "humble", anim: "animate-robot-float" },
|
|
593
|
+
report: { eyes: "neutral", mouth: "smile", arms: "point", anim: "animate-robot-float" },
|
|
594
|
+
standby: { eyes: "neutral", mouth: "flat", sym: "bell", symColor: "var(--robot-amber)", arms: "attentiveOpen", anim: "animate-robot-float" },
|
|
595
|
+
checkData: { eyes: "thinkEyes", mouth: "flat", sym: "target", symColor: "var(--robot-blue-dark)", arms: "scanArmRight", anim: "animate-check-scan" },
|
|
596
|
+
loading: { eyes: "neutral", mouth: "flat", sym: "loader", symColor: i, arms: "bootStretch", anim: "animate-robot-float" },
|
|
597
|
+
troubleshoot: { eyes: "confused", mouth: "flat", sweat: !0, sym: "broken", symColor: "var(--muted-foreground)", arms: "ponderHand", anim: "animate-pacing" },
|
|
598
|
+
// 安防报警
|
|
599
|
+
warnLow: { eyes: "neutral", mouth: "flat", sym: "warning", symColor: H, arms: "caution", anim: "animate-robot-sway" },
|
|
600
|
+
warnOrange: { eyes: "wide", mouth: "flat", sym: "warning", symColor: Z, body: Z, arms: "caution", anim: "animate-wobble" },
|
|
601
|
+
alertRed: { eyes: "wide", mouth: "o", sym: "siren", symColor: C, body: C, arms: "alarm", anim: "animate-robot-shake" },
|
|
602
|
+
fault: { eyes: "dizzy", mouth: "wavy", sym: "broken", symColor: j, body: j, arms: "limp", anim: "animate-robot-droop" },
|
|
603
|
+
alertClear: { eyes: "happy", mouth: "smile", sym: "check", symColor: z, arms: "thumbsUp", anim: "animate-robot-float" },
|
|
604
|
+
scanning: { eyes: "neutral", mouth: "flat", sym: "scan", symColor: i, arms: "scan", anim: "animate-patrol" },
|
|
605
|
+
camTurn: { eyes: "wide", mouth: "flat", sym: "scan", symColor: Z, arms: "scan", anim: "animate-wobble" },
|
|
606
|
+
alertVibrate: { eyes: "wide", mouth: "o", sym: "warning", symColor: Z, body: Z, arms: "alarm", anim: "animate-vibrate" },
|
|
607
|
+
faultReset: { eyes: "dizzy", mouth: "flat", sym: "broken", symColor: j, body: j, anim: "animate-reset-spin" },
|
|
608
|
+
investigate: { eyes: "neutral", mouth: "flat", sym: "scan", symColor: i, arms: "scan", anim: "animate-pacing" },
|
|
609
|
+
clearGreen: { eyes: "happy", mouth: "smile", sym: "check", symColor: z, body: z, arms: "spread", anim: "animate-breathe" },
|
|
610
|
+
// 定位与学习
|
|
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: C, arms: "scan", anim: "animate-pacing" },
|
|
613
|
+
locateProblem: { eyes: "lookup", mouth: "flat", sym: "target", symColor: "var(--robot-amber)", arms: "pointUp", anim: "animate-robot-float" },
|
|
614
|
+
learning: { eyes: "lookdown", mouth: "smileSoft", sym: "book", symColor: "var(--robot-blue-dark)", arms: "humble", anim: "animate-nod" },
|
|
615
|
+
// 消息状态
|
|
616
|
+
msgSending: { eyes: "neutral", mouth: "flat", sym: "plane", symColor: i, arms: "scanArmRight", anim: "animate-robot-float" },
|
|
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: C, sweat: !0, arms: "droopArms", anim: "animate-robot-shake" },
|
|
619
|
+
msgReceiving: { eyes: "neutral", mouth: "smileSoft", sym: "msgIn", symColor: "var(--robot-amber)", arms: "chinRest", anim: "animate-nod" },
|
|
620
|
+
// 富表现力情绪
|
|
621
|
+
joyful: { eyes: "arcHappy", mouth: "bigSmile", blushPink: !0, arms: "joyRaise", signalAnim: "animate-signal-warm", signalOverride: "oklch(0.84 0.16 72)", anim: "animate-joyful" },
|
|
622
|
+
furious: { eyes: "narrow", mouth: "grit", arms: "akimbo", signalAnim: "animate-signal-red", signalOverride: "oklch(0.58 0.22 22)", anim: "animate-furious" },
|
|
623
|
+
sorrowful: { eyes: "droopy", mouth: "bigFrown", tear: !0, tear2: !0, arms: "hangsDown", screenTint: "oklch(0.35 0.08 240 / 0.18)", signalAnim: "animate-signal-blue", signalOverride: "oklch(0.55 0.14 240)", anim: "animate-sorrowful" },
|
|
624
|
+
serene: { eyes: "softRound", mouth: "smileSoft", arms: "handsFold", signalOverride: "oklch(0.82 0.14 72)", anim: "animate-serene" },
|
|
625
|
+
amazed: { eyes: "bigRound", mouth: "bigopen", blush: !0, sym: "exclaim", symColor: "oklch(0.84 0.16 72)", arms: "alarm", signalAnim: "animate-signal-burst", signalOverride: "oklch(0.9 0.18 90)", anim: "animate-amazed" },
|
|
626
|
+
// 新增 5 个情绪
|
|
627
|
+
excited2: { eyes: "arcHappy", mouth: "bigSmile", blushStrong: !0, arms: "waveUp", signalAnim: "animate-signal-rapid", signalOverride: "oklch(0.84 0.16 72)", anim: "animate-excited-e" },
|
|
628
|
+
helpless2: { eyes: "halfDroopy", mouth: "bitterSmile", arms: "facepalm", signalAnim: "animate-signal-dim", signalOverride: "oklch(0.58 0.06 250)", anim: "animate-helpless" },
|
|
629
|
+
shy2: { eyes: "peekSlit", mouth: "heartMouth", blushPink: !0, arms: "faceCover", signalAnim: "animate-signal-pink", signalOverride: "oklch(0.82 0.14 20)", anim: "animate-shy" },
|
|
630
|
+
awkward2: { eyes: "halfSquint", mouth: "awkwardSmile", blush: !0, arms: "scratchHead", signalAnim: "animate-signal-soft", signalOverride: "oklch(0.88 0.12 85)", anim: "animate-awkward" },
|
|
631
|
+
scared2: { eyes: "scaredWide", mouth: "o", sweat: !0, arms: "headHold", signalAnim: "animate-signal-panic", signalOverride: "oklch(0.58 0.22 22)", anim: "animate-scared" },
|
|
632
|
+
// 情绪 11-15
|
|
633
|
+
grieved: { eyes: "droopy", mouth: "bigFrown", blush: !0, arms: "wipeTear", screenTint: "oklch(0.35 0.08 240 / 0.14)", signalAnim: "animate-signal-cold", signalOverride: "oklch(0.5 0.12 240)", anim: "animate-grieved" },
|
|
634
|
+
thrilled: { eyes: "bigRound", mouth: "bigopen", arms: "forwardReach", sym: "lightning", symColor: "oklch(0.9 0.18 90)", signalAnim: "animate-signal-bright", signalOverride: "oklch(0.9 0.18 90)", anim: "animate-thrilled" },
|
|
635
|
+
jealous: { eyes: "narrowSlant", mouth: "poutBig", blush: !0, arms: "crossArms", signalAnim: "animate-signal-purple", signalOverride: "oklch(0.62 0.14 280)", anim: "animate-jealous" },
|
|
636
|
+
speechless: { eyes: "dashEyes", mouth: "flat", arms: "templePoint", sym: "ellipsis", symColor: "oklch(0.55 0.04 250)", signalAnim: "animate-signal-gray", signalOverride: "oklch(0.45 0.06 250)", anim: "animate-speechless" },
|
|
637
|
+
proud: { eyes: "smug", mouth: "smile", arms: "oneAkimboThumb", sym: "sparkle2", symColor: "oklch(0.88 0.16 80)", signalAnim: "animate-signal-gold", signalOverride: "oklch(0.84 0.16 72)", anim: "animate-proud" },
|
|
638
|
+
// 情绪 16-20
|
|
639
|
+
drowsy: { eyes: "halfClosed", mouth: "open", arms: "armsLoose", sym: "zzz", symColor: "oklch(0.65 0.08 260)", signalAnim: "animate-signal-darkblue", signalOverride: "oklch(0.42 0.10 255)", anim: "animate-drowsy" },
|
|
640
|
+
thinking2: { eyes: "thinkEyes", mouth: "flat", arms: "chinRest", sym: "bulb", symColor: "oklch(0.84 0.14 90)", signalAnim: "animate-signal-coolblink", signalOverride: "oklch(0.72 0.08 220)", anim: "animate-thinking-tilt" },
|
|
641
|
+
daydream2: { eyes: "blankDot", mouth: "flat", arms: "clasp", signalAnim: "animate-signal-faint", signalOverride: "oklch(0.5 0.06 230)", anim: "animate-daydream" },
|
|
642
|
+
exhausted: { eyes: "heavyLid", mouth: "frown", arms: "slump", sym: "lowBattery", symColor: "oklch(0.58 0.22 22)", signalAnim: "animate-signal-rb", signalOverride: "oklch(0.45 0.10 260)", anim: "animate-exhausted" },
|
|
643
|
+
puzzled: { eyes: "bigRound", mouth: "o", arms: "shrug", sym: "question", symColor: "oklch(0.82 0.14 90)", signalAnim: "animate-signal-paleyellow", signalOverride: "oklch(0.86 0.14 90)", anim: "animate-puzzled" },
|
|
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
|
+
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
|
+
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: C, body: C, signalAnim: "animate-signal-red", signalOverride: C, anim: "animate-traffic-stop" },
|
|
648
|
+
trafficYellow: { eyes: "thinkEyes", mouth: "flat", arms: "trafficGuide", sym: "warning", symColor: H, body: H, signalAnim: "animate-signal-soft", signalOverride: H, anim: "animate-traffic-wait" },
|
|
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
|
+
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
|
+
}, m = {
|
|
652
|
+
// 基础互动 优化版
|
|
653
|
+
nod: "animate-nod-v2",
|
|
654
|
+
shakeHead: "animate-shakehead-v2",
|
|
655
|
+
bow: "animate-bow-v2",
|
|
656
|
+
cheer: "animate-cheer",
|
|
657
|
+
giggle: "animate-giggle",
|
|
658
|
+
peek: "animate-peek-v2",
|
|
659
|
+
// 走动循环
|
|
660
|
+
patrol: "animate-patrol-v2",
|
|
661
|
+
pacing: "animate-pacing",
|
|
662
|
+
patrolScan: "animate-patrol-scan",
|
|
663
|
+
guardStop: "animate-guard-sink",
|
|
664
|
+
// 转圈复位 三种逻辑
|
|
665
|
+
spinBoot: "animate-spin-boot",
|
|
666
|
+
spinFault: "animate-spin-fault",
|
|
667
|
+
spinDone: "animate-spin-done",
|
|
668
|
+
// 微动飘动
|
|
669
|
+
signalBreathe: "animate-breathe",
|
|
670
|
+
bodyBreathe: "animate-breathe",
|
|
671
|
+
cameraScan: "animate-patrol-v2",
|
|
672
|
+
idleDrift: "animate-idle-drift",
|
|
673
|
+
idleYawn: "animate-idle-yawn",
|
|
674
|
+
idleGlance: "animate-idle-glance",
|
|
675
|
+
idleNod: "animate-idle-nod",
|
|
676
|
+
// 交互特效
|
|
677
|
+
twoHandHeart: "animate-heart-lean",
|
|
678
|
+
celebrate: "animate-celebrate",
|
|
679
|
+
welcome: "animate-welcome",
|
|
680
|
+
comfort: "animate-comfort",
|
|
681
|
+
victoryPose: "animate-victory",
|
|
682
|
+
trafficRed: "animate-traffic-stop",
|
|
683
|
+
trafficYellow: "animate-traffic-wait",
|
|
684
|
+
trafficGreen: "animate-traffic-go",
|
|
685
|
+
ironMountain: "animate-iron-hip",
|
|
686
|
+
playBasketball: "animate-bball-body",
|
|
687
|
+
sing: "animate-sing-body"
|
|
688
|
+
}, p = {
|
|
689
|
+
// 基础互动
|
|
690
|
+
nod: "approve",
|
|
691
|
+
shakeHead: "denyPush",
|
|
692
|
+
blowKiss: "kiss",
|
|
693
|
+
waveNo: "waveNo",
|
|
694
|
+
bow: "bow",
|
|
695
|
+
cheer: "cheer",
|
|
696
|
+
giggle: "giggle",
|
|
697
|
+
peek: "point",
|
|
698
|
+
// 走动循环
|
|
699
|
+
patrol: "march",
|
|
700
|
+
pacing: "ponderHand",
|
|
701
|
+
patrolScan: "scan",
|
|
702
|
+
// 转圈复位
|
|
703
|
+
spinBoot: "bootStretch",
|
|
704
|
+
// 微动飘动(各具辨识度的待机手臂)
|
|
705
|
+
bodyBreathe: "restBreathe",
|
|
706
|
+
idleDrift: "floatArms",
|
|
707
|
+
idleYawn: "stretchYawn",
|
|
708
|
+
idleGlance: "armsLoose",
|
|
709
|
+
idleNod: "droopArms",
|
|
710
|
+
// 交互特效
|
|
711
|
+
twoHandHeart: "heartCenter",
|
|
712
|
+
fingerSparkle: "sparkle",
|
|
713
|
+
thumbsUp: "thumbsUp",
|
|
714
|
+
celebrate: "alarm",
|
|
715
|
+
welcome: "spread",
|
|
716
|
+
comfort: "humble",
|
|
717
|
+
victoryPose: "alarm",
|
|
718
|
+
trafficRed: "trafficGuide",
|
|
719
|
+
trafficYellow: "trafficGuide",
|
|
720
|
+
trafficGreen: "trafficGuide",
|
|
721
|
+
guardStop: "flagGuard",
|
|
722
|
+
ironMountain: "shoulderBash",
|
|
723
|
+
playBasketball: "shootBall",
|
|
724
|
+
sing: "conductMusic"
|
|
725
|
+
}, w = {
|
|
726
|
+
spinBoot: "oklch(0.7 0.18 200)",
|
|
727
|
+
// 青色 - 启动
|
|
728
|
+
spinFault: "oklch(0.6 0.23 22)",
|
|
729
|
+
// 红色 - 故障
|
|
730
|
+
spinDone: "oklch(0.75 0.18 145)",
|
|
731
|
+
// 绿色 - 完成
|
|
732
|
+
guardStop: "oklch(0.58 0.22 22)",
|
|
733
|
+
// 红色呼吸 - 驻守
|
|
734
|
+
twoHandHeart: "oklch(0.72 0.18 340)",
|
|
735
|
+
// 粉红 - 爱心
|
|
736
|
+
patrolScan: "oklch(0.7 0.18 200)",
|
|
737
|
+
// 青色 - 扫描
|
|
738
|
+
celebrate: "oklch(0.82 0.16 72)",
|
|
739
|
+
// 琥珀 - 庆祝
|
|
740
|
+
victoryPose: "oklch(0.75 0.18 145)",
|
|
741
|
+
// 绿色 - 胜利
|
|
742
|
+
welcome: "oklch(0.7 0.18 200)",
|
|
743
|
+
// 青色 - 迎宾
|
|
744
|
+
comfort: "oklch(0.78 0.12 340)",
|
|
745
|
+
// 粉色 - 安抚
|
|
746
|
+
idleYawn: "oklch(0.6 0.08 264)",
|
|
747
|
+
// 暗蓝 - 困倦
|
|
748
|
+
idleGlance: "oklch(0.6 0.08 264)",
|
|
749
|
+
// 暗蓝 - 发呆
|
|
750
|
+
playBasketball: "oklch(0.75 0.18 72)",
|
|
751
|
+
// 橙黄 - 篮球
|
|
752
|
+
ironMountain: "oklch(0.78 0.18 72)",
|
|
753
|
+
// 橙黄 - 铁山靠
|
|
754
|
+
trafficRed: C,
|
|
755
|
+
trafficYellow: H,
|
|
756
|
+
trafficGreen: z,
|
|
757
|
+
sing: "oklch(0.82 0.16 72)"
|
|
758
|
+
}, R = {
|
|
759
|
+
celebrate: "confetti",
|
|
760
|
+
victoryPose: "confetti",
|
|
761
|
+
fingerSparkle: "particles",
|
|
762
|
+
twoHandHeart: "heart-particles",
|
|
763
|
+
welcome: "glow",
|
|
764
|
+
spinBoot: "scan-ring",
|
|
765
|
+
spinFault: "scan-ring",
|
|
766
|
+
spinDone: "scan-ring",
|
|
767
|
+
patrolScan: "scan-ring",
|
|
768
|
+
guardStop: "flag",
|
|
769
|
+
trafficRed: "traffic-light",
|
|
770
|
+
trafficYellow: "traffic-light",
|
|
771
|
+
trafficGreen: "traffic-light",
|
|
772
|
+
sing: "music-notes"
|
|
773
|
+
}, te = {
|
|
774
|
+
down: { l: -8, r: 8 },
|
|
775
|
+
waveNo: { l: -8, r: 95, ra: "animate-arm-wave" },
|
|
776
|
+
cheer: { l: -120, r: 120, la: "animate-arm-pump", ra: "animate-arm-pump" },
|
|
777
|
+
kiss: { l: -8, r: 120 },
|
|
778
|
+
heart: { l: -120, r: 120 },
|
|
779
|
+
bow: { l: 35, r: -35 },
|
|
780
|
+
giggle: { l: -145, r: 145 },
|
|
781
|
+
pray: { l: -55, r: 55 },
|
|
782
|
+
thumbsUp: { l: -8, r: 65 },
|
|
783
|
+
point: { l: -8, r: 30 },
|
|
784
|
+
sparkle: { l: -35, r: 35 },
|
|
785
|
+
hug: { l: -45, r: 45 },
|
|
786
|
+
clap: { l: 55, r: -55, la: "animate-arm-wave", ra: "animate-arm-wave" },
|
|
787
|
+
rub: { l: -8, r: 125 },
|
|
788
|
+
humble: { l: -8, r: 50 },
|
|
789
|
+
shh: { l: -8, r: 135 },
|
|
790
|
+
alarm: { l: 130, r: -130, la: "animate-arm-pump", ra: "animate-arm-pump" },
|
|
791
|
+
limp: { l: -85, r: 85 },
|
|
792
|
+
caution: { l: -8, r: -105, ra: "animate-arm-wave" },
|
|
793
|
+
scan: { l: -8, r: -45, ra: "animate-arm-scan" },
|
|
794
|
+
spread: { l: -35, r: 35 },
|
|
795
|
+
pointUp: { l: -8, r: -130 },
|
|
796
|
+
// 双手向中线靠拢,形成爱心弧线
|
|
797
|
+
heartCenter: { l: 55, r: -55 },
|
|
798
|
+
// 双臂微微前伸汇聚,扶住旗杆
|
|
799
|
+
flagGuard: { l: 30, r: -30 },
|
|
800
|
+
// 叉腰:双臂向下收紧贴腰侧(生气,比垂落更内收)
|
|
801
|
+
akimbo: { l: -42, r: 42 },
|
|
802
|
+
// 完全垂落(伤心)
|
|
803
|
+
hangsDown: { l: -95, r: 95 },
|
|
804
|
+
// 双手举在头顶斜上方反复挥动(兴奋)
|
|
805
|
+
waveUp: { l: 72, r: -72, la: "animate-arm-pump", ra: "animate-arm-pump" },
|
|
806
|
+
// 单手扶额(无奈),左手抬到前额,右手垂落
|
|
807
|
+
facepalm: { l: 108, r: 80 },
|
|
808
|
+
// 双手遮脸(害羞),双臂举到脸前遮住
|
|
809
|
+
faceCover: { l: 92, r: -92 },
|
|
810
|
+
// 单手挠头(尴尬),右手举到头顶后侧,左手垂落
|
|
811
|
+
scratchHead: { l: -82, r: -128 },
|
|
812
|
+
// 双手抱头(慌张),双臂高举到头顶两侧抱住
|
|
813
|
+
headHold: { l: 125, r: -125 },
|
|
814
|
+
// 双手向前上方伸展(激动,张开欢腾)
|
|
815
|
+
forwardReach: { l: 34, r: -34 },
|
|
816
|
+
// 双臂在胸前交叉抱住(吃醋)
|
|
817
|
+
crossArms: { l: 58, r: -58 },
|
|
818
|
+
// 单手指太阳穴(无语),左手举到头侧,右手垂落
|
|
819
|
+
templePoint: { l: -105, r: 8 },
|
|
820
|
+
// 一手叉腰一手比赞(得意)
|
|
821
|
+
oneAkimboThumb: { l: -52, r: 65 },
|
|
822
|
+
// 单手托脸颊(思考),右手抬到下巴高度,左手抱臂
|
|
823
|
+
chinRest: { l: 42, r: -75 },
|
|
824
|
+
// 双手前伸向下(忙碌加班,模拟趴键盘)
|
|
825
|
+
overtimeArms: { l: 68, r: -68 },
|
|
826
|
+
// 右手前下方写字,左手轻抱(记笔记)
|
|
827
|
+
writeDown: { l: 38, r: -55 },
|
|
828
|
+
// 右手前伸扫视,左手自然(核对资料)
|
|
829
|
+
scanArmRight: { l: -70, r: -40 },
|
|
830
|
+
// 双臂抬起平行护胸(防护举盾)
|
|
831
|
+
shieldUp: { l: 72, r: -72 },
|
|
832
|
+
// 完全赞同:双手抬到胸前上举,轻轻点动
|
|
833
|
+
approve: { l: 44, r: -44, la: "animate-arm-nod", ra: "animate-arm-nod" },
|
|
834
|
+
// 摇头否认:双掌前推,快速左右小摆(拒绝)
|
|
835
|
+
denyPush: { l: 66, r: -66, la: "animate-arm-shake-x", ra: "animate-arm-shake-x" },
|
|
836
|
+
// 缓步巡逻:双臂前后交替摆动(走路)
|
|
837
|
+
march: { l: -8, r: 8, la: "animate-arm-march-a", ra: "animate-arm-march-b" },
|
|
838
|
+
// 来回踱步:右手托下��思考,左手自然垂
|
|
839
|
+
ponderHand: { l: -8, r: -66 },
|
|
840
|
+
// 开机自检:双臂微微外张待命(配合转圈)
|
|
841
|
+
bootStretch: { l: -34, r: 34 },
|
|
842
|
+
// 机身呼吸:双臂放松外张,随呼吸缓慢开合
|
|
843
|
+
restBreathe: { l: -22, r: 22, la: "animate-arm-breathe", ra: "animate-arm-breathe" },
|
|
844
|
+
// 微幅漂浮:双臂轻飘外摆
|
|
845
|
+
floatArms: { l: -45, r: 45, la: "animate-arm-breathe", ra: "animate-arm-breathe" },
|
|
846
|
+
// 打哈欠伸懒腰:左臂上举伸展,右臂垂
|
|
847
|
+
stretchYawn: { l: -108, r: 22 },
|
|
848
|
+
// 双手身前松松搭着(发呆)
|
|
849
|
+
clasp: { l: 34, r: -34 },
|
|
850
|
+
// 犯困点头:双臂沉重下垂(打盹)
|
|
851
|
+
droopArms: { l: -86, r: 86 },
|
|
852
|
+
// 开心:双臂高举成 V 字欢呼
|
|
853
|
+
joyRaise: { l: 82, r: -82 },
|
|
854
|
+
// 平静:双手放松自然垂在身侧微微外张
|
|
855
|
+
handsFold: { l: -68, r: 68 },
|
|
856
|
+
// 委屈:右手抬到眼角揉眼,左手无力下垂
|
|
857
|
+
wipeTear: { l: -90, r: -95 },
|
|
858
|
+
// 疲惫:双臂彻底瘫垂(比垂落更低更松)
|
|
859
|
+
slump: { l: -104, r: 104 },
|
|
860
|
+
// 疑惑:双手摊开耸肩(不解)
|
|
861
|
+
shrug: { l: 56, r: -56 },
|
|
862
|
+
// 恍然大悟:右手食指向上一举(灵光乍现)
|
|
863
|
+
ahaPoint: { l: -8, r: -95 },
|
|
864
|
+
// 正大光明聆听:双臂张开,认真接纳
|
|
865
|
+
attentiveOpen: { l: -40, r: 40 },
|
|
866
|
+
// 松垮无力(发呆/放空)
|
|
867
|
+
armsLoose: { l: -16, r: 16 },
|
|
868
|
+
// 铁山靠:双手下落扶住腰部背带
|
|
869
|
+
shoulderBash: { l: -88, r: 88, la: "animate-iron-arm", ra: "animate-iron-arm" },
|
|
870
|
+
// 打篮球:初始双手侧平,动画接管实际造型
|
|
871
|
+
shootBall: { l: -8, r: 8, la: "animate-bball-arm-l", ra: "animate-bball-arm-r" },
|
|
872
|
+
// 右手握住旁边交通灯的竖杆
|
|
873
|
+
trafficGuide: { l: -36, r: 0, ra: "animate-traffic-arm" },
|
|
874
|
+
// 唱歌指挥:双手轻轻打拍子
|
|
875
|
+
conductMusic: { l: 54, r: -54, la: "animate-conduct-arm-l", ra: "animate-conduct-arm-r" }
|
|
876
|
+
}, a = b(() => k[u.emotion]), I = b(() => a.value.body ?? La), oe = b(() => m[u.action] ?? a.value.anim), D = b(() => p[u.action] ?? a.value.arms ?? "down"), N = b(() => te[D.value]), E = b(
|
|
877
|
+
() => w[u.action] ?? a.value.signalOverride ?? "var(--robot-amber)"
|
|
878
|
+
), se = b(
|
|
879
|
+
() => a.value.signalAnim && u.action === "idle" ? a.value.signalAnim : ""
|
|
880
|
+
), L = b(() => R[u.action] ?? "none"), P = b(() => u.action === "trafficRed" || u.emotion === "trafficRed" ? "red" : u.action === "trafficYellow" || u.emotion === "trafficYellow" ? "yellow" : u.action === "trafficGreen" || u.emotion === "trafficGreen" ? "green" : null), ae = b(() => u.action === "sing" || u.emotion === "singing"), ie = [
|
|
881
|
+
{ x: 62, y: 64, note: "♪", delay: 0 },
|
|
882
|
+
{ x: 184, y: 76, note: "♫", delay: 0.22 },
|
|
883
|
+
{ x: 48, y: 116, note: "♬", delay: 0.44 },
|
|
884
|
+
{ x: 194, y: 128, note: "♪", delay: 0.66 }
|
|
885
|
+
], re = [
|
|
886
|
+
{ x: 90, y: 30, cx: -40, cy: -55, cr: "160deg", color: "oklch(0.75 0.18 145)", size: 5 },
|
|
887
|
+
{ x: 120, y: 22, cx: 0, cy: -62, cr: "20deg", color: "oklch(0.82 0.16 72)", size: 4 },
|
|
888
|
+
{ x: 150, y: 30, cx: 44, cy: -50, cr: "-140deg", color: "oklch(0.6 0.23 22)", size: 5 },
|
|
889
|
+
{ x: 75, y: 50, cx: -52, cy: -30, cr: "200deg", color: "oklch(0.7 0.18 200)", size: 3 },
|
|
890
|
+
{ x: 168, y: 48, cx: 50, cy: -28, cr: "-200deg", color: "oklch(0.78 0.12 340)", size: 3 },
|
|
891
|
+
{ x: 60, y: 75, cx: -38, cy: -18, cr: "90deg", color: "oklch(0.82 0.16 72)", size: 4 },
|
|
892
|
+
{ x: 182, y: 72, cx: 36, cy: -16, cr: "-90deg", color: "oklch(0.75 0.18 145)", size: 4 }
|
|
893
|
+
], ne = [
|
|
894
|
+
{ x: 114, y: 182, hx: "-10px", delay: 0, size: 9, color: "oklch(0.72 0.22 0)" },
|
|
895
|
+
{ x: 126, y: 180, hx: "10px", delay: 0.18, size: 7, color: "oklch(0.72 0.18 340)" },
|
|
896
|
+
{ x: 108, y: 176, hx: "-18px", delay: 0.34, size: 5, color: "oklch(0.8 0.14 0)" },
|
|
897
|
+
{ x: 132, y: 174, hx: "16px", delay: 0.5, size: 5, color: "oklch(0.78 0.20 340)" },
|
|
898
|
+
{ x: 120, y: 170, hx: "0px", delay: 0.66, size: 6, color: "oklch(0.72 0.22 0)" }
|
|
899
|
+
], ce = [
|
|
900
|
+
...Array.from({ length: 6 }, (x, s) => ({
|
|
901
|
+
x: 20 + Math.cos(s / 6 * Math.PI * 2) * 18,
|
|
902
|
+
y: 128 + Math.sin(s / 6 * Math.PI * 2) * 18,
|
|
903
|
+
delay: s * 0.18,
|
|
904
|
+
color: s % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
|
|
905
|
+
})),
|
|
906
|
+
...Array.from({ length: 6 }, (x, s) => ({
|
|
907
|
+
x: 220 + Math.cos(s / 6 * Math.PI * 2) * 18,
|
|
908
|
+
y: 128 + Math.sin(s / 6 * Math.PI * 2) * 18,
|
|
909
|
+
delay: s * 0.18 + 0.09,
|
|
910
|
+
color: s % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
|
|
911
|
+
}))
|
|
912
|
+
], J = U(null), F = U({ x: 0, y: 0 }), K = U(0), Y = U(!1);
|
|
913
|
+
let Q;
|
|
914
|
+
function X(x) {
|
|
915
|
+
const s = J.value;
|
|
916
|
+
if (!s) return;
|
|
917
|
+
const r = s.getBoundingClientRect(), $ = r.left + r.width / 2, pe = r.top + r.height / 2, le = (x.clientX - $) / (r.width / 2), xe = (x.clientY - pe) / (r.height / 2), V = (ge) => Math.max(-1, Math.min(1, ge));
|
|
918
|
+
F.value = { x: V(le) * 6, y: V(xe) * 5 }, K.value = V(le) * 6;
|
|
919
|
+
}
|
|
920
|
+
function ee() {
|
|
921
|
+
Q = setTimeout(
|
|
922
|
+
() => {
|
|
923
|
+
Y.value = !0, setTimeout(() => Y.value = !1, 130), ee();
|
|
924
|
+
},
|
|
925
|
+
2200 + Math.random() * 2600
|
|
926
|
+
);
|
|
927
|
+
}
|
|
928
|
+
ve(() => {
|
|
929
|
+
window.addEventListener("mousemove", X), ee();
|
|
930
|
+
}), we(() => {
|
|
931
|
+
window.removeEventListener("mousemove", X), Q && clearTimeout(Q);
|
|
932
|
+
});
|
|
933
|
+
const _ = b(() => F.value.x), M = b(() => F.value.y), ue = b(() => u.emotion === "excited" || u.emotion === "eureka" || u.emotion === "eurekaClap"), de = b(() => ({ transform: `rotate(${K.value * 0.4}deg)` })), ye = b(() => {
|
|
934
|
+
const x = {
|
|
935
|
+
transformBox: "fill-box",
|
|
936
|
+
transformOrigin: "right center",
|
|
937
|
+
transition: "transform 0.35s ease",
|
|
938
|
+
"--arm-base": `${N.value.l}deg`
|
|
939
|
+
};
|
|
940
|
+
return N.value.la || (x.transform = `rotate(${N.value.l}deg)`), x;
|
|
941
|
+
}), me = b(() => {
|
|
942
|
+
const x = {
|
|
943
|
+
transformBox: "fill-box",
|
|
944
|
+
transformOrigin: "left center",
|
|
945
|
+
transition: "transform 0.35s ease",
|
|
946
|
+
"--arm-base": `${N.value.r}deg`
|
|
947
|
+
};
|
|
948
|
+
return N.value.ra || (x.transform = `rotate(${N.value.r}deg)`), x;
|
|
949
|
+
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"], f = b(() => Y.value && !he.includes(a.value.eyes) ? "closed" : a.value.eyes), ke = [
|
|
950
|
+
{ x: 70, y: 78, delay: 0 },
|
|
951
|
+
{ x: 172, y: 84, delay: 0.4 },
|
|
952
|
+
{ x: 160, y: 150, delay: 0.8 }
|
|
953
|
+
];
|
|
954
|
+
function W(x, s) {
|
|
955
|
+
return `M ${x} ${s - 7} L ${x + 2} ${s - 2} L ${x + 7} ${s} L ${x + 2} ${s + 2} L ${x} ${s + 7} L ${x - 2} ${s + 2} L ${x - 7} ${s} L ${x - 2} ${s - 2} Z`;
|
|
956
|
+
}
|
|
957
|
+
const fe = [0, 45, 90, 135, 180, 225, 270, 315];
|
|
958
|
+
return (x, s) => (l(), t("div", {
|
|
959
|
+
ref_key: "wrapRef",
|
|
960
|
+
ref: J,
|
|
961
|
+
class: "relative flex w-full max-w-[300px] items-center justify-center",
|
|
962
|
+
"aria-hidden": "true"
|
|
963
|
+
}, [
|
|
964
|
+
e("div", {
|
|
965
|
+
style: v(de.value)
|
|
966
|
+
}, [
|
|
967
|
+
e("div", {
|
|
968
|
+
class: S(oe.value)
|
|
969
|
+
}, [
|
|
970
|
+
(l(), t("svg", Dl, [
|
|
971
|
+
e("line", {
|
|
972
|
+
x1: "120",
|
|
973
|
+
y1: "42",
|
|
974
|
+
x2: "120",
|
|
975
|
+
y2: "30",
|
|
976
|
+
stroke: I.value,
|
|
977
|
+
"stroke-width": "6",
|
|
978
|
+
"stroke-linecap": "round"
|
|
979
|
+
}, null, 8, Ll),
|
|
980
|
+
e("circle", {
|
|
981
|
+
cx: "120",
|
|
982
|
+
cy: "22",
|
|
983
|
+
r: "11",
|
|
984
|
+
fill: E.value,
|
|
985
|
+
style: v({ transition: "fill 0.6s ease", filter: `drop-shadow(0 0 5px ${E.value})` }),
|
|
986
|
+
class: S(["animate-antenna-pulse", L.value === "scan-ring" || d.action === "signalBreathe" ? "animate-signal-breathe" : "", se.value])
|
|
987
|
+
}, null, 14, Pl),
|
|
988
|
+
e("rect", {
|
|
989
|
+
x: "44",
|
|
990
|
+
y: "40",
|
|
991
|
+
width: "152",
|
|
992
|
+
height: "152",
|
|
993
|
+
rx: "54",
|
|
994
|
+
fill: I.value,
|
|
995
|
+
style: { transition: "fill 0.3s ease" }
|
|
996
|
+
}, null, 8, El),
|
|
997
|
+
s[46] || (s[46] = e("rect", {
|
|
998
|
+
x: "44",
|
|
999
|
+
y: "40",
|
|
1000
|
+
width: "152",
|
|
1001
|
+
height: "152",
|
|
1002
|
+
rx: "54",
|
|
1003
|
+
fill: "oklch(1 0 0 / 0.08)"
|
|
1004
|
+
}, null, -1)),
|
|
1005
|
+
a.value.blush || a.value.blushStrong ? (l(), t(g, { key: 0 }, [
|
|
1006
|
+
e("ellipse", {
|
|
1007
|
+
cx: "72",
|
|
1008
|
+
cy: "128",
|
|
1009
|
+
rx: a.value.blushStrong ? 14 : 11,
|
|
1010
|
+
ry: a.value.blushStrong ? 10 : 8,
|
|
1011
|
+
fill: "var(--robot-amber)",
|
|
1012
|
+
opacity: a.value.blushStrong ? 0.95 : 0.85
|
|
1013
|
+
}, null, 8, Gl),
|
|
1014
|
+
e("ellipse", {
|
|
1015
|
+
cx: "168",
|
|
1016
|
+
cy: "128",
|
|
1017
|
+
rx: a.value.blushStrong ? 14 : 11,
|
|
1018
|
+
ry: a.value.blushStrong ? 10 : 8,
|
|
1019
|
+
fill: "var(--robot-amber)",
|
|
1020
|
+
opacity: a.value.blushStrong ? 0.95 : 0.85
|
|
1021
|
+
}, null, 8, Zl)
|
|
1022
|
+
], 64)) : h("", !0),
|
|
1023
|
+
a.value.blushPink ? (l(), t(g, { key: 1 }, [
|
|
1024
|
+
s[0] || (s[0] = e("ellipse", {
|
|
1025
|
+
cx: "73",
|
|
1026
|
+
cy: "129",
|
|
1027
|
+
rx: "13",
|
|
1028
|
+
ry: "9",
|
|
1029
|
+
fill: "oklch(0.72 0.22 0)",
|
|
1030
|
+
opacity: "0.72"
|
|
1031
|
+
}, null, -1)),
|
|
1032
|
+
s[1] || (s[1] = e("ellipse", {
|
|
1033
|
+
cx: "167",
|
|
1034
|
+
cy: "129",
|
|
1035
|
+
rx: "13",
|
|
1036
|
+
ry: "9",
|
|
1037
|
+
fill: "oklch(0.72 0.22 0)",
|
|
1038
|
+
opacity: "0.72"
|
|
1039
|
+
}, null, -1))
|
|
1040
|
+
], 64)) : h("", !0),
|
|
1041
|
+
s[47] || (s[47] = e("rect", {
|
|
1042
|
+
x: "66",
|
|
1043
|
+
y: "66",
|
|
1044
|
+
width: "108",
|
|
1045
|
+
height: "92",
|
|
1046
|
+
rx: "32",
|
|
1047
|
+
fill: "var(--robot-screen)"
|
|
1048
|
+
}, null, -1)),
|
|
1049
|
+
a.value.screenTint ? (l(), t("rect", {
|
|
1050
|
+
key: 2,
|
|
1051
|
+
x: "66",
|
|
1052
|
+
y: "66",
|
|
1053
|
+
width: "108",
|
|
1054
|
+
height: "92",
|
|
1055
|
+
rx: "32",
|
|
1056
|
+
fill: a.value.screenTint
|
|
1057
|
+
}, null, 8, Hl)) : h("", !0),
|
|
1058
|
+
s[48] || (s[48] = e("rect", {
|
|
1059
|
+
x: "66",
|
|
1060
|
+
y: "66",
|
|
1061
|
+
width: "108",
|
|
1062
|
+
height: "40",
|
|
1063
|
+
rx: "20",
|
|
1064
|
+
fill: "oklch(1 0 0 / 0.06)"
|
|
1065
|
+
}, null, -1)),
|
|
1066
|
+
f.value === "closed" ? (l(), t("g", {
|
|
1067
|
+
key: 3,
|
|
1068
|
+
stroke: i,
|
|
1069
|
+
"stroke-width": "5",
|
|
1070
|
+
"stroke-linecap": "round",
|
|
1071
|
+
fill: "none"
|
|
1072
|
+
}, [
|
|
1073
|
+
e("path", {
|
|
1074
|
+
d: `M ${n - 11} ${o} q 11 7 22 0`
|
|
1075
|
+
}, null, 8, Ul),
|
|
1076
|
+
e("path", {
|
|
1077
|
+
d: `M ${c - 11} ${o} q 11 7 22 0`
|
|
1078
|
+
}, null, 8, jl)
|
|
1079
|
+
])) : f.value === "happy" ? (l(), t("g", {
|
|
1080
|
+
key: 4,
|
|
1081
|
+
stroke: i,
|
|
1082
|
+
"stroke-width": "6",
|
|
1083
|
+
"stroke-linecap": "round",
|
|
1084
|
+
fill: "none"
|
|
1085
|
+
}, [
|
|
1086
|
+
e("path", {
|
|
1087
|
+
d: `M ${n - 11} ${o + 3} q 11 -16 22 0`
|
|
1088
|
+
}, null, 8, Fl),
|
|
1089
|
+
e("path", {
|
|
1090
|
+
d: `M ${c - 11} ${o + 3} q 11 -16 22 0`
|
|
1091
|
+
}, null, 8, Yl)
|
|
1092
|
+
])) : f.value === "arcHappy" ? (l(), t("g", Ql, [
|
|
1093
|
+
e("path", {
|
|
1094
|
+
d: `M ${n - 13} ${o + 4} q 13 -20 26 0`,
|
|
1095
|
+
stroke: i,
|
|
1096
|
+
"stroke-width": "7",
|
|
1097
|
+
"stroke-linecap": "round",
|
|
1098
|
+
fill: "none"
|
|
1099
|
+
}, null, 8, Wl),
|
|
1100
|
+
e("path", {
|
|
1101
|
+
d: `M ${c - 13} ${o + 4} q 13 -20 26 0`,
|
|
1102
|
+
stroke: i,
|
|
1103
|
+
"stroke-width": "7",
|
|
1104
|
+
"stroke-linecap": "round",
|
|
1105
|
+
fill: "none"
|
|
1106
|
+
}, null, 8, Vl),
|
|
1107
|
+
e("rect", {
|
|
1108
|
+
x: n - 14,
|
|
1109
|
+
y: o - 14,
|
|
1110
|
+
width: "28",
|
|
1111
|
+
height: "18",
|
|
1112
|
+
fill: "var(--robot-screen)"
|
|
1113
|
+
}, null, 8, Jl),
|
|
1114
|
+
e("rect", {
|
|
1115
|
+
x: c - 14,
|
|
1116
|
+
y: o - 14,
|
|
1117
|
+
width: "28",
|
|
1118
|
+
height: "18",
|
|
1119
|
+
fill: "var(--robot-screen)"
|
|
1120
|
+
}, null, 8, Kl)
|
|
1121
|
+
])) : f.value === "narrow" ? (l(), t("g", {
|
|
1122
|
+
key: 6,
|
|
1123
|
+
fill: i
|
|
1124
|
+
}, [
|
|
1125
|
+
e("ellipse", {
|
|
1126
|
+
cx: n + _.value * 0.4,
|
|
1127
|
+
cy: o,
|
|
1128
|
+
rx: "5",
|
|
1129
|
+
ry: "11"
|
|
1130
|
+
}, null, 8, Xl),
|
|
1131
|
+
e("ellipse", {
|
|
1132
|
+
cx: c + _.value * 0.4,
|
|
1133
|
+
cy: o,
|
|
1134
|
+
rx: "5",
|
|
1135
|
+
ry: "11"
|
|
1136
|
+
}, null, 8, et),
|
|
1137
|
+
e("line", {
|
|
1138
|
+
x1: n - 11,
|
|
1139
|
+
y1: o - 12,
|
|
1140
|
+
x2: n + 9,
|
|
1141
|
+
y2: o - 6,
|
|
1142
|
+
stroke: i,
|
|
1143
|
+
"stroke-width": "5",
|
|
1144
|
+
"stroke-linecap": "round"
|
|
1145
|
+
}, null, 8, lt),
|
|
1146
|
+
e("line", {
|
|
1147
|
+
x1: c + 11,
|
|
1148
|
+
y1: o - 12,
|
|
1149
|
+
x2: c - 9,
|
|
1150
|
+
y2: o - 6,
|
|
1151
|
+
stroke: i,
|
|
1152
|
+
"stroke-width": "5",
|
|
1153
|
+
"stroke-linecap": "round"
|
|
1154
|
+
}, null, 8, tt)
|
|
1155
|
+
])) : f.value === "droopy" ? (l(), t("g", {
|
|
1156
|
+
key: 7,
|
|
1157
|
+
fill: i
|
|
1158
|
+
}, [
|
|
1159
|
+
e("ellipse", {
|
|
1160
|
+
cx: n,
|
|
1161
|
+
cy: o + 3,
|
|
1162
|
+
rx: "8",
|
|
1163
|
+
ry: "10"
|
|
1164
|
+
}, null, 8, ot),
|
|
1165
|
+
e("ellipse", {
|
|
1166
|
+
cx: c,
|
|
1167
|
+
cy: o + 3,
|
|
1168
|
+
rx: "8",
|
|
1169
|
+
ry: "10"
|
|
1170
|
+
}, null, 8, st),
|
|
1171
|
+
e("line", {
|
|
1172
|
+
x1: n + 5,
|
|
1173
|
+
y1: o - 8,
|
|
1174
|
+
x2: n + 12,
|
|
1175
|
+
y2: o - 2,
|
|
1176
|
+
stroke: i,
|
|
1177
|
+
"stroke-width": "4",
|
|
1178
|
+
"stroke-linecap": "round"
|
|
1179
|
+
}, null, 8, at),
|
|
1180
|
+
e("line", {
|
|
1181
|
+
x1: c - 5,
|
|
1182
|
+
y1: o - 8,
|
|
1183
|
+
x2: c - 12,
|
|
1184
|
+
y2: o - 2,
|
|
1185
|
+
stroke: i,
|
|
1186
|
+
"stroke-width": "4",
|
|
1187
|
+
"stroke-linecap": "round"
|
|
1188
|
+
}, null, 8, it)
|
|
1189
|
+
])) : f.value === "softRound" ? (l(), t("g", {
|
|
1190
|
+
key: 8,
|
|
1191
|
+
fill: i
|
|
1192
|
+
}, [
|
|
1193
|
+
e("circle", {
|
|
1194
|
+
cx: n + _.value * 0.2,
|
|
1195
|
+
cy: o + M.value * 0.2,
|
|
1196
|
+
r: "9"
|
|
1197
|
+
}, null, 8, rt),
|
|
1198
|
+
e("circle", {
|
|
1199
|
+
cx: c + _.value * 0.2,
|
|
1200
|
+
cy: o + M.value * 0.2,
|
|
1201
|
+
r: "9"
|
|
1202
|
+
}, null, 8, nt),
|
|
1203
|
+
e("circle", {
|
|
1204
|
+
cx: n + 3,
|
|
1205
|
+
cy: o - 3,
|
|
1206
|
+
r: "2.5",
|
|
1207
|
+
fill: "var(--robot-screen)"
|
|
1208
|
+
}, null, 8, ct),
|
|
1209
|
+
e("circle", {
|
|
1210
|
+
cx: c + 3,
|
|
1211
|
+
cy: o - 3,
|
|
1212
|
+
r: "2.5",
|
|
1213
|
+
fill: "var(--robot-screen)"
|
|
1214
|
+
}, null, 8, ut)
|
|
1215
|
+
])) : f.value === "bigRound" ? (l(), t("g", {
|
|
1216
|
+
key: 9,
|
|
1217
|
+
fill: i
|
|
1218
|
+
}, [
|
|
1219
|
+
e("circle", {
|
|
1220
|
+
cx: n,
|
|
1221
|
+
cy: o,
|
|
1222
|
+
r: "15",
|
|
1223
|
+
fill: "oklch(1 0 0 / 0.96)"
|
|
1224
|
+
}),
|
|
1225
|
+
e("circle", {
|
|
1226
|
+
cx: c,
|
|
1227
|
+
cy: o,
|
|
1228
|
+
r: "15",
|
|
1229
|
+
fill: "oklch(1 0 0 / 0.96)"
|
|
1230
|
+
}),
|
|
1231
|
+
e("circle", {
|
|
1232
|
+
cx: n + _.value * 0.5,
|
|
1233
|
+
cy: o + M.value * 0.5,
|
|
1234
|
+
r: "8",
|
|
1235
|
+
fill: i
|
|
1236
|
+
}, null, 8, dt),
|
|
1237
|
+
e("circle", {
|
|
1238
|
+
cx: c + _.value * 0.5,
|
|
1239
|
+
cy: o + M.value * 0.5,
|
|
1240
|
+
r: "8",
|
|
1241
|
+
fill: i
|
|
1242
|
+
}, null, 8, yt),
|
|
1243
|
+
e("circle", {
|
|
1244
|
+
cx: n + 5,
|
|
1245
|
+
cy: o - 5,
|
|
1246
|
+
r: "3",
|
|
1247
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1248
|
+
}, null, 8, mt),
|
|
1249
|
+
e("circle", {
|
|
1250
|
+
cx: c + 5,
|
|
1251
|
+
cy: o - 5,
|
|
1252
|
+
r: "3",
|
|
1253
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1254
|
+
}, null, 8, ht)
|
|
1255
|
+
])) : f.value === "halfDroopy" ? (l(), t("g", {
|
|
1256
|
+
key: 10,
|
|
1257
|
+
fill: i
|
|
1258
|
+
}, [
|
|
1259
|
+
e("ellipse", {
|
|
1260
|
+
cx: n,
|
|
1261
|
+
cy: o + 2,
|
|
1262
|
+
rx: "10",
|
|
1263
|
+
ry: "11",
|
|
1264
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1265
|
+
}, null, 8, kt),
|
|
1266
|
+
e("ellipse", {
|
|
1267
|
+
cx: c,
|
|
1268
|
+
cy: o + 2,
|
|
1269
|
+
rx: "10",
|
|
1270
|
+
ry: "11",
|
|
1271
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1272
|
+
}, null, 8, ft),
|
|
1273
|
+
e("ellipse", {
|
|
1274
|
+
cx: n,
|
|
1275
|
+
cy: o + 5,
|
|
1276
|
+
rx: "6",
|
|
1277
|
+
ry: "7",
|
|
1278
|
+
fill: i
|
|
1279
|
+
}, null, 8, pt),
|
|
1280
|
+
e("ellipse", {
|
|
1281
|
+
cx: c,
|
|
1282
|
+
cy: o + 5,
|
|
1283
|
+
rx: "6",
|
|
1284
|
+
ry: "7",
|
|
1285
|
+
fill: i
|
|
1286
|
+
}, null, 8, xt),
|
|
1287
|
+
e("rect", {
|
|
1288
|
+
x: n - 12,
|
|
1289
|
+
y: o - 12,
|
|
1290
|
+
width: "24",
|
|
1291
|
+
height: "12",
|
|
1292
|
+
fill: "var(--robot-screen)"
|
|
1293
|
+
}, null, 8, gt),
|
|
1294
|
+
e("rect", {
|
|
1295
|
+
x: c - 12,
|
|
1296
|
+
y: o - 12,
|
|
1297
|
+
width: "24",
|
|
1298
|
+
height: "12",
|
|
1299
|
+
fill: "var(--robot-screen)"
|
|
1300
|
+
}, null, 8, _t)
|
|
1301
|
+
])) : f.value === "peekSlit" ? (l(), t("g", {
|
|
1302
|
+
key: 11,
|
|
1303
|
+
stroke: i,
|
|
1304
|
+
"stroke-width": "4",
|
|
1305
|
+
"stroke-linecap": "round",
|
|
1306
|
+
fill: "none"
|
|
1307
|
+
}, [
|
|
1308
|
+
e("line", {
|
|
1309
|
+
x1: n - 9,
|
|
1310
|
+
y1: o,
|
|
1311
|
+
x2: n + 9,
|
|
1312
|
+
y2: o
|
|
1313
|
+
}, null, 8, bt),
|
|
1314
|
+
e("line", {
|
|
1315
|
+
x1: c - 9,
|
|
1316
|
+
y1: o,
|
|
1317
|
+
x2: c + 9,
|
|
1318
|
+
y2: o
|
|
1319
|
+
}, null, 8, vt)
|
|
1320
|
+
])) : f.value === "halfSquint" ? (l(), t("g", {
|
|
1321
|
+
key: 12,
|
|
1322
|
+
fill: i
|
|
1323
|
+
}, [
|
|
1324
|
+
e("ellipse", {
|
|
1325
|
+
cx: n,
|
|
1326
|
+
cy: o + 1,
|
|
1327
|
+
rx: "7",
|
|
1328
|
+
ry: "9",
|
|
1329
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1330
|
+
}, null, 8, wt),
|
|
1331
|
+
e("ellipse", {
|
|
1332
|
+
cx: n + 2,
|
|
1333
|
+
cy: o + 2,
|
|
1334
|
+
rx: "4.5",
|
|
1335
|
+
ry: "6",
|
|
1336
|
+
fill: i
|
|
1337
|
+
}, null, 8, $t),
|
|
1338
|
+
e("rect", {
|
|
1339
|
+
x: n - 9,
|
|
1340
|
+
y: o - 10,
|
|
1341
|
+
width: "18",
|
|
1342
|
+
height: "9",
|
|
1343
|
+
fill: "var(--robot-screen)"
|
|
1344
|
+
}, null, 8, Ct),
|
|
1345
|
+
e("ellipse", {
|
|
1346
|
+
cx: c,
|
|
1347
|
+
cy: o,
|
|
1348
|
+
rx: "9",
|
|
1349
|
+
ry: "11",
|
|
1350
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1351
|
+
}),
|
|
1352
|
+
e("ellipse", {
|
|
1353
|
+
cx: c + 3,
|
|
1354
|
+
cy: o + 1,
|
|
1355
|
+
rx: "6",
|
|
1356
|
+
ry: "7",
|
|
1357
|
+
fill: i
|
|
1358
|
+
}, null, 8, qt)
|
|
1359
|
+
])) : f.value === "scaredWide" ? (l(), t("g", {
|
|
1360
|
+
key: 13,
|
|
1361
|
+
fill: i
|
|
1362
|
+
}, [
|
|
1363
|
+
e("circle", {
|
|
1364
|
+
cx: n,
|
|
1365
|
+
cy: o,
|
|
1366
|
+
r: "14",
|
|
1367
|
+
fill: "oklch(1 0 0 / 0.98)"
|
|
1368
|
+
}),
|
|
1369
|
+
e("circle", {
|
|
1370
|
+
cx: c,
|
|
1371
|
+
cy: o,
|
|
1372
|
+
r: "14",
|
|
1373
|
+
fill: "oklch(1 0 0 / 0.98)"
|
|
1374
|
+
}),
|
|
1375
|
+
e("circle", {
|
|
1376
|
+
cx: n + 3,
|
|
1377
|
+
cy: o + 2,
|
|
1378
|
+
r: "7",
|
|
1379
|
+
fill: i
|
|
1380
|
+
}, null, 8, Mt),
|
|
1381
|
+
e("circle", {
|
|
1382
|
+
cx: c - 3,
|
|
1383
|
+
cy: o + 2,
|
|
1384
|
+
r: "7",
|
|
1385
|
+
fill: i
|
|
1386
|
+
}, null, 8, St),
|
|
1387
|
+
e("circle", {
|
|
1388
|
+
cx: n + 6,
|
|
1389
|
+
cy: o - 3,
|
|
1390
|
+
r: "2.5",
|
|
1391
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1392
|
+
}, null, 8, At),
|
|
1393
|
+
e("circle", {
|
|
1394
|
+
cx: c - 1,
|
|
1395
|
+
cy: o - 3,
|
|
1396
|
+
r: "2.5",
|
|
1397
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1398
|
+
}, null, 8, Bt)
|
|
1399
|
+
])) : f.value === "narrowSlant" ? (l(), t("g", {
|
|
1400
|
+
key: 14,
|
|
1401
|
+
fill: i
|
|
1402
|
+
}, [
|
|
1403
|
+
e("ellipse", {
|
|
1404
|
+
cx: n,
|
|
1405
|
+
cy: o,
|
|
1406
|
+
rx: "11",
|
|
1407
|
+
ry: "8",
|
|
1408
|
+
fill: "oklch(1 0 0 / 0.92)"
|
|
1409
|
+
}),
|
|
1410
|
+
e("ellipse", {
|
|
1411
|
+
cx: c,
|
|
1412
|
+
cy: o,
|
|
1413
|
+
rx: "11",
|
|
1414
|
+
ry: "8",
|
|
1415
|
+
fill: "oklch(1 0 0 / 0.92)"
|
|
1416
|
+
}),
|
|
1417
|
+
e("ellipse", {
|
|
1418
|
+
cx: n + 2,
|
|
1419
|
+
cy: o + 1,
|
|
1420
|
+
rx: "5",
|
|
1421
|
+
ry: "6",
|
|
1422
|
+
fill: i
|
|
1423
|
+
}, null, 8, Ot),
|
|
1424
|
+
e("ellipse", {
|
|
1425
|
+
cx: c - 2,
|
|
1426
|
+
cy: o + 1,
|
|
1427
|
+
rx: "5",
|
|
1428
|
+
ry: "6",
|
|
1429
|
+
fill: i
|
|
1430
|
+
}, null, 8, zt),
|
|
1431
|
+
e("line", {
|
|
1432
|
+
x1: n - 12,
|
|
1433
|
+
y1: o - 7,
|
|
1434
|
+
x2: n + 10,
|
|
1435
|
+
y2: o - 4,
|
|
1436
|
+
stroke: i,
|
|
1437
|
+
"stroke-width": "5",
|
|
1438
|
+
"stroke-linecap": "round"
|
|
1439
|
+
}, null, 8, Rt),
|
|
1440
|
+
e("line", {
|
|
1441
|
+
x1: c - 10,
|
|
1442
|
+
y1: o - 4,
|
|
1443
|
+
x2: c + 12,
|
|
1444
|
+
y2: o - 7,
|
|
1445
|
+
stroke: i,
|
|
1446
|
+
"stroke-width": "5",
|
|
1447
|
+
"stroke-linecap": "round"
|
|
1448
|
+
}, null, 8, It)
|
|
1449
|
+
])) : f.value === "dashEyes" ? (l(), t("g", {
|
|
1450
|
+
key: 15,
|
|
1451
|
+
stroke: i,
|
|
1452
|
+
"stroke-width": "6",
|
|
1453
|
+
"stroke-linecap": "round"
|
|
1454
|
+
}, [
|
|
1455
|
+
e("line", {
|
|
1456
|
+
x1: n - 10,
|
|
1457
|
+
y1: o,
|
|
1458
|
+
x2: n + 10,
|
|
1459
|
+
y2: o
|
|
1460
|
+
}, null, 8, Nt),
|
|
1461
|
+
e("line", {
|
|
1462
|
+
x1: c - 10,
|
|
1463
|
+
y1: o,
|
|
1464
|
+
x2: c + 10,
|
|
1465
|
+
y2: o
|
|
1466
|
+
}, null, 8, Tt)
|
|
1467
|
+
])) : f.value === "halfClosed" ? (l(), t("g", Dt, [
|
|
1468
|
+
e("ellipse", {
|
|
1469
|
+
cx: n,
|
|
1470
|
+
cy: o + 2,
|
|
1471
|
+
rx: "11",
|
|
1472
|
+
ry: "12",
|
|
1473
|
+
fill: "oklch(1 0 0 / 0.88)"
|
|
1474
|
+
}, null, 8, Lt),
|
|
1475
|
+
e("ellipse", {
|
|
1476
|
+
cx: c,
|
|
1477
|
+
cy: o + 2,
|
|
1478
|
+
rx: "11",
|
|
1479
|
+
ry: "12",
|
|
1480
|
+
fill: "oklch(1 0 0 / 0.88)"
|
|
1481
|
+
}, null, 8, Pt),
|
|
1482
|
+
e("ellipse", {
|
|
1483
|
+
cx: n,
|
|
1484
|
+
cy: o + 5,
|
|
1485
|
+
rx: "6",
|
|
1486
|
+
ry: "7",
|
|
1487
|
+
fill: i
|
|
1488
|
+
}, null, 8, Et),
|
|
1489
|
+
e("ellipse", {
|
|
1490
|
+
cx: c,
|
|
1491
|
+
cy: o + 5,
|
|
1492
|
+
rx: "6",
|
|
1493
|
+
ry: "7",
|
|
1494
|
+
fill: i
|
|
1495
|
+
}, null, 8, Gt),
|
|
1496
|
+
e("rect", {
|
|
1497
|
+
x: n - 13,
|
|
1498
|
+
y: o - 13,
|
|
1499
|
+
width: "26",
|
|
1500
|
+
height: "16",
|
|
1501
|
+
fill: "var(--robot-screen)"
|
|
1502
|
+
}, null, 8, Zt),
|
|
1503
|
+
e("rect", {
|
|
1504
|
+
x: c - 13,
|
|
1505
|
+
y: o - 13,
|
|
1506
|
+
width: "26",
|
|
1507
|
+
height: "16",
|
|
1508
|
+
fill: "var(--robot-screen)"
|
|
1509
|
+
}, null, 8, Ht),
|
|
1510
|
+
e("path", {
|
|
1511
|
+
d: `M ${n - 11} ${o + 3} q 11 -6 22 0`,
|
|
1512
|
+
stroke: i,
|
|
1513
|
+
"stroke-width": "4.5",
|
|
1514
|
+
"stroke-linecap": "round",
|
|
1515
|
+
fill: "none"
|
|
1516
|
+
}, null, 8, Ut),
|
|
1517
|
+
e("path", {
|
|
1518
|
+
d: `M ${c - 11} ${o + 3} q 11 -6 22 0`,
|
|
1519
|
+
stroke: i,
|
|
1520
|
+
"stroke-width": "4.5",
|
|
1521
|
+
"stroke-linecap": "round",
|
|
1522
|
+
fill: "none"
|
|
1523
|
+
}, null, 8, jt)
|
|
1524
|
+
])) : f.value === "thinkEyes" ? (l(), t("g", {
|
|
1525
|
+
key: 17,
|
|
1526
|
+
fill: i
|
|
1527
|
+
}, [
|
|
1528
|
+
e("ellipse", {
|
|
1529
|
+
cx: n,
|
|
1530
|
+
cy: o,
|
|
1531
|
+
rx: "9",
|
|
1532
|
+
ry: "10",
|
|
1533
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1534
|
+
}),
|
|
1535
|
+
e("ellipse", {
|
|
1536
|
+
cx: c,
|
|
1537
|
+
cy: o,
|
|
1538
|
+
rx: "9",
|
|
1539
|
+
ry: "10",
|
|
1540
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1541
|
+
}),
|
|
1542
|
+
e("ellipse", {
|
|
1543
|
+
cx: n,
|
|
1544
|
+
cy: o - 2,
|
|
1545
|
+
rx: "5.5",
|
|
1546
|
+
ry: "6.5",
|
|
1547
|
+
fill: i
|
|
1548
|
+
}, null, 8, Ft),
|
|
1549
|
+
e("ellipse", {
|
|
1550
|
+
cx: c,
|
|
1551
|
+
cy: o - 2,
|
|
1552
|
+
rx: "5.5",
|
|
1553
|
+
ry: "6.5",
|
|
1554
|
+
fill: i
|
|
1555
|
+
}, null, 8, Yt),
|
|
1556
|
+
e("line", {
|
|
1557
|
+
x1: n - 8,
|
|
1558
|
+
y1: o - 12,
|
|
1559
|
+
x2: n + 6,
|
|
1560
|
+
y2: o - 9,
|
|
1561
|
+
stroke: i,
|
|
1562
|
+
"stroke-width": "3.5",
|
|
1563
|
+
"stroke-linecap": "round"
|
|
1564
|
+
}, null, 8, Qt),
|
|
1565
|
+
e("line", {
|
|
1566
|
+
x1: c - 6,
|
|
1567
|
+
y1: o - 9,
|
|
1568
|
+
x2: c + 8,
|
|
1569
|
+
y2: o - 12,
|
|
1570
|
+
stroke: i,
|
|
1571
|
+
"stroke-width": "3.5",
|
|
1572
|
+
"stroke-linecap": "round"
|
|
1573
|
+
}, null, 8, Wt)
|
|
1574
|
+
])) : f.value === "blankDot" ? (l(), t("g", {
|
|
1575
|
+
key: 18,
|
|
1576
|
+
fill: i
|
|
1577
|
+
}, [
|
|
1578
|
+
e("circle", {
|
|
1579
|
+
cx: n,
|
|
1580
|
+
cy: o,
|
|
1581
|
+
r: "10",
|
|
1582
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1583
|
+
}),
|
|
1584
|
+
e("circle", {
|
|
1585
|
+
cx: c,
|
|
1586
|
+
cy: o,
|
|
1587
|
+
r: "10",
|
|
1588
|
+
fill: "oklch(1 0 0 / 0.9)"
|
|
1589
|
+
}),
|
|
1590
|
+
e("circle", {
|
|
1591
|
+
cx: n,
|
|
1592
|
+
cy: o,
|
|
1593
|
+
r: "4",
|
|
1594
|
+
fill: i
|
|
1595
|
+
}),
|
|
1596
|
+
e("circle", {
|
|
1597
|
+
cx: c,
|
|
1598
|
+
cy: o,
|
|
1599
|
+
r: "4",
|
|
1600
|
+
fill: i
|
|
1601
|
+
})
|
|
1602
|
+
])) : f.value === "heavyLid" ? (l(), t("g", Vt, [
|
|
1603
|
+
e("ellipse", {
|
|
1604
|
+
cx: n,
|
|
1605
|
+
cy: o + 3,
|
|
1606
|
+
rx: "11",
|
|
1607
|
+
ry: "12",
|
|
1608
|
+
fill: "oklch(1 0 0 / 0.85)"
|
|
1609
|
+
}, null, 8, Jt),
|
|
1610
|
+
e("ellipse", {
|
|
1611
|
+
cx: c,
|
|
1612
|
+
cy: o + 3,
|
|
1613
|
+
rx: "11",
|
|
1614
|
+
ry: "12",
|
|
1615
|
+
fill: "oklch(1 0 0 / 0.85)"
|
|
1616
|
+
}, null, 8, Kt),
|
|
1617
|
+
e("ellipse", {
|
|
1618
|
+
cx: n,
|
|
1619
|
+
cy: o + 7,
|
|
1620
|
+
rx: "5",
|
|
1621
|
+
ry: "6",
|
|
1622
|
+
fill: i
|
|
1623
|
+
}, null, 8, Xt),
|
|
1624
|
+
e("ellipse", {
|
|
1625
|
+
cx: c,
|
|
1626
|
+
cy: o + 7,
|
|
1627
|
+
rx: "5",
|
|
1628
|
+
ry: "6",
|
|
1629
|
+
fill: i
|
|
1630
|
+
}, null, 8, eo),
|
|
1631
|
+
e("rect", {
|
|
1632
|
+
x: n - 13,
|
|
1633
|
+
y: o - 14,
|
|
1634
|
+
width: "26",
|
|
1635
|
+
height: "20",
|
|
1636
|
+
fill: "var(--robot-screen)"
|
|
1637
|
+
}, null, 8, lo),
|
|
1638
|
+
e("rect", {
|
|
1639
|
+
x: c - 13,
|
|
1640
|
+
y: o - 14,
|
|
1641
|
+
width: "26",
|
|
1642
|
+
height: "20",
|
|
1643
|
+
fill: "var(--robot-screen)"
|
|
1644
|
+
}, null, 8, to),
|
|
1645
|
+
e("path", {
|
|
1646
|
+
d: `M ${n - 11} ${o + 6} q 11 -4 22 0`,
|
|
1647
|
+
stroke: i,
|
|
1648
|
+
"stroke-width": "5",
|
|
1649
|
+
"stroke-linecap": "round",
|
|
1650
|
+
fill: "none"
|
|
1651
|
+
}, null, 8, oo),
|
|
1652
|
+
e("path", {
|
|
1653
|
+
d: `M ${c - 11} ${o + 6} q 11 -4 22 0`,
|
|
1654
|
+
stroke: i,
|
|
1655
|
+
"stroke-width": "5",
|
|
1656
|
+
"stroke-linecap": "round",
|
|
1657
|
+
fill: "none"
|
|
1658
|
+
}, null, 8, so)
|
|
1659
|
+
])) : f.value === "smug" ? (l(), t("g", {
|
|
1660
|
+
key: 20,
|
|
1661
|
+
stroke: i,
|
|
1662
|
+
"stroke-width": "5",
|
|
1663
|
+
"stroke-linecap": "round",
|
|
1664
|
+
fill: "none"
|
|
1665
|
+
}, [
|
|
1666
|
+
e("path", {
|
|
1667
|
+
d: `M ${n - 11} ${o - 2} q 11 9 22 2`
|
|
1668
|
+
}, null, 8, ao),
|
|
1669
|
+
e("path", {
|
|
1670
|
+
d: `M ${c - 11} ${o - 2} q 11 9 22 2`
|
|
1671
|
+
}, null, 8, io)
|
|
1672
|
+
])) : f.value === "cool" ? (l(), t("g", {
|
|
1673
|
+
key: 21,
|
|
1674
|
+
stroke: i,
|
|
1675
|
+
"stroke-width": "5",
|
|
1676
|
+
"stroke-linecap": "round"
|
|
1677
|
+
}, [
|
|
1678
|
+
e("line", {
|
|
1679
|
+
x1: n - 11,
|
|
1680
|
+
y1: o,
|
|
1681
|
+
x2: n + 11,
|
|
1682
|
+
y2: o
|
|
1683
|
+
}, null, 8, ro),
|
|
1684
|
+
e("line", {
|
|
1685
|
+
x1: c - 11,
|
|
1686
|
+
y1: o,
|
|
1687
|
+
x2: c + 11,
|
|
1688
|
+
y2: o
|
|
1689
|
+
}, null, 8, no)
|
|
1690
|
+
])) : f.value === "sad" ? (l(), t("g", {
|
|
1691
|
+
key: 22,
|
|
1692
|
+
stroke: i,
|
|
1693
|
+
"stroke-width": "6",
|
|
1694
|
+
"stroke-linecap": "round",
|
|
1695
|
+
fill: "none"
|
|
1696
|
+
}, [
|
|
1697
|
+
e("path", {
|
|
1698
|
+
d: `M ${n - 11} ${o - 1} q 11 14 22 0`
|
|
1699
|
+
}, null, 8, co),
|
|
1700
|
+
e("path", {
|
|
1701
|
+
d: `M ${c - 11} ${o - 1} q 11 14 22 0`
|
|
1702
|
+
}, null, 8, uo)
|
|
1703
|
+
])) : f.value === "teary" ? (l(), t("g", {
|
|
1704
|
+
key: 23,
|
|
1705
|
+
fill: i
|
|
1706
|
+
}, [
|
|
1707
|
+
e("circle", {
|
|
1708
|
+
cx: n,
|
|
1709
|
+
cy: o + 1,
|
|
1710
|
+
r: "11",
|
|
1711
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1712
|
+
}, null, 8, yo),
|
|
1713
|
+
e("circle", {
|
|
1714
|
+
cx: c,
|
|
1715
|
+
cy: o + 1,
|
|
1716
|
+
r: "11",
|
|
1717
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1718
|
+
}, null, 8, mo),
|
|
1719
|
+
e("circle", {
|
|
1720
|
+
cx: n + _.value * 0.3,
|
|
1721
|
+
cy: o + 3 + M.value * 0.3,
|
|
1722
|
+
r: "6.5",
|
|
1723
|
+
fill: i
|
|
1724
|
+
}, null, 8, ho),
|
|
1725
|
+
e("circle", {
|
|
1726
|
+
cx: c + _.value * 0.3,
|
|
1727
|
+
cy: o + 3 + M.value * 0.3,
|
|
1728
|
+
r: "6.5",
|
|
1729
|
+
fill: i
|
|
1730
|
+
}, null, 8, ko),
|
|
1731
|
+
e("circle", {
|
|
1732
|
+
cx: n + 3,
|
|
1733
|
+
cy: o - 3,
|
|
1734
|
+
r: "2.5",
|
|
1735
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1736
|
+
}, null, 8, fo),
|
|
1737
|
+
e("circle", {
|
|
1738
|
+
cx: c + 3,
|
|
1739
|
+
cy: o - 3,
|
|
1740
|
+
r: "2.5",
|
|
1741
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1742
|
+
}, null, 8, po)
|
|
1743
|
+
])) : f.value === "angry" ? (l(), t(g, { key: 24 }, [
|
|
1744
|
+
e("g", {
|
|
1745
|
+
stroke: i,
|
|
1746
|
+
"stroke-width": "5",
|
|
1747
|
+
"stroke-linecap": "round"
|
|
1748
|
+
}, [
|
|
1749
|
+
e("line", {
|
|
1750
|
+
x1: n - 12,
|
|
1751
|
+
y1: o - 13,
|
|
1752
|
+
x2: n + 8,
|
|
1753
|
+
y2: o - 6
|
|
1754
|
+
}, null, 8, xo),
|
|
1755
|
+
e("line", {
|
|
1756
|
+
x1: c + 12,
|
|
1757
|
+
y1: o - 13,
|
|
1758
|
+
x2: c - 8,
|
|
1759
|
+
y2: o - 6
|
|
1760
|
+
}, null, 8, go)
|
|
1761
|
+
]),
|
|
1762
|
+
e("g", { fill: i }, [
|
|
1763
|
+
e("ellipse", {
|
|
1764
|
+
cx: n + _.value * 0.4,
|
|
1765
|
+
cy: o + 2,
|
|
1766
|
+
rx: "7",
|
|
1767
|
+
ry: "8"
|
|
1768
|
+
}, null, 8, _o),
|
|
1769
|
+
e("ellipse", {
|
|
1770
|
+
cx: c + _.value * 0.4,
|
|
1771
|
+
cy: o + 2,
|
|
1772
|
+
rx: "7",
|
|
1773
|
+
ry: "8"
|
|
1774
|
+
}, null, 8, bo)
|
|
1775
|
+
])
|
|
1776
|
+
], 64)) : f.value === "excited" ? (l(), t("g", {
|
|
1777
|
+
key: 25,
|
|
1778
|
+
fill: i
|
|
1779
|
+
}, [
|
|
1780
|
+
e("circle", {
|
|
1781
|
+
cx: n + _.value * 0.3,
|
|
1782
|
+
cy: o + M.value * 0.3,
|
|
1783
|
+
r: "13"
|
|
1784
|
+
}, null, 8, vo),
|
|
1785
|
+
e("circle", {
|
|
1786
|
+
cx: c + _.value * 0.3,
|
|
1787
|
+
cy: o + M.value * 0.3,
|
|
1788
|
+
r: "13"
|
|
1789
|
+
}, null, 8, wo),
|
|
1790
|
+
e("circle", {
|
|
1791
|
+
cx: n + 4,
|
|
1792
|
+
cy: o - 4,
|
|
1793
|
+
r: "3",
|
|
1794
|
+
fill: "var(--robot-screen)"
|
|
1795
|
+
}, null, 8, $o),
|
|
1796
|
+
e("circle", {
|
|
1797
|
+
cx: c + 4,
|
|
1798
|
+
cy: o - 4,
|
|
1799
|
+
r: "3",
|
|
1800
|
+
fill: "var(--robot-screen)"
|
|
1801
|
+
}, null, 8, Co)
|
|
1802
|
+
])) : f.value === "lookup" ? (l(), t("g", {
|
|
1803
|
+
key: 26,
|
|
1804
|
+
fill: i
|
|
1805
|
+
}, [
|
|
1806
|
+
e("ellipse", {
|
|
1807
|
+
cx: n + _.value * 0.4,
|
|
1808
|
+
cy: o - 4,
|
|
1809
|
+
rx: "7",
|
|
1810
|
+
ry: "9"
|
|
1811
|
+
}, null, 8, qo),
|
|
1812
|
+
e("ellipse", {
|
|
1813
|
+
cx: c + _.value * 0.4,
|
|
1814
|
+
cy: o - 4,
|
|
1815
|
+
rx: "7",
|
|
1816
|
+
ry: "9"
|
|
1817
|
+
}, null, 8, Mo)
|
|
1818
|
+
])) : f.value === "lookdown" ? (l(), t("g", {
|
|
1819
|
+
key: 27,
|
|
1820
|
+
fill: i
|
|
1821
|
+
}, [
|
|
1822
|
+
e("ellipse", {
|
|
1823
|
+
cx: n,
|
|
1824
|
+
cy: o + 5,
|
|
1825
|
+
rx: "7",
|
|
1826
|
+
ry: "9"
|
|
1827
|
+
}, null, 8, So),
|
|
1828
|
+
e("ellipse", {
|
|
1829
|
+
cx: c,
|
|
1830
|
+
cy: o + 5,
|
|
1831
|
+
rx: "7",
|
|
1832
|
+
ry: "9"
|
|
1833
|
+
}, null, 8, Ao)
|
|
1834
|
+
])) : f.value === "wide" ? (l(), t("g", {
|
|
1835
|
+
key: 28,
|
|
1836
|
+
fill: i
|
|
1837
|
+
}, [
|
|
1838
|
+
e("circle", {
|
|
1839
|
+
cx: n,
|
|
1840
|
+
cy: o,
|
|
1841
|
+
r: "13",
|
|
1842
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1843
|
+
}),
|
|
1844
|
+
e("circle", {
|
|
1845
|
+
cx: c,
|
|
1846
|
+
cy: o,
|
|
1847
|
+
r: "13",
|
|
1848
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1849
|
+
}),
|
|
1850
|
+
e("circle", {
|
|
1851
|
+
cx: n + _.value * 0.5,
|
|
1852
|
+
cy: o + M.value * 0.5,
|
|
1853
|
+
r: "6",
|
|
1854
|
+
fill: i
|
|
1855
|
+
}, null, 8, Bo),
|
|
1856
|
+
e("circle", {
|
|
1857
|
+
cx: c + _.value * 0.5,
|
|
1858
|
+
cy: o + M.value * 0.5,
|
|
1859
|
+
r: "6",
|
|
1860
|
+
fill: i
|
|
1861
|
+
}, null, 8, Oo)
|
|
1862
|
+
])) : f.value === "half" ? (l(), t(g, { key: 29 }, [
|
|
1863
|
+
e("g", { fill: i }, [
|
|
1864
|
+
e("ellipse", {
|
|
1865
|
+
cx: n,
|
|
1866
|
+
cy: o + 3,
|
|
1867
|
+
rx: "7",
|
|
1868
|
+
ry: "5"
|
|
1869
|
+
}, null, 8, zo),
|
|
1870
|
+
e("ellipse", {
|
|
1871
|
+
cx: c,
|
|
1872
|
+
cy: o + 3,
|
|
1873
|
+
rx: "7",
|
|
1874
|
+
ry: "5"
|
|
1875
|
+
}, null, 8, Ro)
|
|
1876
|
+
]),
|
|
1877
|
+
e("g", {
|
|
1878
|
+
stroke: i,
|
|
1879
|
+
"stroke-width": "5",
|
|
1880
|
+
"stroke-linecap": "round"
|
|
1881
|
+
}, [
|
|
1882
|
+
e("line", {
|
|
1883
|
+
x1: n - 11,
|
|
1884
|
+
y1: o - 4,
|
|
1885
|
+
x2: n + 11,
|
|
1886
|
+
y2: o - 4
|
|
1887
|
+
}, null, 8, Io),
|
|
1888
|
+
e("line", {
|
|
1889
|
+
x1: c - 11,
|
|
1890
|
+
y1: o - 4,
|
|
1891
|
+
x2: c + 11,
|
|
1892
|
+
y2: o - 4
|
|
1893
|
+
}, null, 8, No)
|
|
1894
|
+
]),
|
|
1895
|
+
d.emotion === "tired" ? (l(), t("g", {
|
|
1896
|
+
key: 0,
|
|
1897
|
+
stroke: i,
|
|
1898
|
+
"stroke-width": "2.5",
|
|
1899
|
+
"stroke-linecap": "round",
|
|
1900
|
+
fill: "none",
|
|
1901
|
+
opacity: "0.6"
|
|
1902
|
+
}, [
|
|
1903
|
+
e("path", {
|
|
1904
|
+
d: `M ${n - 9} ${o + 12} q 9 5 18 0`
|
|
1905
|
+
}, null, 8, To),
|
|
1906
|
+
e("path", {
|
|
1907
|
+
d: `M ${c - 9} ${o + 12} q 9 5 18 0`
|
|
1908
|
+
}, null, 8, Do)
|
|
1909
|
+
])) : h("", !0)
|
|
1910
|
+
], 64)) : f.value === "dizzy" ? (l(), t("g", {
|
|
1911
|
+
key: 30,
|
|
1912
|
+
stroke: i,
|
|
1913
|
+
"stroke-width": "3",
|
|
1914
|
+
fill: "none",
|
|
1915
|
+
"stroke-linecap": "round"
|
|
1916
|
+
}, [
|
|
1917
|
+
e("path", {
|
|
1918
|
+
d: `M ${n} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1919
|
+
}, null, 8, Lo),
|
|
1920
|
+
e("path", {
|
|
1921
|
+
d: `M ${c} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1922
|
+
}, null, 8, Po)
|
|
1923
|
+
])) : f.value === "confused" ? (l(), t(g, { key: 31 }, [
|
|
1924
|
+
e("circle", {
|
|
1925
|
+
cx: n,
|
|
1926
|
+
cy: o,
|
|
1927
|
+
r: "10",
|
|
1928
|
+
fill: "oklch(1 0 0 / 0.95)"
|
|
1929
|
+
}),
|
|
1930
|
+
e("circle", {
|
|
1931
|
+
cx: n + _.value * 0.4,
|
|
1932
|
+
cy: o + M.value * 0.4,
|
|
1933
|
+
r: "5",
|
|
1934
|
+
fill: i
|
|
1935
|
+
}, null, 8, Eo),
|
|
1936
|
+
e("line", {
|
|
1937
|
+
x1: c - 9,
|
|
1938
|
+
y1: o,
|
|
1939
|
+
x2: c + 9,
|
|
1940
|
+
y2: o,
|
|
1941
|
+
stroke: i,
|
|
1942
|
+
"stroke-width": "5",
|
|
1943
|
+
"stroke-linecap": "round"
|
|
1944
|
+
}, null, 8, Go)
|
|
1945
|
+
], 64)) : f.value === "blank" ? (l(), t("g", {
|
|
1946
|
+
key: 32,
|
|
1947
|
+
fill: i,
|
|
1948
|
+
opacity: "0.55"
|
|
1949
|
+
}, [
|
|
1950
|
+
e("circle", {
|
|
1951
|
+
cx: n,
|
|
1952
|
+
cy: o,
|
|
1953
|
+
r: "5"
|
|
1954
|
+
}),
|
|
1955
|
+
e("circle", {
|
|
1956
|
+
cx: c,
|
|
1957
|
+
cy: o,
|
|
1958
|
+
r: "5"
|
|
1959
|
+
})
|
|
1960
|
+
])) : (l(), t("g", {
|
|
1961
|
+
key: 33,
|
|
1962
|
+
fill: i
|
|
1963
|
+
}, [
|
|
1964
|
+
e("rect", {
|
|
1965
|
+
x: n - 8 + _.value,
|
|
1966
|
+
y: o - 12 + M.value,
|
|
1967
|
+
width: "16",
|
|
1968
|
+
height: "24",
|
|
1969
|
+
rx: "8"
|
|
1970
|
+
}, null, 8, Zo),
|
|
1971
|
+
e("rect", {
|
|
1972
|
+
x: c - 8 + _.value,
|
|
1973
|
+
y: o - 12 + M.value,
|
|
1974
|
+
width: "16",
|
|
1975
|
+
height: "24",
|
|
1976
|
+
rx: "8"
|
|
1977
|
+
}, null, 8, Ho)
|
|
1978
|
+
])),
|
|
1979
|
+
d.speaking ? (l(), t("ellipse", {
|
|
1980
|
+
key: 34,
|
|
1981
|
+
cx: "120",
|
|
1982
|
+
cy: "138",
|
|
1983
|
+
rx: "13",
|
|
1984
|
+
ry: "10",
|
|
1985
|
+
fill: i,
|
|
1986
|
+
class: "origin-center animate-wave",
|
|
1987
|
+
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
1988
|
+
})) : (l(), t(g, { key: 35 }, [
|
|
1989
|
+
a.value.mouth === "smile" ? (l(), t("path", {
|
|
1990
|
+
key: 0,
|
|
1991
|
+
d: "M 104 134 q 16 16 32 0",
|
|
1992
|
+
stroke: i,
|
|
1993
|
+
"stroke-width": "5",
|
|
1994
|
+
"stroke-linecap": "round",
|
|
1995
|
+
fill: "none"
|
|
1996
|
+
})) : a.value.mouth === "open" ? (l(), t("path", {
|
|
1997
|
+
key: 1,
|
|
1998
|
+
d: "M 104 132 q 16 22 32 0 q -16 6 -32 0 Z",
|
|
1999
|
+
fill: i
|
|
2000
|
+
})) : a.value.mouth === "bigopen" ? (l(), t("ellipse", {
|
|
2001
|
+
key: 2,
|
|
2002
|
+
cx: "120",
|
|
2003
|
+
cy: "140",
|
|
2004
|
+
rx: "11",
|
|
2005
|
+
ry: "14",
|
|
2006
|
+
fill: i
|
|
2007
|
+
})) : a.value.mouth === "frown" ? (l(), t("path", {
|
|
2008
|
+
key: 3,
|
|
2009
|
+
d: "M 106 142 q 14 -12 28 0",
|
|
2010
|
+
stroke: i,
|
|
2011
|
+
"stroke-width": "5",
|
|
2012
|
+
"stroke-linecap": "round",
|
|
2013
|
+
fill: "none"
|
|
2014
|
+
})) : a.value.mouth === "dot" ? (l(), t("ellipse", {
|
|
2015
|
+
key: 4,
|
|
2016
|
+
cx: "120",
|
|
2017
|
+
cy: "138",
|
|
2018
|
+
rx: "7",
|
|
2019
|
+
ry: "6",
|
|
2020
|
+
fill: i,
|
|
2021
|
+
opacity: "0.85"
|
|
2022
|
+
})) : a.value.mouth === "flat" ? (l(), t("line", {
|
|
2023
|
+
key: 5,
|
|
2024
|
+
x1: "110",
|
|
2025
|
+
y1: "138",
|
|
2026
|
+
x2: "130",
|
|
2027
|
+
y2: "138",
|
|
2028
|
+
stroke: i,
|
|
2029
|
+
"stroke-width": "5",
|
|
2030
|
+
"stroke-linecap": "round"
|
|
2031
|
+
})) : a.value.mouth === "o" ? (l(), t("ellipse", {
|
|
2032
|
+
key: 6,
|
|
2033
|
+
cx: "120",
|
|
2034
|
+
cy: "139",
|
|
2035
|
+
rx: "7",
|
|
2036
|
+
ry: "9",
|
|
2037
|
+
fill: i
|
|
2038
|
+
})) : a.value.mouth === "pout" ? (l(), t("ellipse", {
|
|
2039
|
+
key: 7,
|
|
2040
|
+
cx: "120",
|
|
2041
|
+
cy: "140",
|
|
2042
|
+
rx: "6",
|
|
2043
|
+
ry: "5",
|
|
2044
|
+
fill: i
|
|
2045
|
+
})) : a.value.mouth === "wavy" ? (l(), t("path", {
|
|
2046
|
+
key: 8,
|
|
2047
|
+
d: "M 106 138 q 6 -7 12 0 q 6 7 12 0",
|
|
2048
|
+
stroke: i,
|
|
2049
|
+
"stroke-width": "4",
|
|
2050
|
+
"stroke-linecap": "round",
|
|
2051
|
+
fill: "none"
|
|
2052
|
+
})) : a.value.mouth === "calm" ? (l(), t("path", {
|
|
2053
|
+
key: 9,
|
|
2054
|
+
d: "M 110 138 q 10 5 20 0",
|
|
2055
|
+
stroke: i,
|
|
2056
|
+
"stroke-width": "4",
|
|
2057
|
+
"stroke-linecap": "round",
|
|
2058
|
+
fill: "none"
|
|
2059
|
+
})) : a.value.mouth === "grit" ? (l(), t("g", Uo, [
|
|
2060
|
+
e("rect", {
|
|
2061
|
+
x: "106",
|
|
2062
|
+
y: "134",
|
|
2063
|
+
width: "28",
|
|
2064
|
+
height: "10",
|
|
2065
|
+
rx: "3",
|
|
2066
|
+
fill: i
|
|
2067
|
+
}),
|
|
2068
|
+
s[2] || (s[2] = e("line", {
|
|
2069
|
+
x1: "115",
|
|
2070
|
+
y1: "134",
|
|
2071
|
+
x2: "115",
|
|
2072
|
+
y2: "144",
|
|
2073
|
+
stroke: "var(--robot-screen)",
|
|
2074
|
+
"stroke-width": "2"
|
|
2075
|
+
}, null, -1)),
|
|
2076
|
+
s[3] || (s[3] = e("line", {
|
|
2077
|
+
x1: "125",
|
|
2078
|
+
y1: "134",
|
|
2079
|
+
x2: "125",
|
|
2080
|
+
y2: "144",
|
|
2081
|
+
stroke: "var(--robot-screen)",
|
|
2082
|
+
"stroke-width": "2"
|
|
2083
|
+
}, null, -1))
|
|
2084
|
+
])) : a.value.mouth === "bigSmile" ? (l(), t("path", {
|
|
2085
|
+
key: 11,
|
|
2086
|
+
d: "M 100 132 q 20 22 40 0",
|
|
2087
|
+
stroke: i,
|
|
2088
|
+
"stroke-width": "6",
|
|
2089
|
+
"stroke-linecap": "round",
|
|
2090
|
+
fill: "none"
|
|
2091
|
+
})) : a.value.mouth === "bigFrown" ? (l(), t("path", {
|
|
2092
|
+
key: 12,
|
|
2093
|
+
d: "M 100 146 q 20 -20 40 0",
|
|
2094
|
+
stroke: i,
|
|
2095
|
+
"stroke-width": "6",
|
|
2096
|
+
"stroke-linecap": "round",
|
|
2097
|
+
fill: "none"
|
|
2098
|
+
})) : a.value.mouth === "bitterSmile" ? (l(), t("path", {
|
|
2099
|
+
key: 13,
|
|
2100
|
+
d: "M 106 140 q 8 -4 14 2 q 6 4 14 -4",
|
|
2101
|
+
stroke: i,
|
|
2102
|
+
"stroke-width": "5",
|
|
2103
|
+
"stroke-linecap": "round",
|
|
2104
|
+
fill: "none"
|
|
2105
|
+
})) : a.value.mouth === "heartMouth" ? (l(), t("path", {
|
|
2106
|
+
key: 14,
|
|
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
|
+
fill: i,
|
|
2109
|
+
opacity: "0.9"
|
|
2110
|
+
})) : a.value.mouth === "awkwardSmile" ? (l(), t("path", {
|
|
2111
|
+
key: 15,
|
|
2112
|
+
d: "M 108 140 q 6 -6 12 0 q 7 6 12 -3",
|
|
2113
|
+
stroke: i,
|
|
2114
|
+
"stroke-width": "5",
|
|
2115
|
+
"stroke-linecap": "round",
|
|
2116
|
+
fill: "none"
|
|
2117
|
+
})) : a.value.mouth === "poutBig" ? (l(), t("g", jo, [
|
|
2118
|
+
e("ellipse", {
|
|
2119
|
+
cx: "120",
|
|
2120
|
+
cy: "141",
|
|
2121
|
+
rx: "12",
|
|
2122
|
+
ry: "8",
|
|
2123
|
+
fill: i,
|
|
2124
|
+
opacity: "0.85"
|
|
2125
|
+
}),
|
|
2126
|
+
s[4] || (s[4] = e("ellipse", {
|
|
2127
|
+
cx: "120",
|
|
2128
|
+
cy: "137",
|
|
2129
|
+
rx: "10",
|
|
2130
|
+
ry: "5",
|
|
2131
|
+
fill: "oklch(1 0 0 / 0.25)"
|
|
2132
|
+
}, null, -1))
|
|
2133
|
+
])) : (l(), t("path", {
|
|
2134
|
+
key: 17,
|
|
2135
|
+
d: "M 108 136 q 12 8 24 0",
|
|
2136
|
+
stroke: i,
|
|
2137
|
+
"stroke-width": "5",
|
|
2138
|
+
"stroke-linecap": "round",
|
|
2139
|
+
fill: "none"
|
|
2140
|
+
}))
|
|
2141
|
+
], 64)),
|
|
2142
|
+
a.value.sweat ? (l(), t("path", Fo)) : h("", !0),
|
|
2143
|
+
a.value.tear ? (l(), t("ellipse", {
|
|
2144
|
+
key: 37,
|
|
2145
|
+
cx: c + 11,
|
|
2146
|
+
cy: o + 14,
|
|
2147
|
+
rx: "4",
|
|
2148
|
+
ry: "6",
|
|
2149
|
+
fill: i,
|
|
2150
|
+
opacity: "0.9"
|
|
2151
|
+
}, null, 8, Yo)) : h("", !0),
|
|
2152
|
+
a.value.tear2 ? (l(), t("ellipse", {
|
|
2153
|
+
key: 38,
|
|
2154
|
+
cx: n - 11,
|
|
2155
|
+
cy: o + 14,
|
|
2156
|
+
rx: "4",
|
|
2157
|
+
ry: "6",
|
|
2158
|
+
fill: i,
|
|
2159
|
+
opacity: "0.9"
|
|
2160
|
+
}, null, 8, Qo)) : h("", !0),
|
|
2161
|
+
ue.value ? (l(), t(g, { key: 39 }, q(ke, (r, $) => e("path", {
|
|
2162
|
+
key: $,
|
|
2163
|
+
d: W(r.x, r.y),
|
|
2164
|
+
fill: "var(--robot-amber)",
|
|
2165
|
+
class: "animate-sparkle",
|
|
2166
|
+
style: v({ animationDelay: `${r.delay}s`, transformBox: "fill-box", transformOrigin: "center" })
|
|
2167
|
+
}, null, 12, Wo)), 64)) : h("", !0),
|
|
2168
|
+
a.value.sym === "anger" ? (l(), t("g", {
|
|
2169
|
+
key: 40,
|
|
2170
|
+
stroke: a.value.symColor,
|
|
2171
|
+
"stroke-width": "3.5",
|
|
2172
|
+
"stroke-linecap": "round",
|
|
2173
|
+
class: "animate-alert-flash"
|
|
2174
|
+
}, [...s[5] || (s[5] = [
|
|
2175
|
+
e("path", { d: "M 160 60 l 8 0 M 164 56 l 0 8" }, null, -1),
|
|
2176
|
+
e("path", { d: "M 174 70 l 6 4 M 180 70 l -6 4" }, null, -1)
|
|
2177
|
+
])], 8, Vo)) : a.value.sym === "question" ? (l(), t("text", {
|
|
2178
|
+
key: 41,
|
|
2179
|
+
x: "160",
|
|
2180
|
+
y: "74",
|
|
2181
|
+
"font-size": "26",
|
|
2182
|
+
fill: a.value.symColor,
|
|
2183
|
+
"font-weight": "bold"
|
|
2184
|
+
}, "?", 8, Jo)) : a.value.sym === "exclaim" ? (l(), t("text", {
|
|
2185
|
+
key: 42,
|
|
2186
|
+
x: "162",
|
|
2187
|
+
y: "74",
|
|
2188
|
+
"font-size": "26",
|
|
2189
|
+
fill: a.value.symColor,
|
|
2190
|
+
"font-weight": "bold"
|
|
2191
|
+
}, "!", 8, Ko)) : a.value.sym === "ellipsis" ? (l(), t("g", {
|
|
2192
|
+
key: 43,
|
|
2193
|
+
fill: a.value.symColor
|
|
2194
|
+
}, [...s[6] || (s[6] = [
|
|
2195
|
+
e("circle", {
|
|
2196
|
+
cx: "156",
|
|
2197
|
+
cy: "66",
|
|
2198
|
+
r: "3",
|
|
2199
|
+
class: "animate-dot-blink",
|
|
2200
|
+
style: { "animation-delay": "0s" }
|
|
2201
|
+
}, null, -1),
|
|
2202
|
+
e("circle", {
|
|
2203
|
+
cx: "166",
|
|
2204
|
+
cy: "66",
|
|
2205
|
+
r: "3",
|
|
2206
|
+
class: "animate-dot-blink",
|
|
2207
|
+
style: { "animation-delay": "0.2s" }
|
|
2208
|
+
}, null, -1),
|
|
2209
|
+
e("circle", {
|
|
2210
|
+
cx: "176",
|
|
2211
|
+
cy: "66",
|
|
2212
|
+
r: "3",
|
|
2213
|
+
class: "animate-dot-blink",
|
|
2214
|
+
style: { "animation-delay": "0.4s" }
|
|
2215
|
+
}, null, -1)
|
|
2216
|
+
])], 8, Xo)) : a.value.sym === "bulb" ? (l(), t("g", es, [
|
|
2217
|
+
e("circle", {
|
|
2218
|
+
cx: "166",
|
|
2219
|
+
cy: "58",
|
|
2220
|
+
r: "11",
|
|
2221
|
+
fill: a.value.symColor,
|
|
2222
|
+
class: "animate-antenna-pulse origin-center"
|
|
2223
|
+
}, null, 8, ls),
|
|
2224
|
+
s[7] || (s[7] = G('<rect x="161" y="68" width="10" height="6" rx="2" fill="var(--robot-blue-dark)"></rect><g stroke="var(--robot-amber)" stroke-width="2" stroke-linecap="round"><line x1="166" y1="40" x2="166" y2="44"></line><line x1="182" y1="50" x2="179" y2="52"></line><line x1="150" y1="50" x2="153" y2="52"></line></g>', 2))
|
|
2225
|
+
])) : a.value.sym === "check" ? (l(), t("path", {
|
|
2226
|
+
key: 45,
|
|
2227
|
+
d: "M 156 64 l 6 7 l 12 -15",
|
|
2228
|
+
stroke: a.value.symColor,
|
|
2229
|
+
"stroke-width": "5",
|
|
2230
|
+
"stroke-linecap": "round",
|
|
2231
|
+
"stroke-linejoin": "round",
|
|
2232
|
+
fill: "none"
|
|
2233
|
+
}, null, 8, ts)) : a.value.sym === "gear" ? (l(), t("g", os, [
|
|
2234
|
+
e("g", {
|
|
2235
|
+
fill: a.value.symColor
|
|
2236
|
+
}, [
|
|
2237
|
+
(l(), t(g, null, q(fe, (r) => e("rect", {
|
|
2238
|
+
key: r,
|
|
2239
|
+
x: "165",
|
|
2240
|
+
y: "46",
|
|
2241
|
+
width: "6",
|
|
2242
|
+
height: "8",
|
|
2243
|
+
rx: "1.5",
|
|
2244
|
+
transform: `rotate(${r} 168 62)`
|
|
2245
|
+
}, null, 8, as)), 64)),
|
|
2246
|
+
s[8] || (s[8] = e("circle", {
|
|
2247
|
+
cx: "168",
|
|
2248
|
+
cy: "62",
|
|
2249
|
+
r: "11"
|
|
2250
|
+
}, null, -1))
|
|
2251
|
+
], 8, ss),
|
|
2252
|
+
s[9] || (s[9] = e("circle", {
|
|
2253
|
+
cx: "168",
|
|
2254
|
+
cy: "62",
|
|
2255
|
+
r: "4.5",
|
|
2256
|
+
fill: "var(--robot-screen)"
|
|
2257
|
+
}, null, -1))
|
|
2258
|
+
])) : a.value.sym === "pencil" ? (l(), t("g", is, [
|
|
2259
|
+
e("rect", {
|
|
2260
|
+
x: "164",
|
|
2261
|
+
y: "46",
|
|
2262
|
+
width: "8",
|
|
2263
|
+
height: "22",
|
|
2264
|
+
rx: "2",
|
|
2265
|
+
fill: a.value.symColor
|
|
2266
|
+
}, null, 8, rs),
|
|
2267
|
+
s[10] || (s[10] = e("rect", {
|
|
2268
|
+
x: "164",
|
|
2269
|
+
y: "44",
|
|
2270
|
+
width: "8",
|
|
2271
|
+
height: "6",
|
|
2272
|
+
fill: "var(--robot-amber)"
|
|
2273
|
+
}, null, -1)),
|
|
2274
|
+
s[11] || (s[11] = e("path", {
|
|
2275
|
+
d: "M 164 68 l 4 8 l 4 -8 Z",
|
|
2276
|
+
fill: "var(--robot-screen)"
|
|
2277
|
+
}, null, -1))
|
|
2278
|
+
])) : a.value.sym === "bell" ? (l(), t("g", ns, [
|
|
2279
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2282
|
+
}, null, 8, cs),
|
|
2283
|
+
e("circle", {
|
|
2284
|
+
cx: "168",
|
|
2285
|
+
cy: "73",
|
|
2286
|
+
r: "3",
|
|
2287
|
+
fill: a.value.symColor
|
|
2288
|
+
}, null, 8, us)
|
|
2289
|
+
])) : a.value.sym === "loader" ? (l(), t("g", ds, [
|
|
2290
|
+
e("path", {
|
|
2291
|
+
d: "M 168 48 a 12 12 0 1 1 -8.5 3.5",
|
|
2292
|
+
fill: "none",
|
|
2293
|
+
stroke: a.value.symColor,
|
|
2294
|
+
"stroke-width": "4",
|
|
2295
|
+
"stroke-linecap": "round"
|
|
2296
|
+
}, null, 8, ys)
|
|
2297
|
+
])) : a.value.sym === "warning" ? (l(), t("g", ms, [
|
|
2298
|
+
e("path", {
|
|
2299
|
+
d: "M 168 46 l 14 26 l -28 0 Z",
|
|
2300
|
+
fill: a.value.symColor,
|
|
2301
|
+
stroke: "var(--robot-screen)",
|
|
2302
|
+
"stroke-width": "1.5",
|
|
2303
|
+
"stroke-linejoin": "round"
|
|
2304
|
+
}, null, 8, hs),
|
|
2305
|
+
s[12] || (s[12] = e("line", {
|
|
2306
|
+
x1: "168",
|
|
2307
|
+
y1: "56",
|
|
2308
|
+
x2: "168",
|
|
2309
|
+
y2: "64",
|
|
2310
|
+
stroke: "var(--robot-screen)",
|
|
2311
|
+
"stroke-width": "3",
|
|
2312
|
+
"stroke-linecap": "round"
|
|
2313
|
+
}, null, -1)),
|
|
2314
|
+
s[13] || (s[13] = e("circle", {
|
|
2315
|
+
cx: "168",
|
|
2316
|
+
cy: "69",
|
|
2317
|
+
r: "1.8",
|
|
2318
|
+
fill: "var(--robot-screen)"
|
|
2319
|
+
}, null, -1))
|
|
2320
|
+
])) : a.value.sym === "siren" ? (l(), t("g", ks, [
|
|
2321
|
+
e("g", fs, [
|
|
2322
|
+
e("path", {
|
|
2323
|
+
d: "M 156 70 a 12 12 0 0 1 24 0 Z",
|
|
2324
|
+
fill: a.value.symColor
|
|
2325
|
+
}, null, 8, ps),
|
|
2326
|
+
e("rect", {
|
|
2327
|
+
x: "152",
|
|
2328
|
+
y: "70",
|
|
2329
|
+
width: "32",
|
|
2330
|
+
height: "5",
|
|
2331
|
+
rx: "2",
|
|
2332
|
+
fill: a.value.symColor
|
|
2333
|
+
}, null, 8, xs)
|
|
2334
|
+
]),
|
|
2335
|
+
e("g", {
|
|
2336
|
+
stroke: a.value.symColor,
|
|
2337
|
+
"stroke-width": "2.5",
|
|
2338
|
+
"stroke-linecap": "round",
|
|
2339
|
+
class: "animate-alert-flash",
|
|
2340
|
+
opacity: "0.7"
|
|
2341
|
+
}, [...s[14] || (s[14] = [
|
|
2342
|
+
e("line", {
|
|
2343
|
+
x1: "146",
|
|
2344
|
+
y1: "56",
|
|
2345
|
+
x2: "150",
|
|
2346
|
+
y2: "60"
|
|
2347
|
+
}, null, -1),
|
|
2348
|
+
e("line", {
|
|
2349
|
+
x1: "190",
|
|
2350
|
+
y1: "56",
|
|
2351
|
+
x2: "186",
|
|
2352
|
+
y2: "60"
|
|
2353
|
+
}, null, -1),
|
|
2354
|
+
e("line", {
|
|
2355
|
+
x1: "168",
|
|
2356
|
+
y1: "44",
|
|
2357
|
+
x2: "168",
|
|
2358
|
+
y2: "49"
|
|
2359
|
+
}, null, -1)
|
|
2360
|
+
])], 8, gs)
|
|
2361
|
+
])) : a.value.sym === "broken" ? (l(), t("path", {
|
|
2362
|
+
key: 52,
|
|
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: a.value.symColor,
|
|
2365
|
+
class: "animate-alert-flash",
|
|
2366
|
+
stroke: "var(--robot-screen)",
|
|
2367
|
+
"stroke-width": "1",
|
|
2368
|
+
"stroke-linejoin": "round"
|
|
2369
|
+
}, null, 8, _s)) : a.value.sym === "scan" ? (l(), t("g", bs, [
|
|
2370
|
+
e("circle", {
|
|
2371
|
+
cx: "166",
|
|
2372
|
+
cy: "60",
|
|
2373
|
+
r: "9",
|
|
2374
|
+
fill: "none",
|
|
2375
|
+
stroke: a.value.symColor,
|
|
2376
|
+
"stroke-width": "3"
|
|
2377
|
+
}, null, 8, vs),
|
|
2378
|
+
e("line", {
|
|
2379
|
+
x1: "173",
|
|
2380
|
+
y1: "67",
|
|
2381
|
+
x2: "180",
|
|
2382
|
+
y2: "74",
|
|
2383
|
+
stroke: a.value.symColor,
|
|
2384
|
+
"stroke-width": "3.5",
|
|
2385
|
+
"stroke-linecap": "round"
|
|
2386
|
+
}, null, 8, ws)
|
|
2387
|
+
])) : a.value.sym === "lotus" ? (l(), t("g", $s, [
|
|
2388
|
+
e("ellipse", {
|
|
2389
|
+
cx: "120",
|
|
2390
|
+
cy: "34",
|
|
2391
|
+
rx: "40",
|
|
2392
|
+
ry: "9",
|
|
2393
|
+
fill: "none",
|
|
2394
|
+
stroke: a.value.symColor,
|
|
2395
|
+
"stroke-width": "3",
|
|
2396
|
+
opacity: "0.8",
|
|
2397
|
+
class: "animate-antenna-pulse origin-center",
|
|
2398
|
+
style: { transformOrigin: "120px 34px" }
|
|
2399
|
+
}, null, 8, Cs),
|
|
2400
|
+
e("circle", {
|
|
2401
|
+
cx: "92",
|
|
2402
|
+
cy: "34",
|
|
2403
|
+
r: "2",
|
|
2404
|
+
fill: a.value.symColor
|
|
2405
|
+
}, null, 8, qs),
|
|
2406
|
+
e("circle", {
|
|
2407
|
+
cx: "148",
|
|
2408
|
+
cy: "34",
|
|
2409
|
+
r: "2",
|
|
2410
|
+
fill: a.value.symColor
|
|
2411
|
+
}, null, 8, Ms)
|
|
2412
|
+
])) : a.value.sym === "heart" ? (l(), t("path", {
|
|
2413
|
+
key: 55,
|
|
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: a.value.symColor,
|
|
2416
|
+
class: "animate-antenna-pulse origin-center",
|
|
2417
|
+
style: { transformOrigin: "170px 60px" }
|
|
2418
|
+
}, null, 8, Ss)) : a.value.sym === "soundwave" ? (l(), t("g", {
|
|
2419
|
+
key: 56,
|
|
2420
|
+
stroke: a.value.symColor,
|
|
2421
|
+
"stroke-width": "3",
|
|
2422
|
+
"stroke-linecap": "round",
|
|
2423
|
+
fill: "none"
|
|
2424
|
+
}, [
|
|
2425
|
+
(l(), t(g, null, q([0, 0.5, 1], (r, $) => e("path", {
|
|
2426
|
+
key: $,
|
|
2427
|
+
d: "M 188 52 q 9 10 0 20",
|
|
2428
|
+
class: "animate-sound-ripple",
|
|
2429
|
+
style: v({ transformOrigin: "188px 62px", animationDelay: `${r}s` })
|
|
2430
|
+
}, null, 4)), 64))
|
|
2431
|
+
], 8, As)) : a.value.sym === "pin" ? (l(), t("g", Bs, [
|
|
2432
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2435
|
+
}, null, 8, Os),
|
|
2436
|
+
s[15] || (s[15] = e("circle", {
|
|
2437
|
+
cx: "168",
|
|
2438
|
+
cy: "55",
|
|
2439
|
+
r: "4",
|
|
2440
|
+
fill: "var(--robot-screen)"
|
|
2441
|
+
}, null, -1)),
|
|
2442
|
+
e("ellipse", {
|
|
2443
|
+
cx: "168",
|
|
2444
|
+
cy: "77",
|
|
2445
|
+
rx: "8",
|
|
2446
|
+
ry: "2.5",
|
|
2447
|
+
fill: a.value.symColor,
|
|
2448
|
+
opacity: "0.3"
|
|
2449
|
+
}, null, 8, zs)
|
|
2450
|
+
])) : a.value.sym === "target" ? (l(), t("g", {
|
|
2451
|
+
key: 58,
|
|
2452
|
+
stroke: a.value.symColor,
|
|
2453
|
+
"stroke-width": "2.5",
|
|
2454
|
+
fill: "none"
|
|
2455
|
+
}, [
|
|
2456
|
+
s[16] || (s[16] = e("circle", {
|
|
2457
|
+
cx: "168",
|
|
2458
|
+
cy: "60",
|
|
2459
|
+
r: "13",
|
|
2460
|
+
class: "animate-target-pulse",
|
|
2461
|
+
style: { transformOrigin: "168px 60px" }
|
|
2462
|
+
}, null, -1)),
|
|
2463
|
+
s[17] || (s[17] = e("circle", {
|
|
2464
|
+
cx: "168",
|
|
2465
|
+
cy: "60",
|
|
2466
|
+
r: "6"
|
|
2467
|
+
}, null, -1)),
|
|
2468
|
+
e("circle", {
|
|
2469
|
+
cx: "168",
|
|
2470
|
+
cy: "60",
|
|
2471
|
+
r: "1.8",
|
|
2472
|
+
fill: a.value.symColor,
|
|
2473
|
+
stroke: "none"
|
|
2474
|
+
}, null, 8, Is),
|
|
2475
|
+
s[18] || (s[18] = G('<g stroke-linecap="round"><line x1="168" y1="42" x2="168" y2="49"></line><line x1="168" y1="71" x2="168" y2="78"></line><line x1="150" y1="60" x2="157" y2="60"></line><line x1="179" y1="60" x2="186" y2="60"></line></g>', 1))
|
|
2476
|
+
], 8, Rs)) : a.value.sym === "book" ? (l(), t("g", Ns, [
|
|
2477
|
+
s[19] || (s[19] = e("path", {
|
|
2478
|
+
d: "M 168 50 c -6 -4 -14 -4 -18 0 v 18 c 4 -4 12 -4 18 0 Z",
|
|
2479
|
+
fill: "oklch(0.96 0.02 95)",
|
|
2480
|
+
stroke: "var(--robot-amber)",
|
|
2481
|
+
"stroke-width": "1.5"
|
|
2482
|
+
}, null, -1)),
|
|
2483
|
+
s[20] || (s[20] = e("path", {
|
|
2484
|
+
d: "M 168 50 c 6 -4 14 -4 18 0 v 18 c -4 -4 -12 -4 -18 0 Z",
|
|
2485
|
+
fill: "oklch(0.96 0.02 95)",
|
|
2486
|
+
stroke: "var(--robot-amber)",
|
|
2487
|
+
"stroke-width": "1.5"
|
|
2488
|
+
}, null, -1)),
|
|
2489
|
+
e("line", {
|
|
2490
|
+
x1: "168",
|
|
2491
|
+
y1: "50",
|
|
2492
|
+
x2: "168",
|
|
2493
|
+
y2: "68",
|
|
2494
|
+
stroke: a.value.symColor,
|
|
2495
|
+
"stroke-width": "2"
|
|
2496
|
+
}, null, 8, Ts),
|
|
2497
|
+
s[21] || (s[21] = e("line", {
|
|
2498
|
+
x1: "154",
|
|
2499
|
+
y1: "57",
|
|
2500
|
+
x2: "163",
|
|
2501
|
+
y2: "56",
|
|
2502
|
+
stroke: "var(--robot-amber)",
|
|
2503
|
+
"stroke-width": "1.2",
|
|
2504
|
+
"stroke-linecap": "round"
|
|
2505
|
+
}, null, -1)),
|
|
2506
|
+
s[22] || (s[22] = e("line", {
|
|
2507
|
+
x1: "154",
|
|
2508
|
+
y1: "62",
|
|
2509
|
+
x2: "163",
|
|
2510
|
+
y2: "61",
|
|
2511
|
+
stroke: "var(--robot-amber)",
|
|
2512
|
+
"stroke-width": "1.2",
|
|
2513
|
+
"stroke-linecap": "round"
|
|
2514
|
+
}, null, -1)),
|
|
2515
|
+
s[23] || (s[23] = e("line", {
|
|
2516
|
+
x1: "173",
|
|
2517
|
+
y1: "56",
|
|
2518
|
+
x2: "182",
|
|
2519
|
+
y2: "57",
|
|
2520
|
+
stroke: "var(--robot-amber)",
|
|
2521
|
+
"stroke-width": "1.2",
|
|
2522
|
+
"stroke-linecap": "round"
|
|
2523
|
+
}, null, -1)),
|
|
2524
|
+
s[24] || (s[24] = e("line", {
|
|
2525
|
+
x1: "173",
|
|
2526
|
+
y1: "61",
|
|
2527
|
+
x2: "182",
|
|
2528
|
+
y2: "62",
|
|
2529
|
+
stroke: "var(--robot-amber)",
|
|
2530
|
+
"stroke-width": "1.2",
|
|
2531
|
+
"stroke-linecap": "round"
|
|
2532
|
+
}, null, -1))
|
|
2533
|
+
])) : a.value.sym === "plane" ? (l(), t("g", Ds, [
|
|
2534
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2537
|
+
}, null, 8, Ls),
|
|
2538
|
+
s[25] || (s[25] = e("circle", {
|
|
2539
|
+
cx: "160",
|
|
2540
|
+
cy: "59",
|
|
2541
|
+
r: "2.6",
|
|
2542
|
+
fill: "oklch(1 0 0)",
|
|
2543
|
+
class: "animate-dot-blink",
|
|
2544
|
+
style: { animationDelay: "0s" }
|
|
2545
|
+
}, null, -1)),
|
|
2546
|
+
s[26] || (s[26] = e("circle", {
|
|
2547
|
+
cx: "168",
|
|
2548
|
+
cy: "59",
|
|
2549
|
+
r: "2.6",
|
|
2550
|
+
fill: "oklch(1 0 0)",
|
|
2551
|
+
class: "animate-dot-blink",
|
|
2552
|
+
style: { animationDelay: "0.2s" }
|
|
2553
|
+
}, null, -1)),
|
|
2554
|
+
s[27] || (s[27] = e("circle", {
|
|
2555
|
+
cx: "176",
|
|
2556
|
+
cy: "59",
|
|
2557
|
+
r: "2.6",
|
|
2558
|
+
fill: "oklch(1 0 0)",
|
|
2559
|
+
class: "animate-dot-blink",
|
|
2560
|
+
style: { animationDelay: "0.4s" }
|
|
2561
|
+
}, null, -1))
|
|
2562
|
+
])) : a.value.sym === "msgOk" ? (l(), t("g", Ps, [
|
|
2563
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2566
|
+
}, null, 8, Es),
|
|
2567
|
+
s[28] || (s[28] = e("path", {
|
|
2568
|
+
d: "M 161 59 l 4 5 l 9 -10",
|
|
2569
|
+
stroke: "oklch(1 0 0)",
|
|
2570
|
+
"stroke-width": "3",
|
|
2571
|
+
"stroke-linecap": "round",
|
|
2572
|
+
"stroke-linejoin": "round",
|
|
2573
|
+
fill: "none"
|
|
2574
|
+
}, null, -1))
|
|
2575
|
+
])) : a.value.sym === "msgFail" ? (l(), t("g", Gs, [
|
|
2576
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2579
|
+
}, null, 8, Zs),
|
|
2580
|
+
s[29] || (s[29] = e("line", {
|
|
2581
|
+
x1: "168",
|
|
2582
|
+
y1: "52",
|
|
2583
|
+
x2: "168",
|
|
2584
|
+
y2: "62",
|
|
2585
|
+
stroke: "oklch(1 0 0)",
|
|
2586
|
+
"stroke-width": "3",
|
|
2587
|
+
"stroke-linecap": "round"
|
|
2588
|
+
}, null, -1)),
|
|
2589
|
+
s[30] || (s[30] = e("circle", {
|
|
2590
|
+
cx: "168",
|
|
2591
|
+
cy: "68",
|
|
2592
|
+
r: "2",
|
|
2593
|
+
fill: "oklch(1 0 0)"
|
|
2594
|
+
}, null, -1))
|
|
2595
|
+
])) : a.value.sym === "msgIn" ? (l(), t("g", Hs, [
|
|
2596
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2599
|
+
}, null, 8, Us),
|
|
2600
|
+
s[31] || (s[31] = e("path", {
|
|
2601
|
+
d: "M 168 53 v 10 m 0 0 l -4 -4 m 4 4 l 4 -4",
|
|
2602
|
+
stroke: "oklch(1 0 0)",
|
|
2603
|
+
"stroke-width": "2.6",
|
|
2604
|
+
"stroke-linecap": "round",
|
|
2605
|
+
"stroke-linejoin": "round",
|
|
2606
|
+
fill: "none",
|
|
2607
|
+
class: "animate-locate-bob",
|
|
2608
|
+
style: { transformOrigin: "168px 58px" }
|
|
2609
|
+
}, null, -1))
|
|
2610
|
+
])) : a.value.sym === "lightning" ? (l(), t("g", js, [
|
|
2611
|
+
e("path", {
|
|
2612
|
+
d: "M 172 44 l -9 14 h 6 l -5 13 l 14 -18 h -7 l 6 -9 Z",
|
|
2613
|
+
fill: a.value.symColor,
|
|
2614
|
+
stroke: "oklch(1 0 0 / 0.3)",
|
|
2615
|
+
"stroke-width": "0.8",
|
|
2616
|
+
"stroke-linejoin": "round"
|
|
2617
|
+
}, null, 8, Fs)
|
|
2618
|
+
])) : a.value.sym === "sparkle2" ? (l(), t("g", Ys, [
|
|
2619
|
+
e("path", {
|
|
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: a.value.symColor
|
|
2622
|
+
}, null, 8, Qs),
|
|
2623
|
+
e("circle", {
|
|
2624
|
+
cx: "160",
|
|
2625
|
+
cy: "75",
|
|
2626
|
+
r: "2.5",
|
|
2627
|
+
fill: a.value.symColor,
|
|
2628
|
+
opacity: "0.7",
|
|
2629
|
+
class: "animate-dot-blink",
|
|
2630
|
+
style: { animationDelay: "0.3s" }
|
|
2631
|
+
}, null, 8, Ws),
|
|
2632
|
+
e("circle", {
|
|
2633
|
+
cx: "176",
|
|
2634
|
+
cy: "77",
|
|
2635
|
+
r: "1.8",
|
|
2636
|
+
fill: a.value.symColor,
|
|
2637
|
+
opacity: "0.6",
|
|
2638
|
+
class: "animate-dot-blink",
|
|
2639
|
+
style: { animationDelay: "0.6s" }
|
|
2640
|
+
}, null, 8, Vs)
|
|
2641
|
+
])) : a.value.sym === "zzz" ? (l(), t("g", Js, [
|
|
2642
|
+
e("text", {
|
|
2643
|
+
x: "158",
|
|
2644
|
+
y: "82",
|
|
2645
|
+
"font-size": "8",
|
|
2646
|
+
"font-weight": "700",
|
|
2647
|
+
"font-family": "monospace",
|
|
2648
|
+
fill: a.value.symColor,
|
|
2649
|
+
class: "animate-dot-blink",
|
|
2650
|
+
style: { animationDelay: "0s" }
|
|
2651
|
+
}, "Z", 8, Ks),
|
|
2652
|
+
e("text", {
|
|
2653
|
+
x: "165",
|
|
2654
|
+
y: "73",
|
|
2655
|
+
"font-size": "11",
|
|
2656
|
+
"font-weight": "700",
|
|
2657
|
+
"font-family": "monospace",
|
|
2658
|
+
fill: a.value.symColor,
|
|
2659
|
+
class: "animate-dot-blink",
|
|
2660
|
+
style: { animationDelay: "0.4s" }
|
|
2661
|
+
}, "Z", 8, Xs),
|
|
2662
|
+
e("text", {
|
|
2663
|
+
x: "174",
|
|
2664
|
+
y: "62",
|
|
2665
|
+
"font-size": "14",
|
|
2666
|
+
"font-weight": "700",
|
|
2667
|
+
"font-family": "monospace",
|
|
2668
|
+
fill: a.value.symColor,
|
|
2669
|
+
class: "animate-dot-blink",
|
|
2670
|
+
style: { animationDelay: "0.8s" }
|
|
2671
|
+
}, "Z", 8, ea)
|
|
2672
|
+
])) : a.value.sym === "shield" ? (l(), t("g", la, [
|
|
2673
|
+
e("path", {
|
|
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: a.value.symColor,
|
|
2676
|
+
opacity: "0.92"
|
|
2677
|
+
}, null, 8, ta),
|
|
2678
|
+
s[32] || (s[32] = e("path", {
|
|
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
|
+
fill: "oklch(1 0 0 / 0.22)"
|
|
2681
|
+
}, null, -1)),
|
|
2682
|
+
s[33] || (s[33] = e("line", {
|
|
2683
|
+
x1: "168",
|
|
2684
|
+
y1: "44",
|
|
2685
|
+
x2: "168",
|
|
2686
|
+
y2: "76",
|
|
2687
|
+
stroke: "oklch(1 0 0 / 0.35)",
|
|
2688
|
+
"stroke-width": "1.5",
|
|
2689
|
+
"stroke-linecap": "round"
|
|
2690
|
+
}, null, -1)),
|
|
2691
|
+
s[34] || (s[34] = e("line", {
|
|
2692
|
+
x1: "158",
|
|
2693
|
+
y1: "58",
|
|
2694
|
+
x2: "178",
|
|
2695
|
+
y2: "58",
|
|
2696
|
+
stroke: "oklch(1 0 0 / 0.35)",
|
|
2697
|
+
"stroke-width": "1.5",
|
|
2698
|
+
"stroke-linecap": "round"
|
|
2699
|
+
}, null, -1))
|
|
2700
|
+
])) : a.value.sym === "miniBasketball" ? (l(), t("g", oa, [...s[35] || (s[35] = [
|
|
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
|
+
])])) : a.value.sym === "lowBattery" ? (l(), t("g", sa, [
|
|
2703
|
+
e("rect", {
|
|
2704
|
+
x: "152",
|
|
2705
|
+
y: "50",
|
|
2706
|
+
width: "28",
|
|
2707
|
+
height: "16",
|
|
2708
|
+
rx: "3",
|
|
2709
|
+
fill: "none",
|
|
2710
|
+
stroke: a.value.symColor,
|
|
2711
|
+
"stroke-width": "2.5"
|
|
2712
|
+
}, null, 8, aa),
|
|
2713
|
+
e("rect", {
|
|
2714
|
+
x: "180",
|
|
2715
|
+
y: "54",
|
|
2716
|
+
width: "4",
|
|
2717
|
+
height: "8",
|
|
2718
|
+
rx: "1.5",
|
|
2719
|
+
fill: a.value.symColor,
|
|
2720
|
+
opacity: "0.7"
|
|
2721
|
+
}, null, 8, ia),
|
|
2722
|
+
e("rect", {
|
|
2723
|
+
x: "154.5",
|
|
2724
|
+
y: "52.5",
|
|
2725
|
+
width: "5",
|
|
2726
|
+
height: "11",
|
|
2727
|
+
rx: "1.5",
|
|
2728
|
+
fill: a.value.symColor
|
|
2729
|
+
}, null, 8, ra),
|
|
2730
|
+
s[36] || (s[36] = e("text", {
|
|
2731
|
+
x: "161",
|
|
2732
|
+
y: "64",
|
|
2733
|
+
"font-size": "10",
|
|
2734
|
+
"font-weight": "700",
|
|
2735
|
+
"font-family": "monospace",
|
|
2736
|
+
fill: "oklch(1 0 0 / 0.9)",
|
|
2737
|
+
class: "animate-dot-blink",
|
|
2738
|
+
style: { animationDelay: "0.2s" }
|
|
2739
|
+
}, "!", -1))
|
|
2740
|
+
])) : h("", !0),
|
|
2741
|
+
D.value === "heart" ? (l(), t("path", {
|
|
2742
|
+
key: 70,
|
|
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: C,
|
|
2745
|
+
class: "animate-heart-beat",
|
|
2746
|
+
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2747
|
+
})) : h("", !0),
|
|
2748
|
+
D.value === "kiss" ? (l(), t(g, { key: 71 }, q([0, 0.7, 1.4], (r, $) => e("path", {
|
|
2749
|
+
key: $,
|
|
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: C,
|
|
2752
|
+
class: "animate-heart-fly",
|
|
2753
|
+
style: v({ animationDelay: `${r}s` })
|
|
2754
|
+
}, null, 4)), 64)) : h("", !0),
|
|
2755
|
+
d.action === "ironMountain" ? (l(), t("g", na, [...s[37] || (s[37] = [
|
|
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
|
+
])])) : h("", !0),
|
|
2758
|
+
d.action === "playBasketball" ? (l(), t("g", ca, [...s[38] || (s[38] = [
|
|
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
|
+
])])) : h("", !0),
|
|
2761
|
+
P.value ? (l(), t("g", ua, [
|
|
2762
|
+
s[39] || (s[39] = e("line", {
|
|
2763
|
+
x1: "230",
|
|
2764
|
+
y1: "72",
|
|
2765
|
+
x2: "230",
|
|
2766
|
+
y2: "180",
|
|
2767
|
+
stroke: "var(--robot-blue-dark)",
|
|
2768
|
+
"stroke-width": "5",
|
|
2769
|
+
"stroke-linecap": "round"
|
|
2770
|
+
}, null, -1)),
|
|
2771
|
+
e("circle", {
|
|
2772
|
+
cx: "230",
|
|
2773
|
+
cy: "128",
|
|
2774
|
+
r: "7",
|
|
2775
|
+
fill: I.value,
|
|
2776
|
+
stroke: "oklch(1 0 0 / 0.35)",
|
|
2777
|
+
"stroke-width": "1.5"
|
|
2778
|
+
}, null, 8, da),
|
|
2779
|
+
s[40] || (s[40] = e("rect", {
|
|
2780
|
+
x: "211",
|
|
2781
|
+
y: "76",
|
|
2782
|
+
width: "38",
|
|
2783
|
+
height: "78",
|
|
2784
|
+
rx: "14",
|
|
2785
|
+
fill: "oklch(0.18 0.04 250)",
|
|
2786
|
+
stroke: "oklch(1 0 0 / 0.42)",
|
|
2787
|
+
"stroke-width": "2"
|
|
2788
|
+
}, null, -1)),
|
|
2789
|
+
s[41] || (s[41] = e("rect", {
|
|
2790
|
+
x: "216",
|
|
2791
|
+
y: "82",
|
|
2792
|
+
width: "28",
|
|
2793
|
+
height: "66",
|
|
2794
|
+
rx: "10",
|
|
2795
|
+
fill: "oklch(0.08 0.03 250 / 0.82)"
|
|
2796
|
+
}, null, -1)),
|
|
2797
|
+
e("circle", {
|
|
2798
|
+
cx: "230",
|
|
2799
|
+
cy: "95",
|
|
2800
|
+
r: "8.5",
|
|
2801
|
+
fill: "oklch(0.6 0.23 22)",
|
|
2802
|
+
opacity: P.value === "red" ? 1 : 0.22,
|
|
2803
|
+
class: S(P.value === "red" ? "animate-traffic-light-active" : "")
|
|
2804
|
+
}, null, 10, ya),
|
|
2805
|
+
e("circle", {
|
|
2806
|
+
cx: "230",
|
|
2807
|
+
cy: "115",
|
|
2808
|
+
r: "8.5",
|
|
2809
|
+
fill: "oklch(0.84 0.16 95)",
|
|
2810
|
+
opacity: P.value === "yellow" ? 1 : 0.22,
|
|
2811
|
+
class: S(P.value === "yellow" ? "animate-traffic-light-active" : "")
|
|
2812
|
+
}, null, 10, ma),
|
|
2813
|
+
e("circle", {
|
|
2814
|
+
cx: "230",
|
|
2815
|
+
cy: "135",
|
|
2816
|
+
r: "8.5",
|
|
2817
|
+
fill: "oklch(0.68 0.16 150)",
|
|
2818
|
+
opacity: P.value === "green" ? 1 : 0.22,
|
|
2819
|
+
class: S(P.value === "green" ? "animate-traffic-light-active" : "")
|
|
2820
|
+
}, null, 10, ha)
|
|
2821
|
+
])) : h("", !0),
|
|
2822
|
+
ae.value ? (l(), t("g", ka, [
|
|
2823
|
+
(l(), t(g, null, q(ie, (r, $) => e("text", {
|
|
2824
|
+
key: $,
|
|
2825
|
+
x: r.x,
|
|
2826
|
+
y: r.y,
|
|
2827
|
+
"font-size": "20",
|
|
2828
|
+
"font-weight": "800",
|
|
2829
|
+
fill: "oklch(0.82 0.16 72)",
|
|
2830
|
+
class: "animate-music-note",
|
|
2831
|
+
style: v({ animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2832
|
+
}, y(r.note), 13, fa)), 64))
|
|
2833
|
+
])) : h("", !0),
|
|
2834
|
+
D.value === "pray" ? (l(), t("g", pa, [...s[42] || (s[42] = [
|
|
2835
|
+
e("path", {
|
|
2836
|
+
d: "M 120 150 l -10 30 q 10 6 20 0 Z",
|
|
2837
|
+
fill: "oklch(1 0 0 / 0.92)",
|
|
2838
|
+
stroke: "var(--robot-blue-dark)",
|
|
2839
|
+
"stroke-width": "1.5"
|
|
2840
|
+
}, null, -1),
|
|
2841
|
+
e("line", {
|
|
2842
|
+
x1: "120",
|
|
2843
|
+
y1: "152",
|
|
2844
|
+
x2: "120",
|
|
2845
|
+
y2: "178",
|
|
2846
|
+
stroke: "var(--robot-blue-dark)",
|
|
2847
|
+
"stroke-width": "1.5"
|
|
2848
|
+
}, null, -1)
|
|
2849
|
+
])])) : h("", !0),
|
|
2850
|
+
L.value === "glow" ? (l(), t("ellipse", {
|
|
2851
|
+
key: 77,
|
|
2852
|
+
cx: "120",
|
|
2853
|
+
cy: "115",
|
|
2854
|
+
rx: "82",
|
|
2855
|
+
ry: "78",
|
|
2856
|
+
fill: E.value,
|
|
2857
|
+
opacity: "0",
|
|
2858
|
+
class: "animate-body-glow"
|
|
2859
|
+
}, null, 8, xa)) : h("", !0),
|
|
2860
|
+
L.value === "heart-particles" ? (l(), t("g", ga, [
|
|
2861
|
+
s[43] || (s[43] = e("path", {
|
|
2862
|
+
d: `M 120 192 C 100 180, 98 162, 110 158 C 116 155, 120 159, 120 162
|
|
2863
|
+
C 120 159, 124 155, 130 158 C 142 162, 140 180, 120 192 Z`,
|
|
2864
|
+
fill: "oklch(0.72 0.22 0)",
|
|
2865
|
+
class: "animate-body-glow",
|
|
2866
|
+
style: { transformBox: "fill-box", transformOrigin: "120px 175px" }
|
|
2867
|
+
}, null, -1)),
|
|
2868
|
+
(l(), t(g, null, q(ne, (r, $) => e("g", { key: $ }, [
|
|
2869
|
+
e("path", {
|
|
2870
|
+
d: `M ${r.x} ${r.y + r.size * 0.9}
|
|
2871
|
+
C ${r.x - r.size * 0.85} ${r.y + r.size * 0.4},
|
|
2872
|
+
${r.x - r.size * 0.85} ${r.y - r.size * 0.5},
|
|
2873
|
+
${r.x} ${r.y - r.size * 0.15}
|
|
2874
|
+
C ${r.x + r.size * 0.85} ${r.y - r.size * 0.5},
|
|
2875
|
+
${r.x + r.size * 0.85} ${r.y + r.size * 0.4},
|
|
2876
|
+
${r.x} ${r.y + r.size * 0.9} Z`,
|
|
2877
|
+
fill: r.color,
|
|
2878
|
+
class: "animate-heart-rise",
|
|
2879
|
+
style: v({ "--hx": r.hx, animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2880
|
+
}, null, 12, _a)
|
|
2881
|
+
])), 64))
|
|
2882
|
+
])) : h("", !0),
|
|
2883
|
+
L.value === "flag" ? (l(), t("g", ba, [
|
|
2884
|
+
s[44] || (s[44] = e("line", {
|
|
2885
|
+
x1: "120",
|
|
2886
|
+
y1: "155",
|
|
2887
|
+
x2: "120",
|
|
2888
|
+
y2: "225",
|
|
2889
|
+
stroke: "var(--robot-blue-dark)",
|
|
2890
|
+
"stroke-width": "4",
|
|
2891
|
+
"stroke-linecap": "round"
|
|
2892
|
+
}, null, -1)),
|
|
2893
|
+
e("rect", {
|
|
2894
|
+
x: "120",
|
|
2895
|
+
y: "155",
|
|
2896
|
+
width: "32",
|
|
2897
|
+
height: "20",
|
|
2898
|
+
rx: "3",
|
|
2899
|
+
fill: E.value,
|
|
2900
|
+
class: "animate-flag-wave"
|
|
2901
|
+
}, null, 8, va),
|
|
2902
|
+
s[45] || (s[45] = e("rect", {
|
|
2903
|
+
x: "120",
|
|
2904
|
+
y: "155",
|
|
2905
|
+
width: "32",
|
|
2906
|
+
height: "8",
|
|
2907
|
+
rx: "3",
|
|
2908
|
+
fill: "oklch(1 0 0 / 0.22)",
|
|
2909
|
+
class: "animate-flag-wave"
|
|
2910
|
+
}, null, -1))
|
|
2911
|
+
])) : h("", !0),
|
|
2912
|
+
L.value === "scan-ring" ? (l(), t("g", wa, [
|
|
2913
|
+
e("circle", {
|
|
2914
|
+
cx: "120",
|
|
2915
|
+
cy: "115",
|
|
2916
|
+
r: "88",
|
|
2917
|
+
fill: "none",
|
|
2918
|
+
stroke: E.value,
|
|
2919
|
+
"stroke-width": "2.5",
|
|
2920
|
+
"stroke-dasharray": "18 12",
|
|
2921
|
+
class: "animate-self-spin",
|
|
2922
|
+
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2923
|
+
}, null, 8, $a),
|
|
2924
|
+
e("circle", {
|
|
2925
|
+
cx: "120",
|
|
2926
|
+
cy: "115",
|
|
2927
|
+
r: "70",
|
|
2928
|
+
fill: "none",
|
|
2929
|
+
stroke: E.value,
|
|
2930
|
+
"stroke-width": "1.5",
|
|
2931
|
+
"stroke-dasharray": "8 18",
|
|
2932
|
+
opacity: "0.6",
|
|
2933
|
+
class: "animate-reset-spin",
|
|
2934
|
+
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2935
|
+
}, null, 8, Ca)
|
|
2936
|
+
])) : h("", !0),
|
|
2937
|
+
L.value === "confetti" ? (l(), t("g", qa, [
|
|
2938
|
+
(l(), t(g, null, q(re, (r, $) => e("rect", {
|
|
2939
|
+
key: $,
|
|
2940
|
+
x: r.x - r.size / 2,
|
|
2941
|
+
y: r.y - r.size / 2,
|
|
2942
|
+
width: r.size,
|
|
2943
|
+
height: r.size,
|
|
2944
|
+
rx: r.size * 0.3,
|
|
2945
|
+
fill: r.color,
|
|
2946
|
+
class: "animate-confetti",
|
|
2947
|
+
style: v({
|
|
2948
|
+
"--cx": `${r.cx}px`,
|
|
2949
|
+
"--cy": `${r.cy}px`,
|
|
2950
|
+
"--cr": r.cr,
|
|
2951
|
+
animationDelay: `${$ * 0.18}s`,
|
|
2952
|
+
transformOrigin: `${r.x}px ${r.y}px`
|
|
2953
|
+
})
|
|
2954
|
+
}, null, 12, Ma)), 64))
|
|
2955
|
+
])) : h("", !0),
|
|
2956
|
+
L.value === "particles" ? (l(), t("g", Sa, [
|
|
2957
|
+
(l(), t(g, null, q(ce, (r, $) => e("circle", {
|
|
2958
|
+
key: $,
|
|
2959
|
+
cx: r.x,
|
|
2960
|
+
cy: r.y,
|
|
2961
|
+
r: "3",
|
|
2962
|
+
fill: r.color,
|
|
2963
|
+
class: "animate-sparkle",
|
|
2964
|
+
style: v({ transformBox: "fill-box", transformOrigin: "center", animationDelay: `${r.delay}s` })
|
|
2965
|
+
}, null, 12, Aa)), 64))
|
|
2966
|
+
])) : h("", !0),
|
|
2967
|
+
e("g", {
|
|
2968
|
+
style: v(ye.value),
|
|
2969
|
+
class: S(N.value.la)
|
|
2970
|
+
}, [
|
|
2971
|
+
e("rect", {
|
|
2972
|
+
x: "16",
|
|
2973
|
+
y: "121",
|
|
2974
|
+
width: "30",
|
|
2975
|
+
height: "14",
|
|
2976
|
+
rx: "7",
|
|
2977
|
+
fill: I.value
|
|
2978
|
+
}, null, 8, Ba),
|
|
2979
|
+
e("circle", {
|
|
2980
|
+
cx: "12",
|
|
2981
|
+
cy: "128",
|
|
2982
|
+
r: "9",
|
|
2983
|
+
fill: I.value
|
|
2984
|
+
}, null, 8, Oa),
|
|
2985
|
+
D.value === "sparkle" ? (l(), t("path", {
|
|
2986
|
+
key: 0,
|
|
2987
|
+
d: W(12, 128),
|
|
2988
|
+
fill: "var(--robot-amber)",
|
|
2989
|
+
class: "animate-sparkle origin-center",
|
|
2990
|
+
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2991
|
+
}, null, 8, za)) : h("", !0)
|
|
2992
|
+
], 6),
|
|
2993
|
+
e("g", {
|
|
2994
|
+
style: v(me.value),
|
|
2995
|
+
class: S(N.value.ra)
|
|
2996
|
+
}, [
|
|
2997
|
+
e("rect", {
|
|
2998
|
+
x: "194",
|
|
2999
|
+
y: "121",
|
|
3000
|
+
width: "30",
|
|
3001
|
+
height: "14",
|
|
3002
|
+
rx: "7",
|
|
3003
|
+
fill: I.value
|
|
3004
|
+
}, null, 8, Ra),
|
|
3005
|
+
e("circle", {
|
|
3006
|
+
cx: "228",
|
|
3007
|
+
cy: "128",
|
|
3008
|
+
r: "9",
|
|
3009
|
+
fill: I.value
|
|
3010
|
+
}, null, 8, Ia),
|
|
3011
|
+
D.value === "thumbsUp" ? (l(), t("rect", {
|
|
3012
|
+
key: 0,
|
|
3013
|
+
x: "225",
|
|
3014
|
+
y: "113",
|
|
3015
|
+
width: "6",
|
|
3016
|
+
height: "11",
|
|
3017
|
+
rx: "3",
|
|
3018
|
+
fill: I.value
|
|
3019
|
+
}, null, 8, Na)) : h("", !0),
|
|
3020
|
+
D.value === "sparkle" ? (l(), t("path", {
|
|
3021
|
+
key: 1,
|
|
3022
|
+
d: W(228, 128),
|
|
3023
|
+
fill: "var(--robot-amber)",
|
|
3024
|
+
class: "animate-sparkle origin-center",
|
|
3025
|
+
style: { transformBox: "fill-box", transformOrigin: "center", animationDelay: "0.3s" }
|
|
3026
|
+
}, null, 8, Ta)) : h("", !0)
|
|
3027
|
+
], 6)
|
|
3028
|
+
])),
|
|
3029
|
+
d.emotion === "sleepy" || d.emotion === "yawn" ? (l(), t("div", Da, [...s[49] || (s[49] = [
|
|
3030
|
+
e("span", { class: "animate-float-up inline-block text-lg font-bold" }, "z", -1),
|
|
3031
|
+
e("span", {
|
|
3032
|
+
class: "animate-float-up inline-block text-2xl font-bold",
|
|
3033
|
+
style: { animationDelay: "0.8s" }
|
|
3034
|
+
}, " Z ", -1)
|
|
3035
|
+
])])) : h("", !0)
|
|
3036
|
+
], 2)
|
|
3037
|
+
], 4)
|
|
3038
|
+
], 512));
|
|
3039
|
+
}
|
|
3040
|
+
}), Ea = /* @__PURE__ */ A({
|
|
3041
|
+
__name: "QuarkRobotHalo",
|
|
3042
|
+
props: {
|
|
3043
|
+
width: { default: 220 }
|
|
3044
|
+
},
|
|
3045
|
+
setup(d) {
|
|
3046
|
+
return (u, k) => (l(), t("div", {
|
|
3047
|
+
class: "halo",
|
|
3048
|
+
style: v({ width: d.width + "px", height: d.width * 0.27 + "px" }),
|
|
3049
|
+
"aria-hidden": "true"
|
|
3050
|
+
}, [...k[0] || (k[0] = [
|
|
3051
|
+
e("span", { class: "halo-ring r1" }, null, -1),
|
|
3052
|
+
e("span", { class: "halo-ring r2" }, null, -1),
|
|
3053
|
+
e("span", { class: "halo-core" }, null, -1)
|
|
3054
|
+
])], 4));
|
|
3055
|
+
}
|
|
3056
|
+
}), Xa = /* @__PURE__ */ B(Ea, [["__scopeId", "data-v-6fd8ca14"]]), Ga = {
|
|
445
3057
|
screen_header: {
|
|
446
3058
|
dateText: "2026-07-27",
|
|
447
3059
|
timeText: "14:30",
|
|
@@ -494,19 +3106,22 @@ const $ = {
|
|
|
494
3106
|
]
|
|
495
3107
|
}
|
|
496
3108
|
};
|
|
497
|
-
function
|
|
498
|
-
return JSON.parse(JSON.stringify(
|
|
3109
|
+
function ei(d) {
|
|
3110
|
+
return JSON.parse(JSON.stringify(Ga[d]));
|
|
499
3111
|
}
|
|
500
3112
|
export {
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
3113
|
+
Ua as BigScreenAlertRow,
|
|
3114
|
+
Ya as BigScreenBuildDistribution,
|
|
3115
|
+
Qa as BigScreenBuildProjects,
|
|
3116
|
+
Ha as BigScreenDutyContent,
|
|
3117
|
+
Va as BigScreenEndpointDistribution,
|
|
3118
|
+
Ja as BigScreenExternalEmbed,
|
|
3119
|
+
Fa as BigScreenHeader,
|
|
3120
|
+
ja as BigScreenMetricCard,
|
|
3121
|
+
Te as BigScreenPanel,
|
|
3122
|
+
Wa as BigScreenRobotSummary,
|
|
3123
|
+
Ka as QuarkRobot,
|
|
3124
|
+
Xa as QuarkRobotHalo,
|
|
3125
|
+
Ga as bigScreenPreviewFixtures,
|
|
3126
|
+
ei as getBigScreenPreviewData
|
|
512
3127
|
};
|