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