@xiaou66/u-web-ui 0.0.49 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +144 -144
- package/dist/u-web-ui.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Fragment as e, Teleport as t, Transition as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createSlots as c, createStaticVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, getCurrentInstance as p, inject as m, mergeModels as h, mergeProps as g, nextTick as _, normalizeClass as v, normalizeStyle as y, onMounted as b, onUnmounted as x, openBlock as S, provide as C, reactive as w, ref as T, renderList as E, renderSlot as D, resolveComponent as O, resolveDynamicComponent as k, toDisplayString as A, toHandlers as j, toRefs as M, unref as N, useAttrs as P, useModel as F, useSlots as I,
|
|
2
|
-
import { Aside as
|
|
3
|
-
import { useRoute as
|
|
4
|
-
import { useEventListener as
|
|
1
|
+
import { Fragment as e, Teleport as t, Transition as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createSlots as c, createStaticVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, getCurrentInstance as p, inject as m, mergeModels as h, mergeProps as g, nextTick as _, normalizeClass as v, normalizeStyle as y, onMounted as b, onUnmounted as x, openBlock as S, provide as C, reactive as w, ref as T, renderList as E, renderSlot as D, resolveComponent as O, resolveDynamicComponent as k, toDisplayString as A, toHandlers as j, toRefs as M, unref as N, useAttrs as P, useModel as F, useSlots as I, watch as L, withCtx as R, withModifiers as z } from "vue";
|
|
2
|
+
import { Aside as B, Button as V, Content as H, Divider as U, HeadMenu as W, Header as G, Icon as K, Layout as q, Menu as J, MenuItem as ee, Submenu as te, Switch as ne } from "tdesign-vue-next";
|
|
3
|
+
import { useRoute as re, useRouter as ie } from "vue-router";
|
|
4
|
+
import { useEventListener as ae, useIntersectionObserver as oe } from "@vueuse/core";
|
|
5
5
|
function Y(...e) {
|
|
6
6
|
return "u-web-" + e.join("-");
|
|
7
7
|
}
|
|
@@ -9,15 +9,15 @@ function X(...e) {
|
|
|
9
9
|
let t = e.join("-");
|
|
10
10
|
return (...e) => Y(t, ...e);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function se(e) {
|
|
13
13
|
return e.substring(0, 1).toUpperCase() + e.substring(1);
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const ce = [
|
|
16
16
|
"Capture",
|
|
17
17
|
"Passive",
|
|
18
18
|
"Once"
|
|
19
|
-
],
|
|
20
|
-
function
|
|
19
|
+
], le = /* @__PURE__ */ RegExp(`^(${ce.join("|")})*$`);
|
|
20
|
+
function ue(...e) {
|
|
21
21
|
if (!e.length) return !1;
|
|
22
22
|
let t = p();
|
|
23
23
|
if (!t) return !1;
|
|
@@ -25,28 +25,28 @@ function de(...e) {
|
|
|
25
25
|
if (!r) return !1;
|
|
26
26
|
let i = r.props || {}, a = [...Object.keys(n).filter((e) => e.startsWith("on")), ...Object.keys(i).filter((e) => e.startsWith("on"))];
|
|
27
27
|
for (let t of e) {
|
|
28
|
-
let e = t.startsWith("on") ? t : `on${
|
|
28
|
+
let e = t.startsWith("on") ? t : `on${se(t)}`;
|
|
29
29
|
if (a.includes(e)) return !0;
|
|
30
30
|
for (let t of a) if (t.startsWith(e)) {
|
|
31
31
|
let n = t.slice(e.length);
|
|
32
|
-
if (n &&
|
|
32
|
+
if (n && le.test(n)) return !0;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
return !1;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function de(e) {
|
|
38
38
|
return typeof e == "function";
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function fe(e) {
|
|
41
41
|
return e === null;
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function pe(e) {
|
|
44
44
|
return e === void 0;
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function me(e) {
|
|
47
47
|
return typeof e == "number" && !isNaN(e);
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function he(e) {
|
|
50
50
|
return typeof e == "object" && !!e && !Array.isArray(e);
|
|
51
51
|
}
|
|
52
52
|
function Z(e, t, n) {
|
|
@@ -55,7 +55,7 @@ function Z(e, t, n) {
|
|
|
55
55
|
function Q(e, t, n) {
|
|
56
56
|
e.removeEventListener(t, n);
|
|
57
57
|
}
|
|
58
|
-
var
|
|
58
|
+
var ge = /* @__PURE__ */ f({
|
|
59
59
|
__name: "BackTop",
|
|
60
60
|
props: {
|
|
61
61
|
visibleHeight: { default: 200 },
|
|
@@ -107,7 +107,7 @@ var _e = /* @__PURE__ */ f({
|
|
|
107
107
|
};
|
|
108
108
|
});
|
|
109
109
|
return (e, t) => (S(), i(n, { name: "fade-in" }, {
|
|
110
|
-
default:
|
|
110
|
+
default: R(() => [d.value ? (S(), o("div", {
|
|
111
111
|
key: 0,
|
|
112
112
|
class: v([N(u), { [`${N(u)}-${e.size}`]: e.size !== "default" }]),
|
|
113
113
|
style: y(O.value),
|
|
@@ -120,22 +120,22 @@ var _e = /* @__PURE__ */ f({
|
|
|
120
120
|
_: 3
|
|
121
121
|
}));
|
|
122
122
|
}
|
|
123
|
-
}),
|
|
123
|
+
}), _e = ge, ve = /* @__PURE__ */ f({
|
|
124
124
|
__name: "WebBaseLayout",
|
|
125
125
|
setup(e) {
|
|
126
126
|
return (e, t) => {
|
|
127
|
-
let n =
|
|
127
|
+
let n = G, r = B, o = H, s = q;
|
|
128
128
|
return S(), i(s, { class: "h-screen" }, {
|
|
129
|
-
default:
|
|
130
|
-
default:
|
|
129
|
+
default: R(() => [e.$slots.header ? (S(), i(n, { key: 0 }, {
|
|
130
|
+
default: R(() => [D(e.$slots, "header")]),
|
|
131
131
|
_: 3
|
|
132
132
|
})) : a("", !0), d(s, { class: "min-h-0" }, {
|
|
133
|
-
default:
|
|
134
|
-
default:
|
|
133
|
+
default: R(() => [d(r, { width: "auto" }, {
|
|
134
|
+
default: R(() => [D(e.$slots, "left")]),
|
|
135
135
|
_: 3
|
|
136
136
|
}), d(s, { class: v(["min-h-0", [N(Y)("main-content")]]) }, {
|
|
137
|
-
default:
|
|
138
|
-
default:
|
|
137
|
+
default: R(() => [d(o, { class: "xl:p-4 ut:p-2 p-1 h-full overflow-hidden" }, {
|
|
138
|
+
default: R(() => [D(e.$slots, "default")]),
|
|
139
139
|
_: 3
|
|
140
140
|
})]),
|
|
141
141
|
_: 3
|
|
@@ -146,14 +146,14 @@ var _e = /* @__PURE__ */ f({
|
|
|
146
146
|
});
|
|
147
147
|
};
|
|
148
148
|
}
|
|
149
|
-
}),
|
|
149
|
+
}), ye = ve;
|
|
150
150
|
let $ = /* @__PURE__ */ function(e) {
|
|
151
151
|
return e.Refresh = "u:leftMenu:refresh", e;
|
|
152
152
|
}({});
|
|
153
|
-
const
|
|
153
|
+
const be = { refresh: () => {
|
|
154
154
|
window.dispatchEvent(new CustomEvent($.Refresh));
|
|
155
155
|
} };
|
|
156
|
-
var
|
|
156
|
+
var xe = /* @__PURE__ */ f({
|
|
157
157
|
__name: "LeftMenu",
|
|
158
158
|
props: /* @__PURE__ */ h({
|
|
159
159
|
hideOperations: {
|
|
@@ -179,7 +179,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
179
179
|
function s() {
|
|
180
180
|
a.value = !a.value;
|
|
181
181
|
}
|
|
182
|
-
let l =
|
|
182
|
+
let l = ie(), f = re(), p = T([]);
|
|
183
183
|
function m() {
|
|
184
184
|
p.value = l.getRoutes().filter((e) => e.meta).filter((e) => e.path.split("/").length <= 2).filter((e) => e.meta.menu);
|
|
185
185
|
}
|
|
@@ -195,11 +195,11 @@ var Se = /* @__PURE__ */ f({
|
|
|
195
195
|
function _(e) {
|
|
196
196
|
return e.children ? e.children.filter((e) => e.meta?.menu) : [];
|
|
197
197
|
}
|
|
198
|
-
return r.refreshEventListener &&
|
|
198
|
+
return r.refreshEventListener && ae(document, $.Refresh, h), n({
|
|
199
199
|
changeCollapsed: s,
|
|
200
200
|
refreshRouter: h
|
|
201
201
|
}), (t, n) => {
|
|
202
|
-
let r =
|
|
202
|
+
let r = K, l = V, m = ee, h = te, y = J;
|
|
203
203
|
return S(), i(y, {
|
|
204
204
|
value: N(f).name,
|
|
205
205
|
collapsed: a.value,
|
|
@@ -207,22 +207,22 @@ var Se = /* @__PURE__ */ f({
|
|
|
207
207
|
width: ["180px", t.size === "small" ? "42px" : "52px"],
|
|
208
208
|
class: v([{ "u-web-left-menu-small": t.size === "small" }])
|
|
209
209
|
}, c({
|
|
210
|
-
default:
|
|
210
|
+
default: R(() => [(S(!0), o(e, null, E(p.value, (t) => (S(), o(e, { key: String(t.name) }, [_(t).length > 0 ? (S(), i(h, {
|
|
211
211
|
key: 0,
|
|
212
212
|
value: String(t.name)
|
|
213
213
|
}, {
|
|
214
|
-
icon:
|
|
215
|
-
title:
|
|
216
|
-
default:
|
|
214
|
+
icon: R(() => [d(r, { class: v(t.meta.icon) }, null, 8, ["class"])]),
|
|
215
|
+
title: R(() => [u(A(t.meta.title), 1)]),
|
|
216
|
+
default: R(() => [(S(!0), o(e, null, E(_(t), (e) => (S(), i(m, {
|
|
217
217
|
key: String(e.name),
|
|
218
218
|
value: String(e.name),
|
|
219
219
|
onClick: (t) => g(e)
|
|
220
220
|
}, {
|
|
221
|
-
icon:
|
|
221
|
+
icon: R(() => [d(r, {
|
|
222
222
|
class: v(e.meta.icon),
|
|
223
223
|
size: "small"
|
|
224
224
|
}, null, 8, ["class"])]),
|
|
225
|
-
default:
|
|
225
|
+
default: R(() => [u(" " + A(e.meta.title), 1)]),
|
|
226
226
|
_: 2
|
|
227
227
|
}, 1032, ["value", "onClick"]))), 128))]),
|
|
228
228
|
_: 2
|
|
@@ -231,25 +231,25 @@ var Se = /* @__PURE__ */ f({
|
|
|
231
231
|
value: String(t.name),
|
|
232
232
|
onClick: (e) => g(t)
|
|
233
233
|
}, {
|
|
234
|
-
icon:
|
|
235
|
-
default:
|
|
234
|
+
icon: R(() => [d(r, { class: v(t.meta.icon) }, null, 8, ["class"])]),
|
|
235
|
+
default: R(() => [u(" " + A(t.meta.title), 1)]),
|
|
236
236
|
_: 2
|
|
237
237
|
}, 1032, ["value", "onClick"]))], 64))), 128))]),
|
|
238
238
|
_: 2
|
|
239
239
|
}, [t.hideOperations ? void 0 : {
|
|
240
240
|
name: "operations",
|
|
241
|
-
fn:
|
|
241
|
+
fn: R(() => [d(l, {
|
|
242
242
|
variant: "text",
|
|
243
243
|
shape: "square",
|
|
244
244
|
onClick: s
|
|
245
245
|
}, {
|
|
246
|
-
icon:
|
|
246
|
+
icon: R(() => [d(r, { name: "view-list" })]),
|
|
247
247
|
_: 1
|
|
248
248
|
})]),
|
|
249
249
|
key: "0"
|
|
250
250
|
}, t.$slots.logo ? {
|
|
251
251
|
name: "logo",
|
|
252
|
-
fn:
|
|
252
|
+
fn: R(() => [D(t.$slots, "logo")]),
|
|
253
253
|
key: "1"
|
|
254
254
|
} : void 0]), 1032, [
|
|
255
255
|
"value",
|
|
@@ -259,7 +259,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
259
259
|
]);
|
|
260
260
|
};
|
|
261
261
|
}
|
|
262
|
-
}),
|
|
262
|
+
}), Se = xe, Ce = /* @__PURE__ */ f({
|
|
263
263
|
__name: "ContextMenu",
|
|
264
264
|
props: { hideOnSelect: {
|
|
265
265
|
type: Boolean,
|
|
@@ -304,7 +304,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
304
304
|
ref_key: "triggerRef",
|
|
305
305
|
ref: d,
|
|
306
306
|
class: v(N(u)("trigger")),
|
|
307
|
-
onContextmenu:
|
|
307
|
+
onContextmenu: z(h, ["prevent"])
|
|
308
308
|
}, [D(n.$slots, "default")], 34),
|
|
309
309
|
(S(), i(t, { to: "body" }, [p.value ? (S(), o("div", {
|
|
310
310
|
key: 0,
|
|
@@ -312,17 +312,17 @@ var Se = /* @__PURE__ */ f({
|
|
|
312
312
|
ref: f,
|
|
313
313
|
class: v(N(u)("menu")),
|
|
314
314
|
style: y(m),
|
|
315
|
-
onContextmenu: r[0] ||=
|
|
315
|
+
onContextmenu: r[0] ||= z(() => {}, ["prevent"])
|
|
316
316
|
}, [D(n.$slots, "content")], 38)) : a("", !0)])),
|
|
317
317
|
(S(), i(t, { to: "body" }, [p.value ? (S(), o("div", {
|
|
318
318
|
key: 0,
|
|
319
319
|
class: v(N(u)("mask")),
|
|
320
320
|
onClick: E,
|
|
321
|
-
onContextmenu:
|
|
321
|
+
onContextmenu: z(E, ["prevent"])
|
|
322
322
|
}, null, 34)) : a("", !0)]))
|
|
323
323
|
], 64));
|
|
324
324
|
}
|
|
325
|
-
}),
|
|
325
|
+
}), we = Ce, Te = /* @__PURE__ */ f({
|
|
326
326
|
__name: "ContextMenuItem",
|
|
327
327
|
props: {
|
|
328
328
|
label: {},
|
|
@@ -360,13 +360,13 @@ var Se = /* @__PURE__ */ f({
|
|
|
360
360
|
[N(i)("danger")]: e.danger
|
|
361
361
|
}]),
|
|
362
362
|
onClick: l,
|
|
363
|
-
onContextmenu:
|
|
363
|
+
onContextmenu: z(u, ["prevent", "stop"])
|
|
364
364
|
}, [e.icon ? (S(), o("span", {
|
|
365
365
|
key: 0,
|
|
366
366
|
class: v([N(i)("icon"), e.icon])
|
|
367
367
|
}, A(e.icon), 3)) : a("", !0), s("span", { class: v(N(i)("label")) }, A(e.label), 3)], 34));
|
|
368
368
|
}
|
|
369
|
-
}),
|
|
369
|
+
}), Ee = Te, De = /* @__PURE__ */ f({
|
|
370
370
|
__name: "ContextMenuGroup",
|
|
371
371
|
props: { title: {} },
|
|
372
372
|
setup(e) {
|
|
@@ -376,12 +376,12 @@ var Se = /* @__PURE__ */ f({
|
|
|
376
376
|
class: v(N(t)("title"))
|
|
377
377
|
}, A(e.title), 3)) : a("", !0), D(e.$slots, "default")], 2));
|
|
378
378
|
}
|
|
379
|
-
}),
|
|
379
|
+
}), Oe = De, ke = /* @__PURE__ */ f({
|
|
380
380
|
__name: "ContextMenuDivider",
|
|
381
381
|
setup(e) {
|
|
382
382
|
return (e, t) => (S(), o("div", { class: v(N(Y)("context-menu-divider")) }, null, 2));
|
|
383
383
|
}
|
|
384
|
-
}),
|
|
384
|
+
}), Ae = ke, je = /* @__PURE__ */ f({
|
|
385
385
|
__name: "ContextMenuSubmenu",
|
|
386
386
|
props: {
|
|
387
387
|
label: {},
|
|
@@ -421,7 +421,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
421
421
|
O = !1, P();
|
|
422
422
|
}, R = () => {
|
|
423
423
|
k = !0, j();
|
|
424
|
-
},
|
|
424
|
+
}, B = () => {
|
|
425
425
|
k = !1, P();
|
|
426
426
|
}, V = (e, t) => {
|
|
427
427
|
f.value = !1, r("select", e, t), h && h(e, t);
|
|
@@ -470,7 +470,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
470
470
|
[N(c)("active")]: f.value
|
|
471
471
|
}
|
|
472
472
|
]),
|
|
473
|
-
onContextmenu:
|
|
473
|
+
onContextmenu: z(U, ["prevent", "stop"]),
|
|
474
474
|
onMouseenter: I,
|
|
475
475
|
onMouseleave: L,
|
|
476
476
|
onClick: G
|
|
@@ -487,38 +487,38 @@ var Se = /* @__PURE__ */ f({
|
|
|
487
487
|
ref: d,
|
|
488
488
|
class: v([N(l)(), N(c)("popup")]),
|
|
489
489
|
style: y(p),
|
|
490
|
-
onContextmenu:
|
|
490
|
+
onContextmenu: z(W, ["prevent", "stop"]),
|
|
491
491
|
onMouseenter: R,
|
|
492
|
-
onMouseleave:
|
|
492
|
+
onMouseleave: B,
|
|
493
493
|
onContextMenuSelect: H
|
|
494
494
|
}, [D(e.$slots, "default")], 38)) : a("", !0)
|
|
495
495
|
], 34));
|
|
496
496
|
}
|
|
497
|
-
}),
|
|
497
|
+
}), Me = je, Ne = /* @__PURE__ */ f({
|
|
498
498
|
__name: "WebLayout",
|
|
499
499
|
setup(e) {
|
|
500
500
|
return (e, t) => {
|
|
501
|
-
let n =
|
|
502
|
-
return S(), i(
|
|
503
|
-
header:
|
|
501
|
+
let n = W, r = O("router-view");
|
|
502
|
+
return S(), i(ye, null, {
|
|
503
|
+
header: R(() => [d(n, {
|
|
504
504
|
value: "item1",
|
|
505
505
|
height: "60px"
|
|
506
506
|
}, c({ _: 2 }, [e.$slots.logo ? {
|
|
507
507
|
name: "logo",
|
|
508
|
-
fn:
|
|
508
|
+
fn: R(() => [D(e.$slots, "logo")]),
|
|
509
509
|
key: "0"
|
|
510
510
|
} : void 0, e.$slots.operations ? {
|
|
511
511
|
name: "operations",
|
|
512
|
-
fn:
|
|
512
|
+
fn: R(() => [D(e.$slots, "operations")]),
|
|
513
513
|
key: "1"
|
|
514
514
|
} : void 0]), 1024)]),
|
|
515
|
-
left:
|
|
516
|
-
default:
|
|
515
|
+
left: R(() => [D(e.$slots, "left", {}, () => [d(N(Se))])]),
|
|
516
|
+
default: R(() => [D(e.$slots, "default", {}, () => [s("div", { class: v([N(Y)("main-content-inner")]) }, [d(r)], 2)])]),
|
|
517
517
|
_: 3
|
|
518
518
|
});
|
|
519
519
|
};
|
|
520
520
|
}
|
|
521
|
-
}),
|
|
521
|
+
}), Pe = Ne, Fe = /* @__PURE__ */ f({
|
|
522
522
|
__name: "SplitPanel",
|
|
523
523
|
props: {
|
|
524
524
|
component: { default: "div" },
|
|
@@ -540,7 +540,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
540
540
|
],
|
|
541
541
|
setup(e, { emit: t }) {
|
|
542
542
|
let n = e, c = t, { direction: l, size: u, defaultSize: d, min: f, max: p } = M(n), m = T(0), h = T(), g = T(), x = Y("split-panel"), C = Y("split-trigger"), w = T(d.value);
|
|
543
|
-
|
|
543
|
+
L(u, (e) => {
|
|
544
544
|
e !== void 0 && (w.value = e);
|
|
545
545
|
}, { immediate: !0 });
|
|
546
546
|
function E(e) {
|
|
@@ -566,7 +566,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
566
566
|
let r = e ?? t, i = E(r);
|
|
567
567
|
return i.isPx ? i.size : i.size * n;
|
|
568
568
|
}
|
|
569
|
-
function
|
|
569
|
+
function z(e, t) {
|
|
570
570
|
return parseFloat(e) / parseFloat(t);
|
|
571
571
|
}
|
|
572
572
|
let B = {
|
|
@@ -581,7 +581,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
581
581
|
}
|
|
582
582
|
function H(e, t) {
|
|
583
583
|
if (!t) return;
|
|
584
|
-
let n = O.value.isPx ? `${e}px` :
|
|
584
|
+
let n = O.value.isPx ? `${e}px` : z(e, t);
|
|
585
585
|
w.value !== n && (w.value = n, c("update:size", n));
|
|
586
586
|
}
|
|
587
587
|
function U(e, t) {
|
|
@@ -649,7 +649,7 @@ var Se = /* @__PURE__ */ f({
|
|
|
649
649
|
ref: h,
|
|
650
650
|
class: v(j.value)
|
|
651
651
|
}, {
|
|
652
|
-
default:
|
|
652
|
+
default: R(() => [
|
|
653
653
|
s("div", {
|
|
654
654
|
class: v([`${N(x)}-pane`, `${N(x)}-pane-first`]),
|
|
655
655
|
style: y(F.value)
|
|
@@ -670,18 +670,18 @@ var Se = /* @__PURE__ */ f({
|
|
|
670
670
|
_: 3
|
|
671
671
|
}, 8, ["class"]));
|
|
672
672
|
}
|
|
673
|
-
}),
|
|
673
|
+
}), Ie = Fe, Le = /* @__PURE__ */ f({
|
|
674
674
|
__name: "UtoolsBaseLayout",
|
|
675
675
|
setup(e) {
|
|
676
676
|
return (e, t) => {
|
|
677
|
-
let n =
|
|
677
|
+
let n = B, r = H, a = q;
|
|
678
678
|
return S(), i(a, { class: "h-screen min-h-0" }, {
|
|
679
|
-
default:
|
|
680
|
-
default:
|
|
679
|
+
default: R(() => [d(n, { width: "auto" }, {
|
|
680
|
+
default: R(() => [D(e.$slots, "left")]),
|
|
681
681
|
_: 3
|
|
682
682
|
}), d(a, { class: v(["min-h-0", [N(Y)("utools", "main-content")]]) }, {
|
|
683
|
-
default:
|
|
684
|
-
default:
|
|
683
|
+
default: R(() => [d(r, { class: v(["h-full overflow-hidden", [N(Y)("utools", "main-content-area")]]) }, {
|
|
684
|
+
default: R(() => [D(e.$slots, "default")]),
|
|
685
685
|
_: 3
|
|
686
686
|
}, 8, ["class"])]),
|
|
687
687
|
_: 3
|
|
@@ -690,12 +690,12 @@ var Se = /* @__PURE__ */ f({
|
|
|
690
690
|
});
|
|
691
691
|
};
|
|
692
692
|
}
|
|
693
|
-
}),
|
|
694
|
-
const
|
|
693
|
+
}), Re = Le;
|
|
694
|
+
const ze = { class: "utools" }, Be = { class: "w-8 h-auto overflow-hidden rounded-full" }, Ve = ["src"], He = { class: "title pl-5" }, Ue = { class: "flex justify-end h-full pr-3 w-full" }, We = { class: "content" }, Ge = { class: "content-inner" }, Ke = {
|
|
695
695
|
class: "flex items-center justify-center",
|
|
696
696
|
style: { "font-size": "10px" }
|
|
697
697
|
};
|
|
698
|
-
var
|
|
698
|
+
var qe = /* @__PURE__ */ f({
|
|
699
699
|
__name: "UtoolsLayout",
|
|
700
700
|
props: {
|
|
701
701
|
avatar: { default: "https://www.u-tools.cn/assets/favicon.png" },
|
|
@@ -708,11 +708,11 @@ var Je = /* @__PURE__ */ f({
|
|
|
708
708
|
let t = T(), n = T(!0);
|
|
709
709
|
return (e, r) => {
|
|
710
710
|
let i = O("router-view");
|
|
711
|
-
return S(), o("div",
|
|
712
|
-
left:
|
|
711
|
+
return S(), o("div", ze, [d(Re, null, {
|
|
712
|
+
left: R(() => [s("div", { class: v(N(Y)("utools", "left-menu")) }, [s("div", {
|
|
713
713
|
class: v(["flex items-center justify-center", N(Y)("utools", "left-menu", "collapse")]),
|
|
714
714
|
onClick: r[0] ||= (e) => t.value?.changeCollapsed()
|
|
715
|
-
}, [s("div", { class: v(["w-5 h-5 font-bold", n.value ? "i-p-expandLeft" : "i-p-expandRight"]) }, null, 2)], 2), d(N(
|
|
715
|
+
}, [s("div", { class: v(["w-5 h-5 font-bold", n.value ? "i-p-expandLeft" : "i-p-expandRight"]) }, null, 2)], 2), d(N(Se), g({
|
|
716
716
|
ref_key: "leftMenuRef",
|
|
717
717
|
ref: t
|
|
718
718
|
}, {
|
|
@@ -724,22 +724,22 @@ var Je = /* @__PURE__ */ f({
|
|
|
724
724
|
"onUpdate:collapsed": r[1] ||= (e) => n.value = e,
|
|
725
725
|
hideOperations: ""
|
|
726
726
|
}), {
|
|
727
|
-
logo:
|
|
727
|
+
logo: R(() => [s("div", Be, [s("img", {
|
|
728
728
|
class: "logo w-full h-full",
|
|
729
729
|
src: e.avatar
|
|
730
|
-
}, null, 8,
|
|
730
|
+
}, null, 8, Ve)]), s("div", He, A(e.title), 1)]),
|
|
731
731
|
_: 1
|
|
732
732
|
}, 16, ["collapsed"])], 2)]),
|
|
733
|
-
default:
|
|
734
|
-
s("div",
|
|
735
|
-
s("div",
|
|
736
|
-
D(e.$slots, "footer", {}, () => [s("div",
|
|
733
|
+
default: R(() => [s("div", { class: v(N(Y)("utools", "content-wrapper")) }, [
|
|
734
|
+
s("div", Ue, [D(e.$slots, "header-tips")]),
|
|
735
|
+
s("div", We, [s("div", Ge, [d(i)])]),
|
|
736
|
+
D(e.$slots, "footer", {}, () => [s("div", Ke, " © " + A((/* @__PURE__ */ new Date()).getFullYear()) + " [xiaou]。保留所有权利 ", 1)])
|
|
737
737
|
], 2)]),
|
|
738
738
|
_: 3
|
|
739
739
|
})]);
|
|
740
740
|
};
|
|
741
741
|
}
|
|
742
|
-
}),
|
|
742
|
+
}), Je = qe, Ye = /* @__PURE__ */ f({
|
|
743
743
|
__name: "PageHeader",
|
|
744
744
|
props: {
|
|
745
745
|
title: { default: "" },
|
|
@@ -751,9 +751,9 @@ var Je = /* @__PURE__ */ f({
|
|
|
751
751
|
let t = e, n = X("page-header"), i = r(() => {
|
|
752
752
|
let e = [n()];
|
|
753
753
|
return t.size !== "default" && e.push(n(t.size)), e;
|
|
754
|
-
}), c = r(() =>
|
|
754
|
+
}), c = r(() => ue("onBack"));
|
|
755
755
|
return (e, t) => {
|
|
756
|
-
let r =
|
|
756
|
+
let r = K, l = V, f = U;
|
|
757
757
|
return S(), o("div", { class: v(i.value) }, [s("div", { class: v(["flex items-center", N(n)("header")]) }, [
|
|
758
758
|
c.value || e.$slots.prefix ? D(e.$slots, "prefix", { key: 0 }, () => [d(l, {
|
|
759
759
|
class: v(N(n)("header", "back")),
|
|
@@ -761,7 +761,7 @@ var Je = /* @__PURE__ */ f({
|
|
|
761
761
|
variant: "text",
|
|
762
762
|
onClick: t[0] ||= (t) => e.$emit("back")
|
|
763
763
|
}, {
|
|
764
|
-
icon:
|
|
764
|
+
icon: R(() => [d(r, { class: "i-p-left" })]),
|
|
765
765
|
_: 1
|
|
766
766
|
}, 8, ["class"])]) : a("", !0),
|
|
767
767
|
s("div", { class: v(N(n)("title")) }, [D(e.$slots, "title", {}, () => [u(A(e.title), 1)])], 2),
|
|
@@ -776,40 +776,40 @@ var Je = /* @__PURE__ */ f({
|
|
|
776
776
|
}, [D(e.$slots, "extra")], 2)) : a("", !0)], 2);
|
|
777
777
|
};
|
|
778
778
|
}
|
|
779
|
-
}),
|
|
779
|
+
}), Xe = Ye, Ze = (e, t) => {
|
|
780
780
|
let n = e.__vccOpts || e;
|
|
781
781
|
for (let [e, r] of t) n[e] = r;
|
|
782
782
|
return n;
|
|
783
783
|
};
|
|
784
|
-
const
|
|
785
|
-
function
|
|
786
|
-
return S(), o("div",
|
|
784
|
+
const Qe = {}, $e = { class: "result-error-icon" };
|
|
785
|
+
function et(e, t) {
|
|
786
|
+
return S(), o("div", $e, t[0] ||= [l("<svg width=\"240\" height=\"160\" viewBox=\"0 0 240 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" data-v-fc6ebdc7><g opacity=\"0.8\" data-v-fc6ebdc7><path d=\"M120 80C120 124.183 84.1828 160 40 160C-4.18278 160 -40 124.183 -40 80C-40 35.8172 -4.18278 0 40 0C84.1828 0 120 35.8172 120 80Z\" fill=\"var(--u-text-color-placeholder)\" opacity=\"0.1\" data-v-fc6ebdc7></path><path d=\"M280 80C280 124.183 244.183 160 200 160C155.817 160 120 124.183 120 80C120 35.8172 155.817 0 200 0C244.183 0 280 35.8172 280 80Z\" fill=\"var(--u-text-color-placeholder)\" opacity=\"0.1\" data-v-fc6ebdc7></path></g><rect x=\"60\" y=\"40\" width=\"120\" height=\"80\" rx=\"8\" fill=\"var(--u-bg-color-3)\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"2\" data-v-fc6ebdc7></rect><path d=\"M90 60H150M90 80H150M90 100H130\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"2\" stroke-linecap=\"round\" data-v-fc6ebdc7></path><circle cx=\"120\" cy=\"80\" r=\"20\" fill=\"none\" stroke=\"rgb(var(--red-6))\" stroke-width=\"3\" data-v-fc6ebdc7></circle><path d=\"M110 70L130 90M130 70L110 90\" stroke=\"rgb(var(--red-6))\" stroke-width=\"3\" stroke-linecap=\"round\" data-v-fc6ebdc7></path></svg><div class=\"result-error-text\" data-v-fc6ebdc7>403</div>", 2)]);
|
|
787
787
|
}
|
|
788
|
-
var
|
|
789
|
-
const
|
|
790
|
-
function
|
|
791
|
-
return S(), o("div",
|
|
788
|
+
var tt = /* @__PURE__ */ Ze(Qe, [["render", et], ["__scopeId", "data-v-fc6ebdc7"]]);
|
|
789
|
+
const nt = {}, rt = { class: "result-error-icon" };
|
|
790
|
+
function it(e, t) {
|
|
791
|
+
return S(), o("div", rt, t[0] ||= [l("<svg width=\"240\" height=\"160\" viewBox=\"0 0 240 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" data-v-cdc3b8a1><g opacity=\"0.8\" data-v-cdc3b8a1><path d=\"M120 80C120 124.183 84.1828 160 40 160C-4.18278 160 -40 124.183 -40 80C-40 35.8172 -4.18278 0 40 0C84.1828 0 120 35.8172 120 80Z\" fill=\"var(--u-text-color-placeholder)\" opacity=\"0.1\" data-v-cdc3b8a1></path><path d=\"M280 80C280 124.183 244.183 160 200 160C155.817 160 120 124.183 120 80C120 35.8172 155.817 0 200 0C244.183 0 280 35.8172 280 80Z\" fill=\"var(--u-text-color-placeholder)\" opacity=\"0.1\" data-v-cdc3b8a1></path></g><rect x=\"60\" y=\"40\" width=\"120\" height=\"80\" rx=\"8\" fill=\"var(--u-bg-color-3)\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"2\" data-v-cdc3b8a1></rect><path d=\"M90 60H150M90 80H150M90 100H130\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"2\" stroke-linecap=\"round\" data-v-cdc3b8a1></path><circle cx=\"120\" cy=\"80\" r=\"25\" fill=\"none\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"3\" data-v-cdc3b8a1></circle><path d=\"M105 65L135 95\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"3\" stroke-linecap=\"round\" data-v-cdc3b8a1></path><circle cx=\"110\" cy=\"75\" r=\"3\" fill=\"var(--u-text-color-placeholder)\" data-v-cdc3b8a1></circle><circle cx=\"130\" cy=\"85\" r=\"3\" fill=\"var(--u-text-color-placeholder)\" data-v-cdc3b8a1></circle></svg><div class=\"result-error-text\" data-v-cdc3b8a1>404</div>", 2)]);
|
|
792
792
|
}
|
|
793
|
-
var
|
|
794
|
-
const
|
|
795
|
-
function
|
|
796
|
-
return S(), o("div",
|
|
793
|
+
var at = /* @__PURE__ */ Ze(nt, [["render", it], ["__scopeId", "data-v-cdc3b8a1"]]);
|
|
794
|
+
const ot = {}, st = { class: "result-error-icon" };
|
|
795
|
+
function ct(e, t) {
|
|
796
|
+
return S(), o("div", st, t[0] ||= [l("<svg width=\"240\" height=\"160\" viewBox=\"0 0 240 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" data-v-cb66ef61><g opacity=\"0.8\" data-v-cb66ef61><path d=\"M120 80C120 124.183 84.1828 160 40 160C-4.18278 160 -40 124.183 -40 80C-40 35.8172 -4.18278 0 40 0C84.1828 0 120 35.8172 120 80Z\" fill=\"var(--u-text-color-placeholder)\" opacity=\"0.1\" data-v-cb66ef61></path><path d=\"M280 80C280 124.183 244.183 160 200 160C155.817 160 120 124.183 120 80C120 35.8172 155.817 0 200 0C244.183 0 280 35.8172 280 80Z\" fill=\"var(--u-text-color-placeholder)\" opacity=\"0.1\" data-v-cb66ef61></path></g><rect x=\"60\" y=\"40\" width=\"120\" height=\"80\" rx=\"8\" fill=\"var(--u-bg-color-3)\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"2\" data-v-cb66ef61></rect><path d=\"M90 60H150M90 80H150M90 100H130\" stroke=\"var(--u-text-color-placeholder)\" stroke-width=\"2\" stroke-linecap=\"round\" data-v-cb66ef61></path><rect x=\"100\" y=\"65\" width=\"40\" height=\"30\" rx=\"4\" fill=\"none\" stroke=\"rgb(var(--red-6))\" stroke-width=\"2\" data-v-cb66ef61></rect><path d=\"M110 75L130 85M130 75L110 85\" stroke=\"rgb(var(--red-6))\" stroke-width=\"2\" stroke-linecap=\"round\" data-v-cb66ef61></path><path d=\"M115 55L125 65\" stroke=\"rgb(var(--red-6))\" stroke-width=\"2\" stroke-linecap=\"round\" data-v-cb66ef61></path><circle cx=\"118\" cy=\"52\" r=\"2\" fill=\"rgb(var(--red-6))\" data-v-cb66ef61></circle></svg><div class=\"result-error-text\" data-v-cb66ef61>500</div>", 2)]);
|
|
797
797
|
}
|
|
798
|
-
var
|
|
799
|
-
const
|
|
798
|
+
var lt = /* @__PURE__ */ Ze(ot, [["render", ct], ["__scopeId", "data-v-cb66ef61"]]);
|
|
799
|
+
const ut = {
|
|
800
800
|
key: 0,
|
|
801
801
|
class: "i-p-info w-12 h-12"
|
|
802
|
-
},
|
|
802
|
+
}, dt = {
|
|
803
803
|
key: 1,
|
|
804
804
|
class: "i-p-check"
|
|
805
|
-
},
|
|
805
|
+
}, ft = {
|
|
806
806
|
key: 2,
|
|
807
807
|
class: "i-p-info w-12 h-12"
|
|
808
|
-
},
|
|
808
|
+
}, pt = {
|
|
809
809
|
key: 3,
|
|
810
810
|
class: "i-p-close"
|
|
811
811
|
};
|
|
812
|
-
var
|
|
812
|
+
var mt = /* @__PURE__ */ f({
|
|
813
813
|
__name: "Result",
|
|
814
814
|
props: {
|
|
815
815
|
status: { default: "info" },
|
|
@@ -833,7 +833,7 @@ var ht = /* @__PURE__ */ f({
|
|
|
833
833
|
s("div", { class: v([`${N(c)}-icon`, {
|
|
834
834
|
[`${N(c)}-icon-${e.status}`]: e.status,
|
|
835
835
|
[`${N(c)}-icon-custom`]: e.status === null
|
|
836
|
-
}]) }, [s("div", { class: v(`${N(c)}-icon-tip`) }, [D(e.$slots, "icon", {}, () => [e.status === "info" ? (S(), o("span",
|
|
836
|
+
}]) }, [s("div", { class: v(`${N(c)}-icon-tip`) }, [D(e.$slots, "icon", {}, () => [e.status === "info" ? (S(), o("span", ut)) : e.status === "success" ? (S(), o("span", dt)) : e.status === "warning" ? (S(), o("span", ft)) : e.status === "error" ? (S(), o("span", pt)) : e.status === "403" ? (S(), i(tt, { key: 4 })) : e.status === "404" ? (S(), i(at, { key: 5 })) : e.status === "500" ? (S(), i(lt, { key: 6 })) : a("", !0)])], 2)], 2),
|
|
837
837
|
e.title || e.$slots.title ? (S(), o("div", {
|
|
838
838
|
key: 0,
|
|
839
839
|
class: v(`${N(c)}-title`)
|
|
@@ -852,9 +852,9 @@ var ht = /* @__PURE__ */ f({
|
|
|
852
852
|
}, [D(e.$slots, "default")], 2)) : a("", !0)
|
|
853
853
|
], 2));
|
|
854
854
|
}
|
|
855
|
-
}),
|
|
856
|
-
const
|
|
857
|
-
var
|
|
855
|
+
}), ht = mt;
|
|
856
|
+
const gt = { class: "flex justify-between items-center" };
|
|
857
|
+
var _t = /* @__PURE__ */ f({
|
|
858
858
|
__name: "SettingItem",
|
|
859
859
|
props: {
|
|
860
860
|
title: {},
|
|
@@ -872,22 +872,22 @@ var vt = /* @__PURE__ */ f({
|
|
|
872
872
|
return (e, t) => (S(), o("div", g({
|
|
873
873
|
class: [...a.value],
|
|
874
874
|
style: { background: e.background }
|
|
875
|
-
}, j({ ...i.value && { click: e.$attrs.onClick || e.$attrs.onClickCapture } }, !0)), [s("div",
|
|
875
|
+
}, j({ ...i.value && { click: e.$attrs.onClick || e.$attrs.onClickCapture } }, !0)), [s("div", gt, [s("div", null, [s("div", { class: v(["u-fx u-gap5 u-fac", N(Y)("setting-item-title")]) }, [D(e.$slots, "title", {}, () => [u(A(e.title), 1)])], 2), D(e.$slots, "desc", {}, () => [s("div", { class: v(N(Y)("setting-item-desc")) }, A(e.desc), 3)])]), s("div", null, [D(e.$slots, "default")])]), s("div", null, [D(e.$slots, "extra")])], 16));
|
|
876
876
|
}
|
|
877
|
-
}),
|
|
877
|
+
}), vt = _t, yt = /* @__PURE__ */ f({
|
|
878
878
|
__name: "SettingDivision",
|
|
879
879
|
setup(e) {
|
|
880
880
|
return (e, t) => (S(), o("div", { class: v(N(Y)("setting-division")) }, null, 2));
|
|
881
881
|
}
|
|
882
|
-
}),
|
|
883
|
-
const
|
|
884
|
-
var
|
|
882
|
+
}), bt = yt;
|
|
883
|
+
const xt = { key: 0 };
|
|
884
|
+
var St = /* @__PURE__ */ f({
|
|
885
885
|
__name: "SettingGroup",
|
|
886
886
|
props: { title: {} },
|
|
887
887
|
setup(e) {
|
|
888
|
-
return (e, t) => (S(), o("div", { class: v([N(Y)("setting-group")]) }, [s("div", { class: v(N(Y)("setting-group-header")) }, [s("div", { class: v(N(Y)("setting-group-title")) }, A(e.title), 3), e.$slots.desc ? (S(), o("div",
|
|
888
|
+
return (e, t) => (S(), o("div", { class: v([N(Y)("setting-group")]) }, [s("div", { class: v(N(Y)("setting-group-header")) }, [s("div", { class: v(N(Y)("setting-group-title")) }, A(e.title), 3), e.$slots.desc ? (S(), o("div", xt, [D(e.$slots, "desc")])) : a("", !0)], 2), s("div", null, [D(e.$slots, "default")])], 2));
|
|
889
889
|
}
|
|
890
|
-
}),
|
|
890
|
+
}), Ct = St, wt = /* @__PURE__ */ f({
|
|
891
891
|
name: "SwitchEnable",
|
|
892
892
|
inheritAttrs: !1,
|
|
893
893
|
__name: "SwitchEnable",
|
|
@@ -922,7 +922,7 @@ var Ct = /* @__PURE__ */ f({
|
|
|
922
922
|
style: "width: 10px; height: 10px;"
|
|
923
923
|
}, null);
|
|
924
924
|
return (e, t) => {
|
|
925
|
-
let r =
|
|
925
|
+
let r = ne;
|
|
926
926
|
return S(), i(r, g({ class: ["u-web-switch", { "u-web-switch-green": n.color === "green" }] }, {
|
|
927
927
|
...n,
|
|
928
928
|
value: void 0
|
|
@@ -934,9 +934,9 @@ var Ct = /* @__PURE__ */ f({
|
|
|
934
934
|
}), null, 16, ["class", "modelValue"]);
|
|
935
935
|
};
|
|
936
936
|
}
|
|
937
|
-
}),
|
|
938
|
-
const
|
|
939
|
-
var
|
|
937
|
+
}), Tt = wt;
|
|
938
|
+
const Et = ["aria-checked", "disabled"];
|
|
939
|
+
var Dt = /* @__PURE__ */ f({
|
|
940
940
|
name: "SwitchPlus",
|
|
941
941
|
__name: "SwitchPlus",
|
|
942
942
|
props: /* @__PURE__ */ h({
|
|
@@ -1006,7 +1006,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1006
1006
|
}, w = async (e) => {
|
|
1007
1007
|
if (x.value || h.value) return;
|
|
1008
1008
|
let t = !_.value, n = t ? c.checkedValue : c.uncheckedValue, r = c.beforeChange;
|
|
1009
|
-
if (
|
|
1009
|
+
if (de(r)) {
|
|
1010
1010
|
b.value = !0;
|
|
1011
1011
|
try {
|
|
1012
1012
|
let i = await r(n);
|
|
@@ -1020,8 +1020,8 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1020
1020
|
}, O = (e) => {
|
|
1021
1021
|
l("blur", e);
|
|
1022
1022
|
};
|
|
1023
|
-
|
|
1024
|
-
(
|
|
1023
|
+
L(i, (e) => {
|
|
1024
|
+
(pe(e) || fe(e)) && (i.value = c.uncheckedValue);
|
|
1025
1025
|
});
|
|
1026
1026
|
let k = r(() => [
|
|
1027
1027
|
m,
|
|
@@ -1060,9 +1060,9 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1060
1060
|
}, [s("span", { class: v(`${N(m)}-handle-icon`) }, [x.value ? (S(), o("span", {
|
|
1061
1061
|
key: 0,
|
|
1062
1062
|
class: v(["i-p-loading", `${N(m)}-loading-icon`])
|
|
1063
|
-
}, null, 2)) : (S(), o(e, { key: 1 }, [_.value ? D(t.$slots, "checked-icon", { key: 0 }) : D(t.$slots, "unchecked-icon", { key: 1 })], 64))], 2)], 6), t.type !== "line" && N(f) !== "small" && (N(d).checked || t.checkedText || N(d).unchecked || t.uncheckedText) ? (S(), o(e, { key: 0 }, [s("span", { class: v(`${N(m)}-text-holder`) }, [_.value ? D(t.$slots, "checked", { key: 0 }, () => [u(A(t.checkedText), 1)]) : D(t.$slots, "unchecked", { key: 1 }, () => [u(A(t.uncheckedText), 1)])], 2), s("span", { class: v(`${N(m)}-text`) }, [_.value ? D(t.$slots, "checked", { key: 0 }, () => [u(A(t.checkedText), 1)]) : D(t.$slots, "unchecked", { key: 1 }, () => [u(A(t.uncheckedText), 1)])], 2)], 64)) : a("", !0)], 46,
|
|
1063
|
+
}, null, 2)) : (S(), o(e, { key: 1 }, [_.value ? D(t.$slots, "checked-icon", { key: 0 }) : D(t.$slots, "unchecked-icon", { key: 1 })], 64))], 2)], 6), t.type !== "line" && N(f) !== "small" && (N(d).checked || t.checkedText || N(d).unchecked || t.uncheckedText) ? (S(), o(e, { key: 0 }, [s("span", { class: v(`${N(m)}-text-holder`) }, [_.value ? D(t.$slots, "checked", { key: 0 }, () => [u(A(t.checkedText), 1)]) : D(t.$slots, "unchecked", { key: 1 }, () => [u(A(t.uncheckedText), 1)])], 2), s("span", { class: v(`${N(m)}-text`) }, [_.value ? D(t.$slots, "checked", { key: 0 }, () => [u(A(t.checkedText), 1)]) : D(t.$slots, "unchecked", { key: 1 }, () => [u(A(t.uncheckedText), 1)])], 2)], 64)) : a("", !0)], 46, Et));
|
|
1064
1064
|
}
|
|
1065
|
-
}),
|
|
1065
|
+
}), Ot = Dt, kt = /* @__PURE__ */ f({
|
|
1066
1066
|
__name: "SwitchPlusEnable",
|
|
1067
1067
|
props: /* @__PURE__ */ h({
|
|
1068
1068
|
modelValue: { type: [
|
|
@@ -1119,18 +1119,18 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1119
1119
|
emits: ["update:value"],
|
|
1120
1120
|
setup(e) {
|
|
1121
1121
|
let t = F(e, "value"), n = e;
|
|
1122
|
-
return (e, r) => (S(), i(
|
|
1122
|
+
return (e, r) => (S(), i(Ot, g({
|
|
1123
1123
|
value: t.value,
|
|
1124
1124
|
"onUpdate:value": r[0] ||= (e) => t.value = e
|
|
1125
1125
|
}, n), {
|
|
1126
|
-
"checked-icon":
|
|
1126
|
+
"checked-icon": R(() => r[1] ||= [s("span", {
|
|
1127
1127
|
style: {
|
|
1128
1128
|
width: "14px",
|
|
1129
1129
|
height: "14px"
|
|
1130
1130
|
},
|
|
1131
1131
|
class: "i-p-checkSmall"
|
|
1132
1132
|
}, null, -1)]),
|
|
1133
|
-
"unchecked-icon":
|
|
1133
|
+
"unchecked-icon": R(() => r[2] ||= [s("span", {
|
|
1134
1134
|
style: {
|
|
1135
1135
|
width: "14px",
|
|
1136
1136
|
height: "14px"
|
|
@@ -1140,7 +1140,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1140
1140
|
_: 1
|
|
1141
1141
|
}, 16, ["value"]));
|
|
1142
1142
|
}
|
|
1143
|
-
}),
|
|
1143
|
+
}), At = kt, jt = /* @__PURE__ */ f({
|
|
1144
1144
|
__name: "thumb",
|
|
1145
1145
|
props: {
|
|
1146
1146
|
data: {},
|
|
@@ -1194,7 +1194,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1194
1194
|
ref_key: "trackRef",
|
|
1195
1195
|
ref: l,
|
|
1196
1196
|
class: v([`${N(c)}-track`, `${N(c)}-track-direction-${e.direction}`]),
|
|
1197
|
-
onMousedown:
|
|
1197
|
+
onMousedown: z(_, ["self"])
|
|
1198
1198
|
}, [s("div", {
|
|
1199
1199
|
ref_key: "thumbRef",
|
|
1200
1200
|
ref: u,
|
|
@@ -1203,7 +1203,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1203
1203
|
onMousedown: g
|
|
1204
1204
|
}, [s("div", { class: v(`${N(c)}-thumb-bar`) }, null, 2)], 38)], 34));
|
|
1205
1205
|
}
|
|
1206
|
-
}),
|
|
1206
|
+
}), Mt = jt, Nt = /* @__PURE__ */ f({
|
|
1207
1207
|
__name: "Scrollbar",
|
|
1208
1208
|
props: {
|
|
1209
1209
|
type: { default: "embed" },
|
|
@@ -1289,7 +1289,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1289
1289
|
{ [`${u}-both`]: O.value },
|
|
1290
1290
|
c.outerClass
|
|
1291
1291
|
]), R = (e, t) => {
|
|
1292
|
-
|
|
1292
|
+
he(e) ? d.value?.scrollTo(e) : (e || t) && d.value?.scrollTo(e, t);
|
|
1293
1293
|
}, z = (e) => {
|
|
1294
1294
|
d.value?.scrollTo({ top: e });
|
|
1295
1295
|
}, B = (e) => {
|
|
@@ -1308,7 +1308,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1308
1308
|
ref: d,
|
|
1309
1309
|
class: `${N(u)}-container`
|
|
1310
1310
|
}, e.$attrs, { onScroll: M }), [D(e.$slots, "default")], 16),
|
|
1311
|
-
!e.hide && w.value ? (S(), i(
|
|
1311
|
+
!e.hide && w.value ? (S(), i(Mt, {
|
|
1312
1312
|
key: 0,
|
|
1313
1313
|
ref_key: "horizontalThumbRef",
|
|
1314
1314
|
ref: m,
|
|
@@ -1317,7 +1317,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1317
1317
|
both: O.value,
|
|
1318
1318
|
onScroll: P
|
|
1319
1319
|
}, null, 8, ["data", "both"])) : a("", !0),
|
|
1320
|
-
!e.hide && E.value ? (S(), i(
|
|
1320
|
+
!e.hide && E.value ? (S(), i(Mt, {
|
|
1321
1321
|
key: 1,
|
|
1322
1322
|
ref_key: "verticalThumbRef",
|
|
1323
1323
|
ref: h,
|
|
@@ -1328,7 +1328,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1328
1328
|
}, null, 8, ["data", "both"])) : a("", !0)
|
|
1329
1329
|
], 6));
|
|
1330
1330
|
}
|
|
1331
|
-
}),
|
|
1331
|
+
}), Pt = Nt, Ft = /* @__PURE__ */ f({
|
|
1332
1332
|
__name: "LazyLoader",
|
|
1333
1333
|
props: {
|
|
1334
1334
|
w: { default: "100%" },
|
|
@@ -1336,21 +1336,21 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1336
1336
|
distance: { default: 0 }
|
|
1337
1337
|
},
|
|
1338
1338
|
setup(e) {
|
|
1339
|
-
let t = e, n = T(!1), r =
|
|
1339
|
+
let t = e, n = T(!1), r = T(), { stop: i } = oe(r, ([{ isIntersecting: e }]) => {
|
|
1340
1340
|
e && (n.value = !0, i());
|
|
1341
1341
|
}, {
|
|
1342
1342
|
rootMargin: `${t.distance}px`,
|
|
1343
1343
|
threshold: 0
|
|
1344
1344
|
});
|
|
1345
|
-
return (e,
|
|
1345
|
+
return (e, i) => n.value ? D(e.$slots, "default", { key: 0 }) : (S(), o("div", {
|
|
1346
1346
|
key: 1,
|
|
1347
1347
|
ref_key: "box",
|
|
1348
1348
|
ref: r,
|
|
1349
1349
|
style: y({
|
|
1350
|
-
height:
|
|
1351
|
-
width:
|
|
1350
|
+
height: t.h,
|
|
1351
|
+
width: t.w
|
|
1352
1352
|
})
|
|
1353
1353
|
}, null, 4));
|
|
1354
1354
|
}
|
|
1355
|
-
}),
|
|
1356
|
-
export {
|
|
1355
|
+
}), It = Ft;
|
|
1356
|
+
export { _e as BackTop, we as ContextMenu, Ae as ContextMenuDivider, Oe as ContextMenuGroup, Ee as ContextMenuItem, Me as ContextMenuSubmenu, It as LazyLoader, Se as LeftMenu, be as LeftMenuEventDispatch, $ as LeftMenuEvents, Xe as PageHeader, ht as Result, Pt as Scrollbar, bt as SettingDivision, Ct as SettingGroup, vt as SettingItem, Ie as SplitPanel, Tt as SwitchEnable, Ot as SwitchPlus, At as SwitchPlusEnable, Mt as Thumb, Re as UtoolsBaseLayout, Je as UtoolsLayout, ye as WebBaseLayout, Pe as WebLayout, X as getBuildCurrentClassPrefix, Y as getClassPrefix, ue as isEventExist, de as isFunction, fe as isNull, me as isNumber, he as isObject, pe as isUndefined, Q as off, Z as on };
|
package/dist/u-web-ui.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:root{--red-1:255,236,232;--red-2:253,205,197;--red-3:251,172,163;--red-4:249,137,129;--red-5:247,101,96;--red-6:245,63,63;--red-7:203,39,45;--red-8:161,21,30;--red-9:119,8,19;--red-10:77,0,10;--gray-1:247,248,250;--gray-2:242,243,245;--gray-3:229,230,235;--gray-4:201,205,212;--gray-5:169,174,184;--gray-6:134,144,156;--gray-7:107,119,133;--gray-8:78,89,105;--gray-9:39,46,59;--gray-10:29,33,41;--green-1:232,255,234;--green-2:175,240,181;--green-3:123,225,136;--green-4:76,210,99;--green-5:35,195,67;--green-6:0,180,42;--green-7:0,154,41;--green-8:0,128,38;--green-9:0,102,34;--green-10:0,77,28;--blue-1:0,26,77;--blue-2:5,47,120;--blue-3:19,76,163;--blue-4:41,113,207;--blue-5:70,153,250;--blue-6:90,170,251;--blue-7:125,193,252;--blue-8:161,213,253;--blue-9:198,232,254;--blue-10:234,248,255;--u-bg-color:#f4f4f4;--u-bg-color-2:#fafbfb;--u-bg-color-3:#fff;--u-bg-color-3-hover:rgb(var(--gray-3),.5);--u-bg-color-3-active:rgb(var(--gray-3),.8);--u-blue-7:13,66,210;--u-blue-6:22,93,255;--u-blue-5:64,128,255;--u-wechat-color:#2ba471;--u-color-neutral-1:#f7f8fa;--u-color-neutral-2:#f2f3f5;--u-color-neutral-3:#e5e6ec;--u-shadow-sm:#0000001a 0px 1px 2px 0px;--u-shadow-lg:0 6px 16px 0 #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;--u-radius-small:4px;--u-radius-default:6px;--u-radius-medium:8px;--u-radius-large:10px;--u-radius-circle:50%;--u-text-color:var(--td-font-gray-1);--u-text-color-tips:#8a939f;--u-text-color-3:#86909c;--u-text-color-hover:#0052d9;--u-text-color-primary:var(--td-font-gray-1);--u-text-color-secondary:var(--td-font-gray-2);--u-text-color-placeholder:var(--td-font-gray-3);--u-text-color-disabled:var(--td-font-gray-4);--u-text-color-anti:#fff;--u-text-color-brand:var(--td-brand-color-7);--u-text-color-link:var(--td-brand-color-8);--u-text-color-danger:rgb(var(--red-6))}html[theme-mode=dark]{--red-1:77,0,10;--red-2:119,6,17;--red-3:161,22,31;--red-4:203,46,52;--red-5:245,78,78;--red-6:247,105,101;--red-7:249,141,134;--red-8:251,176,167;--red-9:253,209,202;--red-10:255,240,236;--gray-1:23,23,26;--gray-2:46,46,48;--gray-3:72,72,73;--gray-4:95,95,96;--gray-5:120,120,122;--gray-6:146,146,147;--gray-7:171,171,172;--gray-8:197,197,197;--gray-9:223,223,223;--gray-10:246,246,246;--green-1:0,77,28;--green-2:4,102,37;--green-3:10,128,45;--green-4:18,154,55;--green-5:29,180,64;--green-6:39,195,70;--green-7:80,210,102;--green-8:126,225,139;--green-9:178,240,183;--green-10:235,255,236;--blue-1:232,247,255;--blue-2:195,231,254;--blue-3:159,212,253;--blue-4:123,192,252;--blue-5:87,169,251;--blue-6:52,145,250;--blue-7:32,108,207;--blue-8:17,75,163;--blue-9:6,48,120;--blue-10:0,26,77;--u-bg-color:#303133;--u-bg-color-2:#2e2e30;--u-bg-color-3:#2a2a2b;--u-bg-color-3-hover:rgb(var(--gray-3),.65);--u-color-neutral-1:#f7f8fa;--u-color-neutral-2:#484849;--u-color-neutral-3:#e5e6ec;--u-text-color:var(--td-font-white-1);--u-text-color-tips:#8a939f;--u-text-color-primary:var(--td-font-white-1);--u-text-color-secondary:var(--td-font-white-2);--u-text-color-placeholder:var(--td-font-white-3);--u-text-color-disabled:var(--td-font-white-4);--u-text-color-anti:#fff;--u-text-color-brand:var(--td-brand-color-8);--u-text-color-link:var(--td-brand-color-8);--u-text-color-danger:rgb(var(--red-6))}.u-t-input .t-input{border-color:#0000;transition:border-color .25s linear}.u-t-input .t-input:hover{border-color:var(--td-border-level-2-color)}.u-t-input .t-input:focus{box-shadow:none}.u-t-input .t-input--focused{box-shadow:none;border-color:var(--td-brand-color)!important}.t-collapse.u-t-collapse{background-color:#0000;border:none}.t-collapse.u-t-collapse .t-collapse-panel__header{border-bottom:none;padding:8px 13px}.t-collapse.u-t-collapse .t-collapse-panel__body{background:0 0;border-bottom:none}.t-collapse.u-t-collapse .t-collapse-panel__body .t-collapse-panel__content{color:var(--u-text-color);padding:0 6px 0 14px}.u-slider-green .t-slider__button{background:rgb(var(--green-4));border-color:rgb(var(--green-4))}.u-slider-green .t-slider__button--dragging,.u-slider-green .t-slider__button:hover{background-color:rgb(var(--green-5));border-color:rgb(var(--green-5))}.u-slider-blue .t-slider__button{background:rgb(var(--blue-5));border-color:rgb(var(--blue-5))}.u-slider-blue .t-slider__button--dragging,.u-slider-blue .t-slider__button:hover{border-color:rgb(var(--blue-6));background-color:rgb(var(--blue-6))!important}.u-slider-no-fill .t-slider__track{background:0 0}.u-slider .t-slider__rail,.u-slider .t-slider__track{height:8px}.u-slider .t-slider__button{transition:all .2s linear}.u-slider .t-slider__button--dragging{box-shadow:none;transform:scale(1.25)}.u-web-radio-group.t-size-m .t-radio-button{height:24px!important}.t-notification__content{max-height:100%!important}.t-divider--horizontal.u-web-divider-mini{margin:var(--td-comp-margin-s)0}.t-divider--horizontal.u-web-divider-small{margin:var(--td-comp-margin-m)0}.t-divider--horizontal.u-web-divider-medium{margin:var(--td-comp-margin-xl)0}.t-divider--horizontal.u-web-divider-large{margin:var(--td-comp-margin-xxl)0}.u-select .t-select-input .t-input{display:flex!important}.t-table.u-web-table,.u-web-table .t-table__content tr{background-color:#0000}:root{--scrollbar-track-size:15px;--scrollbar-thumb-bar-size:6px;--scrollbar-thumb-bar-bg-color:rgb(var(--gray-5),.6);--scrollbar-thumb-bar-bg-color-hover:rgb(var(--gray-6),.8);--scrollbar-thumb-bar-border-radius:var(--u-radius-small);--scrollbar-track-bg-color:var(--u-bg-color-2);--scrollbar-track-border-size:1px;--scrollbar-track-border-color:var(--u-color-neutral-3)}html[theme-mode=dark]{--scrollbar-thumb-bar-bg-color:rgb(var(--gray-6),.6);--scrollbar-thumb-bar-bg-color-hover:rgb(var(--gray-7),.8);--scrollbar-track-bg-color:var(--u-bg-color-2);--scrollbar-track-border-color:var(--u-color-neutral-2)}*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-weight:400}*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-p-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 11L16.875 37L5 25.1818' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-checkSmall{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 24L20 34L40 14' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8L40 40' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 40L40 8' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-closeSmall{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 14L34 34' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 34L34 14' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-expandLeft{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9C6 7.34315 7.34315 6 9 6H39C40.6569 6 42 7.34315 42 9V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9Z' fill='none' stroke='currentColor' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M32 6V42' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 20L20 24L16 28' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 6H38' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 42H38' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-expandRight{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='6' width='36' height='36' rx='3' fill='none' stroke='currentColor' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M18 6V42' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 6H36' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 42H36' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 20L28 24L32 28' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-info{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7q-.825 0-1.412-.587T10 5t.588-1.412T12 3t1.413.588T14 5t-.587 1.413T12 7m0 14q-.625 0-1.062-.437T10.5 19.5v-9q0-.625.438-1.062T12 9t1.063.438t.437 1.062v9q0 .625-.437 1.063T12 21'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:256px;height:256px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 36L19 24L31 12' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 24C4 35.0457 12.9543 44 24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.-container{width:-100%}.container{width:100%}@media (min-width:360px){.-container{max-width:-360px}.container{max-width:360px}}@media (min-width:640px){.-container{max-width:-640px}.container{max-width:640px}}@media (min-width:768px){.-container{max-width:-768px}.container{max-width:768px}}@media (min-width:800px){.-container{max-width:-800px}.container{max-width:800px}}@media (min-width:1024px){.-container{max-width:-1024px}.container{max-width:1024px}}@media (min-width:1280px){.-container{max-width:-1280px}.container{max-width:1280px}}@media (min-width:1536px){.-container{max-width:-1536px}.container{max-width:1536px}}.visible{visibility:visible}.h-12{height:3rem}.h-5{height:1.25rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-0{min-height:0}.w-12{width:3rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-full{width:100%}.flex{display:flex}.cursor-pointer{cursor:pointer}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}[stroke-width~="2"]{stroke-width:2px}[stroke-width~="3"]{stroke-width:3px}.p-1{padding:.25rem}.px,[px=""]{padding-left:1rem;padding-right:1rem}.pl-5{padding-left:1.25rem}.pr-3{padding-right:.75rem}.font-bold{font-weight:700}.blur{--un-blur:blur(8px);filter:var(--un-blur)var(--un-brightness)var(--un-contrast)var(--un-drop-shadow)var(--un-grayscale)var(--un-hue-rotate)var(--un-invert)var(--un-saturate)var(--un-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:800px){.ut\:p-2{padding:.5rem}}@media (min-width:1280px){.xl\:p-4{padding:1rem}}.u-web-back-top{z-index:100;cursor:pointer;position:fixed;bottom:50px;right:28px}.u-web-back-top-small .u-web-back-top-btn{width:32px;height:32px}.u-web-back-top-btn{width:40px;height:40px;color:var(--u-text-color-secondary);background-color:var(--u-bg-color-3);border:1px solid var(--u-color-neutral-3);border-radius:var(--u-radius-default);cursor:pointer;box-shadow:var(--u-shadow-sm);outline:none;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.u-web-back-top-btn:hover{color:var(--u-text-color-primary);background-color:var(--u-bg-color-3-hover);transform:translateY(-2px)}.u-web-back-top-btn:active{transform:translateY(0)}.u-web-back-top-icon{width:16px;height:16px}.fade-in-enter-active,.fade-in-leave-active{transition:opacity .3s,transform .3s}.fade-in-enter-from,.fade-in-leave-to{opacity:0;transform:translateY(10px)}.fade-in-enter-to,.fade-in-leave-from{opacity:1;transform:translateY(0)}.u-web-main-content{background:var(--u-bg-color)}.u-web-main-content-inner{background-color:var(--u-bg-color);border-radius:.5rem;height:100%;padding:4px;overflow:hidden auto}.u-web-context-menu-trigger{display:contents}.u-web-context-menu-mask{z-index:999;background:0 0;position:fixed;inset:0}.u-web-context-menu-menu{z-index:1000;background:var(--u-bg-color-3);border:1px solid var(--gray-3);border-radius:var(--u-radius-default);width:max-content;min-width:100px;box-shadow:var(--u-shadow-lg);-webkit-user-select:none;user-select:none;padding:4px 0;position:fixed}.u-web-context-menu-submenu-popup{z-index:1001;position:absolute;top:0;left:100%}.u-web-context-menu-item{color:var(--u-text-color);cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;margin:0 4px;padding:6px 12px;font-size:14px;line-height:22px;transition:all .2s;display:flex;position:relative}.u-web-context-menu-item:hover{background-color:var(--u-bg-color-3-hover)}.u-web-context-menu-item:active{background-color:var(--u-bg-color-3-active)}.u-web-context-menu-item-disabled{color:var(--u-text-color-disabled);cursor:not-allowed}.u-web-context-menu-item-disabled:hover{background-color:#0000}.u-web-context-menu-item-danger{color:var(--u-text-color-danger)}.u-web-context-menu-item-danger:hover{background-color:rgba(var(--red-5),.1)}.u-web-context-menu-item-icon{margin-right:8px;font-size:14px}.u-web-context-menu-item-label{flex:1}.u-web-context-menu-submenu{position:relative}.u-web-context-menu-submenu-arrow{color:rgb(var(--gray-4));margin-left:8px;font-size:10px;transition:color 90ms linear}.u-web-context-menu-submenu-active{background-color:#0000000a}.u-web-context-menu-submenu-active>.u-web-context-menu-submenu-arrow{color:rgb(var(--gray-6))}.u-web-context-menu-submenu-disabled .u-web-context-menu-submenu-arrow{color:rgb(var(--gray-3))}.u-web-context-menu-group-title{color:var(--u-text-color-secondary);padding:4px 6px;font-size:12px;font-weight:500;line-height:20px}.u-web-context-menu-group:not(:first-child){border-top:1px solid var(--u-color-neutral-2);margin-top:2px;padding-top:2px}.u-web-context-menu-divider{background-color:var(--u-color-neutral-2);height:1px;margin:4px 0}.u-web-split-panel{width:100%;height:100%;display:flex}.u-web-split-panel-horizontal{flex-direction:row}.u-web-split-panel-vertical{flex-direction:column}.u-web-split-panel-pane{overflow:hidden}.u-web-split-panel-pane-second{flex:1;min-width:0;min-height:0}.u-web-split-trigger{background:var(--u-bg-color-2,#f0f0f0);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:relative}.u-web-split-trigger:hover:not(.u-web-split-trigger-disabled){background:var(--u-bg-color-3-hover,#e8e8e8)}.u-web-split-trigger-horizontal{cursor:col-resize;width:6px;margin:0 1px}.u-web-split-trigger-horizontal .u-web-split-trigger-icon{flex-direction:column;gap:2px;display:flex}.u-web-split-trigger-horizontal .u-web-split-trigger-line{background:var(--u-text-color-placeholder,#999);border-radius:1px;width:2px;height:12px}.u-web-split-trigger-vertical{cursor:row-resize;height:6px;margin:1px 0}.u-web-split-trigger-vertical .u-web-split-trigger-icon{flex-direction:row;gap:2px;display:flex}.u-web-split-trigger-vertical .u-web-split-trigger-line{background:var(--u-text-color-placeholder,#999);border-radius:1px;width:12px;height:2px}.u-web-split-trigger-disabled{cursor:not-allowed;opacity:.5}.u-web-split-trigger-disabled:hover{background:var(--u-bg-color-2,#f0f0f0)}.utools{height:100%}.utools .t-default-menu.t-is-collapsed .t-menu__logo>*,.utools .t-menu__logo>*{margin-left:0}.utools .t-is-collapsed .t-menu__logo .title{display:none}.utools .t-is-collapsed .t-menu__logo:not(:empty){border-bottom:none;justify-content:center}.utools .t-menu__logo{padding:0 8px}.utools .u-web-left-menu-small .t-default-menu__inner .t-menu{padding:8px 3px}.utools .t-default-menu__inner .t-menu{padding:12px 6px}.utools .t-default-menu{background:var(--u-bg-color)}.utools .t-default-menu .t-menu__item.t-is-active:not(.t-is-opened),.utools .t-default-menu .t-menu__item:hover:not(.t-is-active):not(.t-is-disabled){background:var(--u-bg-color-2)}.u-web-utools-left-menu{width:100%;height:100%;position:relative}.u-web-utools-left-menu .u-web-utools-left-menu-collapse{z-index:888;border-radius:var(--u-radius-circle);background-color:var(--u-bg-color-2);cursor:pointer;width:32px;height:32px;color:var(--u-text-color-3);padding:4px;transition:all .28s linear;position:absolute;top:8px;right:-32px}.u-web-utools-left-menu .u-web-utools-left-menu-collapse:hover{color:var(--u-text-color-hover);box-shadow:0 1px 2px #0000001a}.utools .t-is-collapsed~* .u-web-utools-main-content-area{width:calc(100vw - 52px)}.utools .u-web-left-menu-small .t-is-collapsed~* .u-web-utools-main-content-area{width:calc(100vw - 38px)}.u-web-utools-content-wrapper{box-sizing:border-box;background:var(--u-bg-color);grid-template-rows:24px calc(100vh - 39px) 15px;grid-template-columns:1fr;width:100%;height:100%;min-height:100vh;display:grid;overflow:auto hidden}.u-web-utools-content-wrapper .content{width:100%;max-width:100%;padding:4px;overflow-x:hidden}.u-web-utools-content-wrapper .content .content-inner{border-radius:var(--u-radius-medium);background-color:var(--u-bg-color-2);width:100%;height:100%;overflow-y:auto;box-shadow:0 1px 2px #0000001a}.u-web-page-header{background:var(--u-bg-color-2);border-bottom:1px solid var(--u-color-neutral-2);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.u-web-page-header-small{padding:14px 16px 12px}.u-web-page-header-small .u-web-page-header-title{font-size:16px}.u-web-page-header-small .u-web-page-header-header-back .t-icon{font-size:18px}.u-web-page-header-large{padding:20px 24px}.u-web-page-header-large .u-web-page-header-title{font-size:20px}.u-web-page-header-large .u-web-page-header-header-back .t-icon{font-size:24px}.u-web-page-header-header{gap:6px}.u-web-page-header-header-back .t-icon{font-size:20px}.u-web-page-header-subtitle{color:var(--u-text-color-secondary)}.u-web-page-header-divider{height:20px}.u-web-page-header-title{color:var(--u-text-color);font-size:18px;font-weight:500;line-height:1.5}.u-web-page-header-extra{align-items:center;gap:16px;display:flex}.u-web-result{box-sizing:border-box;width:100%;padding:48px 24px 24px}.u-web-result-icon{text-align:center;margin-bottom:12px;font-size:48px}.u-web-result-icon-tip{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;display:flex}.u-web-result-icon-custom .u-web-result-icon-tip{color:var(--u-text-color-secondary);width:unset;height:unset;font-size:64px}.u-web-result-icon-success .u-web-result-icon-tip{color:rgb(var(--green-6));background-color:rgba(var(--green-6),.1)}.u-web-result-icon-error .u-web-result-icon-tip{color:rgb(var(--red-6));background-color:rgba(var(--red-6),.1)}.u-web-result-icon-info .u-web-result-icon-tip{color:rgb(var(--blue-6));background-color:rgba(var(--blue-6),.1)}.u-web-result-icon-warning .u-web-result-icon-tip{color:#ff9500;background-color:#ff95001a}.u-web-result-icon-404,.u-web-result-icon-403,.u-web-result-icon-500{padding-top:24px}.u-web-result-icon-404 .u-web-result-icon-tip,.u-web-result-icon-403 .u-web-result-icon-tip,.u-web-result-icon-500 .u-web-result-icon-tip{width:240px;height:160px;line-height:160px}.u-web-result-title{color:var(--u-text-color-primary);text-align:center;margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.5715}.u-web-result-subtitle{color:var(--u-text-color-secondary);text-align:center;margin-bottom:8px;font-size:14px;line-height:1.5715}.u-web-result-extra{text-align:center;margin-top:16px}.u-web-result-content{margin-top:24px}.result-error-icon[data-v-fc6ebdc7]{flex-direction:column;align-items:center;gap:16px;display:flex}.result-error-text[data-v-fc6ebdc7]{color:var(--u-text-color-secondary);opacity:.6;font-size:48px;font-weight:700}.result-error-icon[data-v-cdc3b8a1]{flex-direction:column;align-items:center;gap:16px;display:flex}.result-error-text[data-v-cdc3b8a1]{color:var(--u-text-color-secondary);opacity:.6;font-size:48px;font-weight:700}.result-error-icon[data-v-cb66ef61]{flex-direction:column;align-items:center;gap:16px;display:flex}.result-error-text[data-v-cb66ef61]{color:var(--u-text-color-secondary);opacity:.6;font-size:48px;font-weight:700}.u-web-setting-item{background:var(--u-bg-color-3);-webkit-user-select:none;user-select:none;padding:15px 10px;transition:all .28s linear}.u-web-setting-item:hover{background:rgb(var(--gray-2),.5)}.u-web-setting-item-small{padding:8px}.u-web-setting-item-small .u-web-setting-item-title{font-size:14px}.u-web-setting-item-title{margin-bottom:.25rem;font-size:1rem;font-weight:700}.u-web-setting-item-desc{color:var(--u-text-color-tips);font-size:12px}.u-web-division{border-bottom:1px dashed var(--u-color-neutral-2)}.u-web-setting-group>div:last-child{border-radius:6px;transition:all .26s linear;overflow:hidden}.u-web-setting-group>div:last-child:hover{box-shadow:0 3px 5px #0000000a}.u-web-setting-group-header,.u-web-setting-group-title{margin-bottom:.5rem}.u-web-setting-group-title{border-left:2px solid rgb(var(--u-blue-5));padding-left:.5rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.u-web-switch-green{transition:background-color .2s linear}.u-web-switch-green.t-is-checked{background-color:rgba(var(--green-5))}.u-web-switch-green.t-is-checked:hover{background-color:rgba(var(--green-6))}@keyframes switch-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.switch-slide-text-enter-from{left:-100%!important}.switch-slide-text-enter-to{left:8px!important}.switch-slide-text-enter-active{transition:left .2s}.switch-slide-text-leave-from{left:100%!important}.switch-slide-text-leave-to{left:30px!important}.switch-slide-text-leave-active{transition:left .2s}.u-web-switch-plus{box-sizing:border-box;vertical-align:middle;background-color:rgb(var(--gray-4));cursor:pointer;border:none;border-radius:14px;outline:none;min-width:44px;height:28px;padding:0;line-height:28px;transition:background-color .2s;position:relative;overflow:hidden}.u-web-switch-plus-handle{width:20px;height:20px;color:rgb(var(--gray-6));background-color:var(--u-bg-color-3);box-shadow:var(--u-shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex;position:absolute;top:4px;left:4px}.u-web-switch-plus-checked{background-color:rgb(var(--blue-5))}.u-web-switch-plus-checked .u-web-switch-plus-handle{color:rgb(var(--blue-5));left:calc(100% - 24px)}.u-web-switch-plus[disabled] .u-web-switch-plus-handle,.u-web-switch-plus[disabled].u-web-switch-plus-checked .u-web-switch-plus-handle{color:rgb(var(--gray-5))}.u-web-switch-plus-text-holder{opacity:0;margin:0 8px 0 30px;font-size:12px}.u-web-switch-plus-text{color:rgb(var(--gray-6));font-size:12px;position:absolute;top:0;left:30px}.u-web-switch-plus-checked .u-web-switch-plus-text-holder{margin:0 30px 0 8px}.u-web-switch-plus-checked .u-web-switch-plus-text{color:var(--u-bg-color-3);left:8px}.u-web-switch-plus[disabled]{background-color:rgb(var(--gray-3));cursor:not-allowed}.u-web-switch-plus[disabled] .u-web-switch-plus-text{color:rgb(var(--gray-5))}.u-web-switch-plus[disabled].u-web-switch-plus-checked{background-color:rgb(var(--gray-4))}.u-web-switch-plus[disabled].u-web-switch-plus-checked .u-web-switch-plus-text{color:rgb(var(--gray-5))}.u-web-switch-plus-loading{background-color:rgb(var(--gray-4))}.u-web-switch-plus-loading .u-web-switch-plus-handle,.u-web-switch-plus-loading .u-web-switch-plus-text{color:rgb(var(--gray-6))}.u-web-switch-plus-loading.u-web-switch-plus-checked{background-color:rgb(var(--blue-6))}.u-web-switch-plus-loading.u-web-switch-plus-checked .u-web-switch-plus-handle{color:rgb(var(--blue-5))}.u-web-switch-plus-loading.u-web-switch-plus-checked .u-web-switch-plus-text{color:var(--u-bg-color-3)}.u-web-switch-plus-loading-icon{animation:1s linear infinite switch-loading-spin;display:inline-block}.u-web-switch-plus-medium{min-width:38px;height:24px;line-height:24px}.u-web-switch-plus-medium.u-web-switch-plus-checked{padding-left:-4px}.u-web-switch-plus-medium .u-web-switch-plus-handle{border-radius:12px;width:16px;height:16px;top:4px;left:4px}.u-web-switch-plus-medium .u-web-switch-plus-handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 20px)}.u-web-switch-plus-medium .u-web-switch-plus-text-holder{margin:0 8px 0 26px}.u-web-switch-plus-medium .u-web-switch-plus-text{left:26px}.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-text-holder{margin:0 26px 0 8px}.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-text{left:8px}.u-web-switch-plus-small{min-width:32px;height:20px;line-height:20px}.u-web-switch-plus-small.u-web-switch-plus-checked{padding-left:-3px}.u-web-switch-plus-small .u-web-switch-plus-handle{border-radius:10px;width:14px;height:14px;top:3px;left:3px}.u-web-switch-plus-small .u-web-switch-plus-handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.66667)}.u-web-switch-plus-small.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 17px)}.u-web-switch-plus-mini{min-width:26px;height:16px;line-height:16px}.u-web-switch-plus-mini.u-web-switch-plus-checked{padding-left:-3px}.u-web-switch-plus-mini .u-web-switch-plus-handle{border-radius:8px;width:10px;height:10px;top:3px;left:3px}.u-web-switch-plus-mini .u-web-switch-plus-handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 13px)}.u-web-switch-plus-mini .u-web-switch-plus-text-holder{margin:0 6px 0 17px;font-size:10px}.u-web-switch-plus-mini .u-web-switch-plus-text{font-size:10px;left:17px}.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-text-holder{margin:0 17px 0 6px}.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-text{left:6px}.u-web-switch-plus-type-round{border-radius:var(--u-radius-small);min-width:44px}.u-web-switch-plus-type-round .u-web-switch-plus-handle{border-radius:2px}.u-web-switch-plus-type-round.u-web-switch-plus-medium{border-radius:var(--u-radius-small);min-width:38px}.u-web-switch-plus-type-round.u-web-switch-plus-medium .u-web-switch-plus-handle{border-radius:2px}.u-web-switch-plus-type-round.u-web-switch-plus-small{border-radius:2px;min-width:32px;height:20px;line-height:20px}.u-web-switch-plus-type-round.u-web-switch-plus-small .u-web-switch-plus-handle{border-radius:1px}.u-web-switch-plus-type-round.u-web-switch-plus-mini{border-radius:2px;min-width:26px}.u-web-switch-plus-type-round.u-web-switch-plus-mini .u-web-switch-plus-handle{border-radius:1px}.u-web-switch-plus-type-line{min-width:44px;overflow:unset;background-color:#0000}.u-web-switch-plus-type-line:after{background-color:rgb(var(--gray-4));content:"";border-radius:2px;width:100%;height:4px;transition:background-color .2s;display:block}.u-web-switch-plus-type-line .u-web-switch-plus-handle{background-color:var(--u-bg-color-3);width:18px;height:18px;box-shadow:var(--u-shadow-sm);border-radius:9px;top:5px;left:0}.u-web-switch-plus-type-line.u-web-switch-plus-checked{background-color:#0000}.u-web-switch-plus-type-line.u-web-switch-plus-checked:after{background-color:rgb(var(--blue-5))}.u-web-switch-plus-type-line.u-web-switch-plus-custom-color{--custom-color:rgb(var(--gray-4))}.u-web-switch-plus-type-line.u-web-switch-plus-custom-color:after{background-color:var(--custom-color)}.u-web-switch-plus-type-line.u-web-switch-plus-custom-color.u-web-switch-plus-checked{--custom-color:rgb(var(--blue-5))}.u-web-switch-plus-type-line.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 18px)}.u-web-switch-plus-type-line.u-web-switch-plus-medium{min-width:38px}.u-web-switch-plus-type-line.u-web-switch-plus-medium .u-web-switch-plus-handle{border-radius:7px;width:14px;height:14px;top:5px}.u-web-switch-plus-type-line.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 14px)}.u-web-switch-plus-type-line[disabled]{cursor:not-allowed;background-color:#0000}.u-web-switch-plus-type-line[disabled]:after{background-color:rgb(var(--gray-3))}.u-web-switch-plus-type-line[disabled].u-web-switch-plus-checked{background-color:#0000}.u-web-switch-plus-type-line[disabled].u-web-switch-plus-checked:after{background-color:rgb(var(--gray-4))}.u-web-switch-plus-type-line.u-web-switch-plus-loading{background-color:#0000}.u-web-switch-plus-type-line.u-web-switch-plus-loading:after{background-color:rgb(var(--gray-4))}.u-web-switch-plus-type-line.u-web-switch-plus-loading.u-web-switch-plus-checked{background-color:#0000}.u-web-switch-plus-type-line.u-web-switch-plus-loading.u-web-switch-plus-checked:after{background-color:rgb(var(--blue-6))}.u-web-switch-plus-type-line.u-web-switch-plus-small{min-width:32px;height:20px;line-height:20px}.u-web-switch-plus-type-line.u-web-switch-plus-small.u-web-switch-plus-checked{padding-left:-4px}.u-web-switch-plus-type-line.u-web-switch-plus-small .u-web-switch-plus-handle{border-radius:10px;width:12px;height:12px;top:4px}.u-web-switch-plus-type-line.u-web-switch-plus-small .u-web-switch-plus-handle-icon{transform:translate(-50%,-50%)scale(1)}.u-web-switch-plus-type-line.u-web-switch-plus-small.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 12px)}.u-web-switch-plus-type-line.u-web-switch-plus-mini{min-width:26px}.u-web-switch-plus-type-line.u-web-switch-plus-mini .u-web-switch-plus-handle{border-radius:4px;width:8px;height:8px;top:4px}.u-web-switch-plus-type-line.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 8px)}.u-web-scrollbar{position:relative}.u-web-scrollbar-container{scrollbar-width:none;position:relative;overflow:auto}.u-web-scrollbar-container::-webkit-scrollbar{display:none}.u-web-scrollbar-track{z-index:100;position:absolute}.u-web-scrollbar-track-direction-horizontal{box-sizing:border-box;width:100%;height:var(--scrollbar-track-size);bottom:0;left:0}.u-web-scrollbar-track-direction-vertical{box-sizing:border-box;width:var(--scrollbar-track-size);height:100%;top:0;right:0}.u-web-scrollbar-thumb{box-sizing:border-box;display:block;position:absolute}.u-web-scrollbar-thumb-bar{background-color:var(--scrollbar-thumb-bar-bg-color);border-radius:var(--scrollbar-thumb-bar-border-radius);width:100%;height:100%}.u-web-scrollbar-thumb:hover .u-web-scrollbar-thumb-bar,.u-web-scrollbar-thumb-dragging .u-web-scrollbar-thumb-bar{background-color:var(--scrollbar-thumb-bar-bg-color-hover)}.u-web-scrollbar-thumb-direction-horizontal .u-web-scrollbar-thumb-bar{height:var(--scrollbar-thumb-bar-size);margin:calc((var(--scrollbar-track-size) - var(--scrollbar-thumb-bar-size))/2)0}.u-web-scrollbar-thumb-direction-vertical .u-web-scrollbar-thumb-bar{width:var(--scrollbar-thumb-bar-size);margin:0 calc((var(--scrollbar-track-size) - var(--scrollbar-thumb-bar-size))/2)}.u-web-scrollbar.u-web-scrollbar-type-embed .u-web-scrollbar-thumb{opacity:0;transition:opacity .2s}.u-web-scrollbar.u-web-scrollbar-type-embed .u-web-scrollbar-thumb-dragging,.u-web-scrollbar.u-web-scrollbar-type-embed:hover .u-web-scrollbar-thumb{opacity:.8}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-track{background-color:var(--scrollbar-track-bg-color)}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-track-direction-horizontal{border-top:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);border-bottom:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color)}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-track-direction-vertical{border-right:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);border-left:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color)}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-thumb-direction-horizontal{margin:calc(-1*var(--scrollbar-track-border-size))0}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-thumb-direction-vertical{margin:0 calc(-1*var(--scrollbar-track-border-size))}.u-web-scrollbar.u-web-scrollbar-type-track.u-web-scrollbar-both .u-web-scrollbar-track-direction-vertical:after{right:calc(-1*var(--scrollbar-track-border-size));box-sizing:border-box;width:var(--scrollbar-track-size);height:var(--scrollbar-track-size);background-color:var(--scrollbar-track-bg-color);border-right:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);border-bottom:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);content:"";display:block;position:absolute;bottom:0}
|
|
1
|
+
:root{--red-1:255,236,232;--red-2:253,205,197;--red-3:251,172,163;--red-4:249,137,129;--red-5:247,101,96;--red-6:245,63,63;--red-7:203,39,45;--red-8:161,21,30;--red-9:119,8,19;--red-10:77,0,10;--gray-1:247,248,250;--gray-2:242,243,245;--gray-3:229,230,235;--gray-4:201,205,212;--gray-5:169,174,184;--gray-6:134,144,156;--gray-7:107,119,133;--gray-8:78,89,105;--gray-9:39,46,59;--gray-10:29,33,41;--green-1:232,255,234;--green-2:175,240,181;--green-3:123,225,136;--green-4:76,210,99;--green-5:35,195,67;--green-6:0,180,42;--green-7:0,154,41;--green-8:0,128,38;--green-9:0,102,34;--green-10:0,77,28;--blue-1:0,26,77;--blue-2:5,47,120;--blue-3:19,76,163;--blue-4:41,113,207;--blue-5:70,153,250;--blue-6:90,170,251;--blue-7:125,193,252;--blue-8:161,213,253;--blue-9:198,232,254;--blue-10:234,248,255;--u-bg-color:#f4f4f4;--u-bg-color-2:#fafbfb;--u-bg-color-3:#fff;--u-bg-color-3-hover:rgb(var(--gray-3),.5);--u-bg-color-3-active:rgb(var(--gray-3),.8);--u-blue-7:13,66,210;--u-blue-6:22,93,255;--u-blue-5:64,128,255;--u-wechat-color:#2ba471;--u-color-neutral-1:#f7f8fa;--u-color-neutral-2:#f2f3f5;--u-color-neutral-3:#e5e6ec;--u-shadow-sm:#0000001a 0px 1px 2px 0px;--u-shadow-lg:0 6px 16px 0 #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;--u-radius-small:4px;--u-radius-default:6px;--u-radius-medium:8px;--u-radius-large:10px;--u-radius-circle:50%;--u-text-color:var(--td-font-gray-1);--u-text-color-tips:#8a939f;--u-text-color-3:#86909c;--u-text-color-hover:#0052d9;--u-text-color-primary:var(--td-font-gray-1);--u-text-color-secondary:var(--td-font-gray-2);--u-text-color-placeholder:var(--td-font-gray-3);--u-text-color-disabled:var(--td-font-gray-4);--u-text-color-anti:#fff;--u-text-color-brand:var(--td-brand-color-7);--u-text-color-link:var(--td-brand-color-8);--u-text-color-danger:rgb(var(--red-6))}html[theme-mode=dark]{--red-1:77,0,10;--red-2:119,6,17;--red-3:161,22,31;--red-4:203,46,52;--red-5:245,78,78;--red-6:247,105,101;--red-7:249,141,134;--red-8:251,176,167;--red-9:253,209,202;--red-10:255,240,236;--gray-1:23,23,26;--gray-2:46,46,48;--gray-3:72,72,73;--gray-4:95,95,96;--gray-5:120,120,122;--gray-6:146,146,147;--gray-7:171,171,172;--gray-8:197,197,197;--gray-9:223,223,223;--gray-10:246,246,246;--green-1:0,77,28;--green-2:4,102,37;--green-3:10,128,45;--green-4:18,154,55;--green-5:29,180,64;--green-6:39,195,70;--green-7:80,210,102;--green-8:126,225,139;--green-9:178,240,183;--green-10:235,255,236;--blue-1:232,247,255;--blue-2:195,231,254;--blue-3:159,212,253;--blue-4:123,192,252;--blue-5:87,169,251;--blue-6:52,145,250;--blue-7:32,108,207;--blue-8:17,75,163;--blue-9:6,48,120;--blue-10:0,26,77;--u-bg-color:#303133;--u-bg-color-2:#2e2e30;--u-bg-color-3:#2a2a2b;--u-bg-color-3-hover:rgb(var(--gray-3),.65);--u-color-neutral-1:#f7f8fa;--u-color-neutral-2:#484849;--u-color-neutral-3:#e5e6ec;--u-text-color:var(--td-font-white-1);--u-text-color-tips:#8a939f;--u-text-color-primary:var(--td-font-white-1);--u-text-color-secondary:var(--td-font-white-2);--u-text-color-placeholder:var(--td-font-white-3);--u-text-color-disabled:var(--td-font-white-4);--u-text-color-anti:#fff;--u-text-color-brand:var(--td-brand-color-8);--u-text-color-link:var(--td-brand-color-8);--u-text-color-danger:rgb(var(--red-6))}.u-t-input .t-input{border-color:#0000;transition:border-color .25s linear}.u-t-input .t-input:hover{border-color:var(--td-border-level-2-color)}.u-t-input .t-input:focus{box-shadow:none}.u-t-input .t-input--focused{box-shadow:none;border-color:var(--td-brand-color)!important}.t-collapse.u-t-collapse{background-color:#0000;border:none}.t-collapse.u-t-collapse .t-collapse-panel__header{border-bottom:none;padding:8px 13px}.t-collapse.u-t-collapse .t-collapse-panel__body{background:0 0;border-bottom:none}.t-collapse.u-t-collapse .t-collapse-panel__body .t-collapse-panel__content{color:var(--u-text-color);padding:0 6px 0 14px}.u-slider-green .t-slider__button{background:rgb(var(--green-4));border-color:rgb(var(--green-4))}.u-slider-green .t-slider__button--dragging,.u-slider-green .t-slider__button:hover{background-color:rgb(var(--green-5));border-color:rgb(var(--green-5))}.u-slider-blue .t-slider__button{background:rgb(var(--blue-5));border-color:rgb(var(--blue-5))}.u-slider-blue .t-slider__button--dragging,.u-slider-blue .t-slider__button:hover{border-color:rgb(var(--blue-6));background-color:rgb(var(--blue-6))!important}.u-slider-no-fill .t-slider__track{background:0 0}.u-slider .t-slider__rail,.u-slider .t-slider__track{height:8px}.u-slider .t-slider__button{transition:all .2s linear}.u-slider .t-slider__button--dragging{box-shadow:none;transform:scale(1.25)}.u-web-radio-group.t-size-m .t-radio-button{height:24px!important}.t-notification__content{max-height:100%!important}.t-divider--horizontal.u-web-divider-mini{margin:var(--td-comp-margin-s)0}.t-divider--horizontal.u-web-divider-small{margin:var(--td-comp-margin-m)0}.t-divider--horizontal.u-web-divider-medium{margin:var(--td-comp-margin-xl)0}.t-divider--horizontal.u-web-divider-large{margin:var(--td-comp-margin-xxl)0}.u-select .t-select-input .t-input{display:flex!important}.t-table.u-web-table,.u-web-table .t-table__content tr{background-color:#0000}:root{--scrollbar-track-size:12px;--scrollbar-thumb-bar-size:6px;--scrollbar-thumb-bar-bg-color:rgb(var(--gray-5),.6);--scrollbar-thumb-bar-bg-color-hover:rgb(var(--gray-6),.8);--scrollbar-thumb-bar-border-radius:var(--u-radius-small);--scrollbar-track-bg-color:var(--u-bg-color-2);--scrollbar-track-border-size:1px;--scrollbar-track-border-color:var(--u-color-neutral-3)}html[theme-mode=dark]{--scrollbar-thumb-bar-bg-color:rgb(var(--gray-6),.6);--scrollbar-thumb-bar-bg-color-hover:rgb(var(--gray-7),.8);--scrollbar-track-bg-color:var(--u-bg-color-2);--scrollbar-track-border-color:var(--u-color-neutral-2)}*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-weight:400}*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-p-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 11L16.875 37L5 25.1818' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-checkSmall{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 24L20 34L40 14' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8L40 40' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 40L40 8' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-closeSmall{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 14L34 34' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 34L34 14' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-expandLeft{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9C6 7.34315 7.34315 6 9 6H39C40.6569 6 42 7.34315 42 9V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9Z' fill='none' stroke='currentColor' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M32 6V42' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 20L20 24L16 28' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 6H38' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 42H38' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-expandRight{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='6' width='36' height='36' rx='3' fill='none' stroke='currentColor' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M18 6V42' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 6H36' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 42H36' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 20L28 24L32 28' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-info{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 7q-.825 0-1.412-.587T10 5t.588-1.412T12 3t1.413.588T14 5t-.587 1.413T12 7m0 14q-.625 0-1.062-.437T10.5 19.5v-9q0-.625.438-1.062T12 9t1.063.438t.437 1.062v9q0 .625-.437 1.063T12 21'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:256px;height:256px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 36L19 24L31 12' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-p-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 24C4 35.0457 12.9543 44 24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon)no-repeat;-webkit-mask:var(--un-icon)no-repeat;mask:var(--un-icon)no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:24px;height:24px;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.-container{width:-100%}.container{width:100%}@media (min-width:360px){.-container{max-width:-360px}.container{max-width:360px}}@media (min-width:640px){.-container{max-width:-640px}.container{max-width:640px}}@media (min-width:768px){.-container{max-width:-768px}.container{max-width:768px}}@media (min-width:800px){.-container{max-width:-800px}.container{max-width:800px}}@media (min-width:1024px){.-container{max-width:-1024px}.container{max-width:1024px}}@media (min-width:1280px){.-container{max-width:-1280px}.container{max-width:1280px}}@media (min-width:1536px){.-container{max-width:-1536px}.container{max-width:1536px}}.visible{visibility:visible}.h-12{height:3rem}.h-5{height:1.25rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-0{min-height:0}.w-12{width:3rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-full{width:100%}.flex{display:flex}.cursor-pointer{cursor:pointer}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}[stroke-width~="2"]{stroke-width:2px}[stroke-width~="3"]{stroke-width:3px}.p-1{padding:.25rem}.px,[px=""]{padding-left:1rem;padding-right:1rem}.pl-5{padding-left:1.25rem}.pr-3{padding-right:.75rem}.font-bold{font-weight:700}.blur{--un-blur:blur(8px);filter:var(--un-blur)var(--un-brightness)var(--un-contrast)var(--un-drop-shadow)var(--un-grayscale)var(--un-hue-rotate)var(--un-invert)var(--un-saturate)var(--un-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:800px){.ut\:p-2{padding:.5rem}}@media (min-width:1280px){.xl\:p-4{padding:1rem}}.u-web-back-top{z-index:100;cursor:pointer;position:fixed;bottom:50px;right:28px}.u-web-back-top-small .u-web-back-top-btn{width:32px;height:32px}.u-web-back-top-btn{width:40px;height:40px;color:var(--u-text-color-secondary);background-color:var(--u-bg-color-3);border:1px solid var(--u-color-neutral-3);border-radius:var(--u-radius-default);cursor:pointer;box-shadow:var(--u-shadow-sm);outline:none;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.u-web-back-top-btn:hover{color:var(--u-text-color-primary);background-color:var(--u-bg-color-3-hover);transform:translateY(-2px)}.u-web-back-top-btn:active{transform:translateY(0)}.u-web-back-top-icon{width:16px;height:16px}.fade-in-enter-active,.fade-in-leave-active{transition:opacity .3s,transform .3s}.fade-in-enter-from,.fade-in-leave-to{opacity:0;transform:translateY(10px)}.fade-in-enter-to,.fade-in-leave-from{opacity:1;transform:translateY(0)}.u-web-main-content{background:var(--u-bg-color)}.u-web-main-content-inner{background-color:var(--u-bg-color);border-radius:.5rem;height:100%;padding:4px;overflow:hidden auto}.u-web-context-menu-trigger{display:contents}.u-web-context-menu-mask{z-index:999;background:0 0;position:fixed;inset:0}.u-web-context-menu-menu{z-index:1000;background:var(--u-bg-color-3);border:1px solid var(--gray-3);border-radius:var(--u-radius-default);width:max-content;min-width:100px;box-shadow:var(--u-shadow-lg);-webkit-user-select:none;user-select:none;padding:4px 0;position:fixed}.u-web-context-menu-submenu-popup{z-index:1001;position:absolute;top:0;left:100%}.u-web-context-menu-item{color:var(--u-text-color);cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;margin:0 4px;padding:6px 12px;font-size:14px;line-height:22px;transition:all .2s;display:flex;position:relative}.u-web-context-menu-item:hover{background-color:var(--u-bg-color-3-hover)}.u-web-context-menu-item:active{background-color:var(--u-bg-color-3-active)}.u-web-context-menu-item-disabled{color:var(--u-text-color-disabled);cursor:not-allowed}.u-web-context-menu-item-disabled:hover{background-color:#0000}.u-web-context-menu-item-danger{color:var(--u-text-color-danger)}.u-web-context-menu-item-danger:hover{background-color:rgba(var(--red-5),.1)}.u-web-context-menu-item-icon{margin-right:8px;font-size:14px}.u-web-context-menu-item-label{flex:1}.u-web-context-menu-submenu{position:relative}.u-web-context-menu-submenu-arrow{color:rgb(var(--gray-4));margin-left:8px;font-size:10px;transition:color 90ms linear}.u-web-context-menu-submenu-active{background-color:#0000000a}.u-web-context-menu-submenu-active>.u-web-context-menu-submenu-arrow{color:rgb(var(--gray-6))}.u-web-context-menu-submenu-disabled .u-web-context-menu-submenu-arrow{color:rgb(var(--gray-3))}.u-web-context-menu-group-title{color:var(--u-text-color-secondary);padding:4px 6px;font-size:12px;font-weight:500;line-height:20px}.u-web-context-menu-group:not(:first-child){border-top:1px solid var(--u-color-neutral-2);margin-top:2px;padding-top:2px}.u-web-context-menu-divider{background-color:var(--u-color-neutral-2);height:1px;margin:4px 0}.u-web-split-panel{width:100%;height:100%;display:flex}.u-web-split-panel-horizontal{flex-direction:row}.u-web-split-panel-vertical{flex-direction:column}.u-web-split-panel-pane{overflow:hidden}.u-web-split-panel-pane-second{flex:1;min-width:0;min-height:0}.u-web-split-trigger{background:var(--u-bg-color-2,#f0f0f0);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:relative}.u-web-split-trigger:hover:not(.u-web-split-trigger-disabled){background:var(--u-bg-color-3-hover,#e8e8e8)}.u-web-split-trigger-horizontal{cursor:col-resize;width:6px;margin:0 1px}.u-web-split-trigger-horizontal .u-web-split-trigger-icon{flex-direction:column;gap:2px;display:flex}.u-web-split-trigger-horizontal .u-web-split-trigger-line{background:var(--u-text-color-placeholder,#999);border-radius:1px;width:2px;height:12px}.u-web-split-trigger-vertical{cursor:row-resize;height:6px;margin:1px 0}.u-web-split-trigger-vertical .u-web-split-trigger-icon{flex-direction:row;gap:2px;display:flex}.u-web-split-trigger-vertical .u-web-split-trigger-line{background:var(--u-text-color-placeholder,#999);border-radius:1px;width:12px;height:2px}.u-web-split-trigger-disabled{cursor:not-allowed;opacity:.5}.u-web-split-trigger-disabled:hover{background:var(--u-bg-color-2,#f0f0f0)}.utools{height:100%}.utools .t-default-menu.t-is-collapsed .t-menu__logo>*,.utools .t-menu__logo>*{margin-left:0}.utools .t-is-collapsed .t-menu__logo .title{display:none}.utools .t-is-collapsed .t-menu__logo:not(:empty){border-bottom:none;justify-content:center}.utools .t-menu__logo{padding:0 8px}.utools .u-web-left-menu-small .t-default-menu__inner .t-menu{padding:8px 3px}.utools .t-default-menu__inner .t-menu{padding:12px 6px}.utools .t-default-menu{background:var(--u-bg-color)}.utools .t-default-menu .t-menu__item.t-is-active:not(.t-is-opened),.utools .t-default-menu .t-menu__item:hover:not(.t-is-active):not(.t-is-disabled){background:var(--u-bg-color-2)}.u-web-utools-left-menu{width:100%;height:100%;position:relative}.u-web-utools-left-menu .u-web-utools-left-menu-collapse{z-index:888;border-radius:var(--u-radius-circle);background-color:var(--u-bg-color-2);cursor:pointer;width:32px;height:32px;color:var(--u-text-color-3);padding:4px;transition:all .28s linear;position:absolute;top:8px;right:-32px}.u-web-utools-left-menu .u-web-utools-left-menu-collapse:hover{color:var(--u-text-color-hover);box-shadow:0 1px 2px #0000001a}.utools .t-is-collapsed~* .u-web-utools-main-content-area{width:calc(100vw - 52px)}.utools .u-web-left-menu-small .t-is-collapsed~* .u-web-utools-main-content-area{width:calc(100vw - 38px)}.u-web-utools-content-wrapper{box-sizing:border-box;background:var(--u-bg-color);grid-template-rows:24px calc(100vh - 39px) 15px;grid-template-columns:1fr;width:100%;height:100%;min-height:100vh;display:grid;overflow:auto hidden}.u-web-utools-content-wrapper .content{width:100%;max-width:100%;padding:4px;overflow-x:hidden}.u-web-utools-content-wrapper .content .content-inner{border-radius:var(--u-radius-medium);background-color:var(--u-bg-color-2);width:100%;height:100%;overflow-y:auto;box-shadow:0 1px 2px #0000001a}.u-web-page-header{background:var(--u-bg-color-2);border-bottom:1px solid var(--u-color-neutral-2);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.u-web-page-header-small{padding:14px 16px 12px}.u-web-page-header-small .u-web-page-header-title{font-size:16px}.u-web-page-header-small .u-web-page-header-header-back .t-icon{font-size:18px}.u-web-page-header-large{padding:20px 24px}.u-web-page-header-large .u-web-page-header-title{font-size:20px}.u-web-page-header-large .u-web-page-header-header-back .t-icon{font-size:24px}.u-web-page-header-header{gap:6px}.u-web-page-header-header-back .t-icon{font-size:20px}.u-web-page-header-subtitle{color:var(--u-text-color-secondary)}.u-web-page-header-divider{height:20px}.u-web-page-header-title{color:var(--u-text-color);font-size:18px;font-weight:500;line-height:1.5}.u-web-page-header-extra{align-items:center;gap:16px;display:flex}.u-web-result{box-sizing:border-box;width:100%;padding:48px 24px 24px}.u-web-result-icon{text-align:center;margin-bottom:12px;font-size:48px}.u-web-result-icon-tip{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;display:flex}.u-web-result-icon-custom .u-web-result-icon-tip{color:var(--u-text-color-secondary);width:unset;height:unset;font-size:64px}.u-web-result-icon-success .u-web-result-icon-tip{color:rgb(var(--green-6));background-color:rgba(var(--green-6),.1)}.u-web-result-icon-error .u-web-result-icon-tip{color:rgb(var(--red-6));background-color:rgba(var(--red-6),.1)}.u-web-result-icon-info .u-web-result-icon-tip{color:rgb(var(--blue-6));background-color:rgba(var(--blue-6),.1)}.u-web-result-icon-warning .u-web-result-icon-tip{color:#ff9500;background-color:#ff95001a}.u-web-result-icon-404,.u-web-result-icon-403,.u-web-result-icon-500{padding-top:24px}.u-web-result-icon-404 .u-web-result-icon-tip,.u-web-result-icon-403 .u-web-result-icon-tip,.u-web-result-icon-500 .u-web-result-icon-tip{width:240px;height:160px;line-height:160px}.u-web-result-title{color:var(--u-text-color-primary);text-align:center;margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.5715}.u-web-result-subtitle{color:var(--u-text-color-secondary);text-align:center;margin-bottom:8px;font-size:14px;line-height:1.5715}.u-web-result-extra{text-align:center;margin-top:16px}.u-web-result-content{margin-top:24px}.result-error-icon[data-v-fc6ebdc7]{flex-direction:column;align-items:center;gap:16px;display:flex}.result-error-text[data-v-fc6ebdc7]{color:var(--u-text-color-secondary);opacity:.6;font-size:48px;font-weight:700}.result-error-icon[data-v-cdc3b8a1]{flex-direction:column;align-items:center;gap:16px;display:flex}.result-error-text[data-v-cdc3b8a1]{color:var(--u-text-color-secondary);opacity:.6;font-size:48px;font-weight:700}.result-error-icon[data-v-cb66ef61]{flex-direction:column;align-items:center;gap:16px;display:flex}.result-error-text[data-v-cb66ef61]{color:var(--u-text-color-secondary);opacity:.6;font-size:48px;font-weight:700}.u-web-setting-item{background:var(--u-bg-color-3);-webkit-user-select:none;user-select:none;padding:15px 10px;transition:all .28s linear}.u-web-setting-item:hover{background:rgb(var(--gray-2),.5)}.u-web-setting-item-small{padding:8px}.u-web-setting-item-small .u-web-setting-item-title{font-size:14px}.u-web-setting-item-title{margin-bottom:.25rem;font-size:1rem;font-weight:700}.u-web-setting-item-desc{color:var(--u-text-color-tips);font-size:12px}.u-web-division{border-bottom:1px dashed var(--u-color-neutral-2)}.u-web-setting-group>div:last-child{border-radius:6px;transition:all .26s linear;overflow:hidden}.u-web-setting-group>div:last-child:hover{box-shadow:0 3px 5px #0000000a}.u-web-setting-group-header,.u-web-setting-group-title{margin-bottom:.5rem}.u-web-setting-group-title{border-left:2px solid rgb(var(--u-blue-5));padding-left:.5rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.u-web-switch-green{transition:background-color .2s linear}.u-web-switch-green.t-is-checked{background-color:rgba(var(--green-5))}.u-web-switch-green.t-is-checked:hover{background-color:rgba(var(--green-6))}@keyframes switch-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.switch-slide-text-enter-from{left:-100%!important}.switch-slide-text-enter-to{left:8px!important}.switch-slide-text-enter-active{transition:left .2s}.switch-slide-text-leave-from{left:100%!important}.switch-slide-text-leave-to{left:30px!important}.switch-slide-text-leave-active{transition:left .2s}.u-web-switch-plus{box-sizing:border-box;vertical-align:middle;background-color:rgb(var(--gray-4));cursor:pointer;border:none;border-radius:14px;outline:none;min-width:44px;height:28px;padding:0;line-height:28px;transition:background-color .2s;position:relative;overflow:hidden}.u-web-switch-plus-handle{width:20px;height:20px;color:rgb(var(--gray-6));background-color:var(--u-bg-color-3);box-shadow:var(--u-shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex;position:absolute;top:4px;left:4px}.u-web-switch-plus-checked{background-color:rgb(var(--blue-5))}.u-web-switch-plus-checked .u-web-switch-plus-handle{color:rgb(var(--blue-5));left:calc(100% - 24px)}.u-web-switch-plus[disabled] .u-web-switch-plus-handle,.u-web-switch-plus[disabled].u-web-switch-plus-checked .u-web-switch-plus-handle{color:rgb(var(--gray-5))}.u-web-switch-plus-text-holder{opacity:0;margin:0 8px 0 30px;font-size:12px}.u-web-switch-plus-text{color:rgb(var(--gray-6));font-size:12px;position:absolute;top:0;left:30px}.u-web-switch-plus-checked .u-web-switch-plus-text-holder{margin:0 30px 0 8px}.u-web-switch-plus-checked .u-web-switch-plus-text{color:var(--u-bg-color-3);left:8px}.u-web-switch-plus[disabled]{background-color:rgb(var(--gray-3));cursor:not-allowed}.u-web-switch-plus[disabled] .u-web-switch-plus-text{color:rgb(var(--gray-5))}.u-web-switch-plus[disabled].u-web-switch-plus-checked{background-color:rgb(var(--gray-4))}.u-web-switch-plus[disabled].u-web-switch-plus-checked .u-web-switch-plus-text{color:rgb(var(--gray-5))}.u-web-switch-plus-loading{background-color:rgb(var(--gray-4))}.u-web-switch-plus-loading .u-web-switch-plus-handle,.u-web-switch-plus-loading .u-web-switch-plus-text{color:rgb(var(--gray-6))}.u-web-switch-plus-loading.u-web-switch-plus-checked{background-color:rgb(var(--blue-6))}.u-web-switch-plus-loading.u-web-switch-plus-checked .u-web-switch-plus-handle{color:rgb(var(--blue-5))}.u-web-switch-plus-loading.u-web-switch-plus-checked .u-web-switch-plus-text{color:var(--u-bg-color-3)}.u-web-switch-plus-loading-icon{animation:1s linear infinite switch-loading-spin;display:inline-block}.u-web-switch-plus-medium{min-width:38px;height:24px;line-height:24px}.u-web-switch-plus-medium.u-web-switch-plus-checked{padding-left:-4px}.u-web-switch-plus-medium .u-web-switch-plus-handle{border-radius:12px;width:16px;height:16px;top:4px;left:4px}.u-web-switch-plus-medium .u-web-switch-plus-handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 20px)}.u-web-switch-plus-medium .u-web-switch-plus-text-holder{margin:0 8px 0 26px}.u-web-switch-plus-medium .u-web-switch-plus-text{left:26px}.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-text-holder{margin:0 26px 0 8px}.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-text{left:8px}.u-web-switch-plus-small{min-width:32px;height:20px;line-height:20px}.u-web-switch-plus-small.u-web-switch-plus-checked{padding-left:-3px}.u-web-switch-plus-small .u-web-switch-plus-handle{border-radius:10px;width:14px;height:14px;top:3px;left:3px}.u-web-switch-plus-small .u-web-switch-plus-handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.66667)}.u-web-switch-plus-small.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 17px)}.u-web-switch-plus-mini{min-width:26px;height:16px;line-height:16px}.u-web-switch-plus-mini.u-web-switch-plus-checked{padding-left:-3px}.u-web-switch-plus-mini .u-web-switch-plus-handle{border-radius:8px;width:10px;height:10px;top:3px;left:3px}.u-web-switch-plus-mini .u-web-switch-plus-handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 13px)}.u-web-switch-plus-mini .u-web-switch-plus-text-holder{margin:0 6px 0 17px;font-size:10px}.u-web-switch-plus-mini .u-web-switch-plus-text{font-size:10px;left:17px}.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-text-holder{margin:0 17px 0 6px}.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-text{left:6px}.u-web-switch-plus-type-round{border-radius:var(--u-radius-small);min-width:44px}.u-web-switch-plus-type-round .u-web-switch-plus-handle{border-radius:2px}.u-web-switch-plus-type-round.u-web-switch-plus-medium{border-radius:var(--u-radius-small);min-width:38px}.u-web-switch-plus-type-round.u-web-switch-plus-medium .u-web-switch-plus-handle{border-radius:2px}.u-web-switch-plus-type-round.u-web-switch-plus-small{border-radius:2px;min-width:32px;height:20px;line-height:20px}.u-web-switch-plus-type-round.u-web-switch-plus-small .u-web-switch-plus-handle{border-radius:1px}.u-web-switch-plus-type-round.u-web-switch-plus-mini{border-radius:2px;min-width:26px}.u-web-switch-plus-type-round.u-web-switch-plus-mini .u-web-switch-plus-handle{border-radius:1px}.u-web-switch-plus-type-line{min-width:44px;overflow:unset;background-color:#0000}.u-web-switch-plus-type-line:after{background-color:rgb(var(--gray-4));content:"";border-radius:2px;width:100%;height:4px;transition:background-color .2s;display:block}.u-web-switch-plus-type-line .u-web-switch-plus-handle{background-color:var(--u-bg-color-3);width:18px;height:18px;box-shadow:var(--u-shadow-sm);border-radius:9px;top:5px;left:0}.u-web-switch-plus-type-line.u-web-switch-plus-checked{background-color:#0000}.u-web-switch-plus-type-line.u-web-switch-plus-checked:after{background-color:rgb(var(--blue-5))}.u-web-switch-plus-type-line.u-web-switch-plus-custom-color{--custom-color:rgb(var(--gray-4))}.u-web-switch-plus-type-line.u-web-switch-plus-custom-color:after{background-color:var(--custom-color)}.u-web-switch-plus-type-line.u-web-switch-plus-custom-color.u-web-switch-plus-checked{--custom-color:rgb(var(--blue-5))}.u-web-switch-plus-type-line.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 18px)}.u-web-switch-plus-type-line.u-web-switch-plus-medium{min-width:38px}.u-web-switch-plus-type-line.u-web-switch-plus-medium .u-web-switch-plus-handle{border-radius:7px;width:14px;height:14px;top:5px}.u-web-switch-plus-type-line.u-web-switch-plus-medium.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 14px)}.u-web-switch-plus-type-line[disabled]{cursor:not-allowed;background-color:#0000}.u-web-switch-plus-type-line[disabled]:after{background-color:rgb(var(--gray-3))}.u-web-switch-plus-type-line[disabled].u-web-switch-plus-checked{background-color:#0000}.u-web-switch-plus-type-line[disabled].u-web-switch-plus-checked:after{background-color:rgb(var(--gray-4))}.u-web-switch-plus-type-line.u-web-switch-plus-loading{background-color:#0000}.u-web-switch-plus-type-line.u-web-switch-plus-loading:after{background-color:rgb(var(--gray-4))}.u-web-switch-plus-type-line.u-web-switch-plus-loading.u-web-switch-plus-checked{background-color:#0000}.u-web-switch-plus-type-line.u-web-switch-plus-loading.u-web-switch-plus-checked:after{background-color:rgb(var(--blue-6))}.u-web-switch-plus-type-line.u-web-switch-plus-small{min-width:32px;height:20px;line-height:20px}.u-web-switch-plus-type-line.u-web-switch-plus-small.u-web-switch-plus-checked{padding-left:-4px}.u-web-switch-plus-type-line.u-web-switch-plus-small .u-web-switch-plus-handle{border-radius:10px;width:12px;height:12px;top:4px}.u-web-switch-plus-type-line.u-web-switch-plus-small .u-web-switch-plus-handle-icon{transform:translate(-50%,-50%)scale(1)}.u-web-switch-plus-type-line.u-web-switch-plus-small.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 12px)}.u-web-switch-plus-type-line.u-web-switch-plus-mini{min-width:26px}.u-web-switch-plus-type-line.u-web-switch-plus-mini .u-web-switch-plus-handle{border-radius:4px;width:8px;height:8px;top:4px}.u-web-switch-plus-type-line.u-web-switch-plus-mini.u-web-switch-plus-checked .u-web-switch-plus-handle{left:calc(100% - 8px)}.u-web-scrollbar{position:relative}.u-web-scrollbar-container{scrollbar-width:none;position:relative;overflow:auto}.u-web-scrollbar-container::-webkit-scrollbar{display:none}.u-web-scrollbar-track{z-index:100;position:absolute}.u-web-scrollbar-track-direction-horizontal{box-sizing:border-box;width:100%;height:var(--scrollbar-track-size);bottom:0;left:0}.u-web-scrollbar-track-direction-vertical{box-sizing:border-box;width:var(--scrollbar-track-size);height:100%;top:0;right:0}.u-web-scrollbar-thumb{box-sizing:border-box;display:block;position:absolute}.u-web-scrollbar-thumb-bar{background-color:var(--scrollbar-thumb-bar-bg-color);border-radius:var(--scrollbar-thumb-bar-border-radius);width:100%;height:100%}.u-web-scrollbar-thumb:hover .u-web-scrollbar-thumb-bar,.u-web-scrollbar-thumb-dragging .u-web-scrollbar-thumb-bar{background-color:var(--scrollbar-thumb-bar-bg-color-hover)}.u-web-scrollbar-thumb-direction-horizontal .u-web-scrollbar-thumb-bar{height:var(--scrollbar-thumb-bar-size);margin:calc((var(--scrollbar-track-size) - var(--scrollbar-thumb-bar-size))/2)0}.u-web-scrollbar-thumb-direction-vertical .u-web-scrollbar-thumb-bar{width:var(--scrollbar-thumb-bar-size);margin:0 calc((var(--scrollbar-track-size) - var(--scrollbar-thumb-bar-size))/2)}.u-web-scrollbar.u-web-scrollbar-type-embed .u-web-scrollbar-thumb{opacity:0;transition:opacity .2s}.u-web-scrollbar.u-web-scrollbar-type-embed .u-web-scrollbar-thumb-dragging,.u-web-scrollbar.u-web-scrollbar-type-embed:hover .u-web-scrollbar-thumb{opacity:.8}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-track{background-color:var(--scrollbar-track-bg-color)}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-track-direction-horizontal{border-top:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);border-bottom:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color)}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-track-direction-vertical{border-right:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);border-left:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color)}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-thumb-direction-horizontal{margin:calc(-1*var(--scrollbar-track-border-size))0}.u-web-scrollbar.u-web-scrollbar-type-track .u-web-scrollbar-thumb-direction-vertical{margin:0 calc(-1*var(--scrollbar-track-border-size))}.u-web-scrollbar.u-web-scrollbar-type-track.u-web-scrollbar-both .u-web-scrollbar-track-direction-vertical:after{right:calc(-1*var(--scrollbar-track-border-size));box-sizing:border-box;width:var(--scrollbar-track-size);height:var(--scrollbar-track-size);background-color:var(--scrollbar-track-bg-color);border-right:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);border-bottom:var(--scrollbar-track-border-size)solid var(--scrollbar-track-border-color);content:"";display:block;position:absolute;bottom:0}
|
|
2
2
|
/*$vite$:1*/
|