@huyooo/ui 0.4.60 → 0.4.61
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/{UserPanel-BT1J9ewe.js → UserPanel-BJzhmyWP.js} +118 -127
- package/dist/common.js +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/user.js +1 -1
- package/package.json +1 -1
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { defineComponent as S, createElementBlock as
|
|
6
|
-
import { Tag as be, Button as
|
|
5
|
+
import { defineComponent as S, createElementBlock as y, openBlock as l, normalizeStyle as F, normalizeClass as q, createElementVNode as f, computed as U, createBlock as g, createCommentVNode as D, createVNode as i, unref as o, withCtx as s, createTextVNode as m, toDisplayString as C, mergeModels as V, useModel as E, renderSlot as _e, ref as d, Fragment as Se } from "vue";
|
|
6
|
+
import { Tag as be, Button as K, Avatar as T, Dropdown as Ce, Divider as W, Doption as _ } from "@arco-design/web-vue";
|
|
7
7
|
import { S as Ie } from "./PaySubscriptions-B42IdT-5.js";
|
|
8
8
|
import { R as $e } from "./ReferrerReferees-CvuUodDZ.js";
|
|
9
9
|
import { a as X, u as we } from "./useAuthkitUsersProfile-CT2MN1S5.js";
|
|
@@ -46,8 +46,8 @@ const Ve = S({
|
|
|
46
46
|
setup(e, {
|
|
47
47
|
emit: t
|
|
48
48
|
}) {
|
|
49
|
-
const
|
|
50
|
-
[`${
|
|
49
|
+
const n = G("icon"), a = U(() => [n, `${n}-export`, {
|
|
50
|
+
[`${n}-spin`]: e.spin
|
|
51
51
|
}]), c = U(() => {
|
|
52
52
|
const r = {};
|
|
53
53
|
return e.size && (r.fontSize = J(e.size) ? `${e.size}px` : e.size), e.rotate && (r.transform = `rotate(${e.rotate}deg)`), r;
|
|
@@ -60,31 +60,31 @@ const Ve = S({
|
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
|
-
}),
|
|
64
|
-
function
|
|
65
|
-
return l(),
|
|
63
|
+
}), De = ["stroke-width", "stroke-linecap", "stroke-linejoin"];
|
|
64
|
+
function Pe(e, t, n, a, c, k) {
|
|
65
|
+
return l(), y("svg", {
|
|
66
66
|
viewBox: "0 0 48 48",
|
|
67
67
|
fill: "none",
|
|
68
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
69
|
stroke: "currentColor",
|
|
70
|
-
class:
|
|
71
|
-
style:
|
|
70
|
+
class: q(e.cls),
|
|
71
|
+
style: F(e.innerStyle),
|
|
72
72
|
"stroke-width": e.strokeWidth,
|
|
73
73
|
"stroke-linecap": e.strokeLinecap,
|
|
74
74
|
"stroke-linejoin": e.strokeLinejoin,
|
|
75
75
|
onClick: t[0] || (t[0] = (...r) => e.onClick && e.onClick(...r))
|
|
76
|
-
}, t[1] || (t[1] = [
|
|
76
|
+
}, t[1] || (t[1] = [f("path", {
|
|
77
77
|
d: "M31.928 33.072 41 24.002l-9.072-9.072M16.858 24h24M31 41H7V7h24"
|
|
78
|
-
}, null, -1)]), 14,
|
|
78
|
+
}, null, -1)]), 14, De);
|
|
79
79
|
}
|
|
80
|
-
var
|
|
81
|
-
const
|
|
80
|
+
var R = /* @__PURE__ */ Y(Ve, [["render", Pe]]);
|
|
81
|
+
const Ae = Object.assign(R, {
|
|
82
82
|
install: (e, t) => {
|
|
83
|
-
var
|
|
84
|
-
const a = (
|
|
85
|
-
e.component(a +
|
|
83
|
+
var n;
|
|
84
|
+
const a = (n = t == null ? void 0 : t.iconPrefix) != null ? n : "";
|
|
85
|
+
e.component(a + R.name, R);
|
|
86
86
|
}
|
|
87
|
-
}),
|
|
87
|
+
}), Re = S({
|
|
88
88
|
name: "IconLaunch",
|
|
89
89
|
props: {
|
|
90
90
|
size: {
|
|
@@ -113,8 +113,8 @@ const Pe = Object.assign(z, {
|
|
|
113
113
|
setup(e, {
|
|
114
114
|
emit: t
|
|
115
115
|
}) {
|
|
116
|
-
const
|
|
117
|
-
[`${
|
|
116
|
+
const n = G("icon"), a = U(() => [n, `${n}-launch`, {
|
|
117
|
+
[`${n}-spin`]: e.spin
|
|
118
118
|
}]), c = U(() => {
|
|
119
119
|
const r = {};
|
|
120
120
|
return e.size && (r.fontSize = J(e.size) ? `${e.size}px` : e.size), e.rotate && (r.transform = `rotate(${e.rotate}deg)`), r;
|
|
@@ -127,29 +127,29 @@ const Pe = Object.assign(z, {
|
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
129
|
}
|
|
130
|
-
}),
|
|
131
|
-
function Ne(e, t,
|
|
132
|
-
return l(),
|
|
130
|
+
}), ze = ["stroke-width", "stroke-linecap", "stroke-linejoin"];
|
|
131
|
+
function Ne(e, t, n, a, c, k) {
|
|
132
|
+
return l(), y("svg", {
|
|
133
133
|
viewBox: "0 0 48 48",
|
|
134
134
|
fill: "none",
|
|
135
135
|
stroke: "currentColor",
|
|
136
136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
137
|
-
class:
|
|
138
|
-
style:
|
|
137
|
+
class: q(e.cls),
|
|
138
|
+
style: F(e.innerStyle),
|
|
139
139
|
"stroke-width": e.strokeWidth,
|
|
140
140
|
"stroke-linecap": e.strokeLinecap,
|
|
141
141
|
"stroke-linejoin": e.strokeLinejoin,
|
|
142
142
|
onClick: t[0] || (t[0] = (...r) => e.onClick && e.onClick(...r))
|
|
143
|
-
}, t[1] || (t[1] = [
|
|
143
|
+
}, t[1] || (t[1] = [f("path", {
|
|
144
144
|
d: "M41 26v14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h14M19.822 28.178 39.899 8.1M41 20V7H28"
|
|
145
|
-
}, null, -1)]), 14,
|
|
145
|
+
}, null, -1)]), 14, ze);
|
|
146
146
|
}
|
|
147
|
-
var
|
|
148
|
-
const Le = Object.assign(
|
|
147
|
+
var z = /* @__PURE__ */ Y(Re, [["render", Ne]]);
|
|
148
|
+
const Le = Object.assign(z, {
|
|
149
149
|
install: (e, t) => {
|
|
150
|
-
var
|
|
151
|
-
const a = (
|
|
152
|
-
e.component(a +
|
|
150
|
+
var n;
|
|
151
|
+
const a = (n = t == null ? void 0 : t.iconPrefix) != null ? n : "";
|
|
152
|
+
e.component(a + z.name, z);
|
|
153
153
|
}
|
|
154
154
|
}), Oe = {
|
|
155
155
|
class: "pricing"
|
|
@@ -177,29 +177,29 @@ const Le = Object.assign(R, {
|
|
|
177
177
|
setup(e, {
|
|
178
178
|
emit: t
|
|
179
179
|
}) {
|
|
180
|
-
const
|
|
180
|
+
const n = e, a = t;
|
|
181
181
|
function c() {
|
|
182
182
|
a("upgradeHandle");
|
|
183
183
|
}
|
|
184
|
-
return (
|
|
184
|
+
return (k, r) => (l(), y("div", Oe, [f("div", je, [f("div", He, [r[0] || (r[0] = f("span", null, "我的订阅:", -1)), i(o(be), {
|
|
185
185
|
color: "arcoblue",
|
|
186
186
|
style: {
|
|
187
187
|
"border-radius": "6px"
|
|
188
188
|
}
|
|
189
189
|
}, {
|
|
190
|
-
default: s(() => [
|
|
190
|
+
default: s(() => [m(C(n.currentVersionName), 1)]),
|
|
191
191
|
_: 1
|
|
192
|
-
})]),
|
|
192
|
+
})]), n.canUpgrade ? (l(), g(o(K), {
|
|
193
193
|
key: 0,
|
|
194
194
|
type: "primary",
|
|
195
195
|
size: "mini",
|
|
196
196
|
class: "updatePricing",
|
|
197
197
|
onClick: c
|
|
198
198
|
}, {
|
|
199
|
-
default: s(() => r[1] || (r[1] = [
|
|
199
|
+
default: s(() => r[1] || (r[1] = [m(" 升级 ")])),
|
|
200
200
|
_: 1,
|
|
201
201
|
__: [1]
|
|
202
|
-
})) :
|
|
202
|
+
})) : D("", !0)]), f("span", null, "有效期至: " + C(n.expireDate), 1)]));
|
|
203
203
|
}
|
|
204
204
|
}), qe = /* @__PURE__ */ h(Fe, [["__scopeId", "data-v-1e32fa72"]]), Ee = {
|
|
205
205
|
class: "userInfo"
|
|
@@ -220,22 +220,13 @@ const Le = Object.assign(R, {
|
|
|
220
220
|
},
|
|
221
221
|
setup(e) {
|
|
222
222
|
const t = e;
|
|
223
|
-
return (
|
|
224
|
-
key: 2,
|
|
225
|
-
size: 32,
|
|
226
|
-
"object-fit": "cover"
|
|
227
|
-
}, {
|
|
228
|
-
default: s(() => a[0] || (a[0] = [f("A")])),
|
|
229
|
-
_: 1,
|
|
230
|
-
__: [0]
|
|
231
|
-
})) : (l(), k(n(N), {
|
|
232
|
-
key: 1,
|
|
223
|
+
return (n, a) => (l(), y("div", Ee, [t.nickname ? (l(), y("span", Ke, C(t.nickname), 1)) : D("", !0), i(o(T), {
|
|
233
224
|
"image-url": t.avatar,
|
|
234
225
|
size: 32,
|
|
235
226
|
"object-fit": "cover"
|
|
236
|
-
}, null, 8, ["image-url"])
|
|
227
|
+
}, null, 8, ["image-url"])]));
|
|
237
228
|
}
|
|
238
|
-
}), We = /* @__PURE__ */ h(Te, [["__scopeId", "data-v-
|
|
229
|
+
}), We = /* @__PURE__ */ h(Te, [["__scopeId", "data-v-36643afe"]]), Xe = {
|
|
239
230
|
class: "userInfo"
|
|
240
231
|
}, Ye = {
|
|
241
232
|
class: "extra"
|
|
@@ -268,11 +259,11 @@ const Le = Object.assign(R, {
|
|
|
268
259
|
},
|
|
269
260
|
setup(e) {
|
|
270
261
|
const t = e;
|
|
271
|
-
return (
|
|
262
|
+
return (n, a) => (l(), y("div", Xe, [i(o(T), {
|
|
272
263
|
"image-url": t.avatarUrl,
|
|
273
264
|
size: 42,
|
|
274
265
|
"object-fit": "cover"
|
|
275
|
-
}, null, 8, ["image-url"]),
|
|
266
|
+
}, null, 8, ["image-url"]), f("div", Ye, [f("span", Ge, C(t.nickname), 1), f("span", Je, C(t.email), 1), t.referrerId ? (l(), y("span", Qe, " 邀请码:" + C(t.referrerId), 1)) : D("", !0)])]));
|
|
276
267
|
}
|
|
277
268
|
}), et = /* @__PURE__ */ h(Ze, [["__scopeId", "data-v-367449da"]]), tt = {
|
|
278
269
|
class: "dropdownContent"
|
|
@@ -301,56 +292,56 @@ const Le = Object.assign(R, {
|
|
|
301
292
|
setup(e, {
|
|
302
293
|
emit: t
|
|
303
294
|
}) {
|
|
304
|
-
const
|
|
295
|
+
const n = e, a = t, {
|
|
305
296
|
userProfile: c,
|
|
306
|
-
isLoggedIn:
|
|
297
|
+
isLoggedIn: k
|
|
307
298
|
} = X();
|
|
308
299
|
function r() {
|
|
309
300
|
a("toSignIn");
|
|
310
301
|
}
|
|
311
|
-
const I =
|
|
312
|
-
return (
|
|
302
|
+
const I = E(e, "modelValue");
|
|
303
|
+
return (P, p) => o(k) ? (l(), g(o(Ce), {
|
|
313
304
|
key: 1,
|
|
314
305
|
popupVisible: I.value,
|
|
315
|
-
"onUpdate:popupVisible": p[0] || (p[0] = (
|
|
306
|
+
"onUpdate:popupVisible": p[0] || (p[0] = (v) => I.value = v),
|
|
316
307
|
class: "DropdownUserInfo",
|
|
317
|
-
position:
|
|
308
|
+
position: n.position,
|
|
318
309
|
"popup-style": {
|
|
319
|
-
"--dropdown-translate-x":
|
|
320
|
-
"--dropdown-translate-y":
|
|
310
|
+
"--dropdown-translate-x": n.dropdownOffsetX ?? "0",
|
|
311
|
+
"--dropdown-translate-y": n.dropdownOffsetY ?? "0"
|
|
321
312
|
}
|
|
322
313
|
}, {
|
|
323
314
|
content: s(() => {
|
|
324
|
-
var
|
|
325
|
-
return [
|
|
326
|
-
"avatar-url": (
|
|
327
|
-
nickname: (x =
|
|
328
|
-
email: (B =
|
|
329
|
-
"referrer-id": ($ =
|
|
315
|
+
var v, x, B, $;
|
|
316
|
+
return [f("div", tt, [f("div", nt, [i(et, {
|
|
317
|
+
"avatar-url": (v = o(c)) == null ? void 0 : v.avatarUrl,
|
|
318
|
+
nickname: (x = o(c)) == null ? void 0 : x.nickname,
|
|
319
|
+
email: (B = o(c)) == null ? void 0 : B.email,
|
|
320
|
+
"referrer-id": ($ = o(c)) == null ? void 0 : $.referrerId
|
|
330
321
|
}, null, 8, ["avatar-url", "nickname", "email", "referrer-id"]), i(qe, {
|
|
331
322
|
currentVersionName: "免费版本",
|
|
332
323
|
"expire-date": "2025-01-01",
|
|
333
324
|
"can-upgrade": !0
|
|
334
|
-
})]), i(
|
|
325
|
+
})]), i(o(W), {
|
|
335
326
|
style: {
|
|
336
327
|
margin: "10px 0px"
|
|
337
328
|
}
|
|
338
|
-
}), _e(
|
|
329
|
+
}), _e(P.$slots, "DoptionList", {}, void 0, !0)])];
|
|
339
330
|
}),
|
|
340
331
|
default: s(() => {
|
|
341
|
-
var
|
|
332
|
+
var v;
|
|
342
333
|
return [i(We, {
|
|
343
|
-
avatar: (
|
|
334
|
+
avatar: (v = o(c)) == null ? void 0 : v.avatarUrl
|
|
344
335
|
}, null, 8, ["avatar"])];
|
|
345
336
|
}),
|
|
346
337
|
_: 3
|
|
347
|
-
}, 8, ["popupVisible", "position", "popup-style"])) : (l(),
|
|
338
|
+
}, 8, ["popupVisible", "position", "popup-style"])) : (l(), g(o(K), {
|
|
348
339
|
key: 0,
|
|
349
340
|
type: "primary",
|
|
350
341
|
class: "handle",
|
|
351
342
|
onClick: r
|
|
352
343
|
}, {
|
|
353
|
-
default: s(() => p[1] || (p[1] = [
|
|
344
|
+
default: s(() => p[1] || (p[1] = [m(" 登陆 ")])),
|
|
354
345
|
_: 1,
|
|
355
346
|
__: [1]
|
|
356
347
|
}));
|
|
@@ -380,28 +371,28 @@ const Le = Object.assign(R, {
|
|
|
380
371
|
setup(e, {
|
|
381
372
|
emit: t
|
|
382
373
|
}) {
|
|
383
|
-
const
|
|
374
|
+
const n = e, a = d(), c = d(), k = d(Symbol("key")), r = t, {
|
|
384
375
|
fetchUserProfile: I,
|
|
385
|
-
clearUserProfile:
|
|
376
|
+
clearUserProfile: P,
|
|
386
377
|
isLoggedIn: p
|
|
387
378
|
} = X(), {
|
|
388
|
-
addSignInCallback:
|
|
379
|
+
addSignInCallback: v,
|
|
389
380
|
initializeAuth: x,
|
|
390
381
|
clearAuth: B
|
|
391
382
|
} = we();
|
|
392
383
|
x() && I();
|
|
393
|
-
const $ = d(),
|
|
394
|
-
function te(
|
|
384
|
+
const $ = d(), N = d(Symbol("key")), L = d(), O = d(), Q = d(Symbol("key")), Z = d(), ee = d(Symbol("key"));
|
|
385
|
+
function te(H) {
|
|
395
386
|
}
|
|
396
|
-
function ne(
|
|
387
|
+
function ne(H) {
|
|
397
388
|
}
|
|
398
389
|
const {
|
|
399
390
|
show: oe
|
|
400
|
-
} = he(),
|
|
391
|
+
} = he(), j = E(e, "modelValue");
|
|
401
392
|
function re() {
|
|
402
|
-
|
|
393
|
+
N.value = Symbol("key");
|
|
403
394
|
}
|
|
404
|
-
const
|
|
395
|
+
const A = d(), M = d(Symbol("key"));
|
|
405
396
|
function ie() {
|
|
406
397
|
M.value = Symbol("key");
|
|
407
398
|
}
|
|
@@ -411,11 +402,11 @@ const Le = Object.assign(R, {
|
|
|
411
402
|
function b() {
|
|
412
403
|
oe.value = !0, r("signIn");
|
|
413
404
|
}
|
|
414
|
-
|
|
405
|
+
v(() => {
|
|
415
406
|
I();
|
|
416
407
|
});
|
|
417
408
|
function ae() {
|
|
418
|
-
|
|
409
|
+
k.value = Symbol("key");
|
|
419
410
|
}
|
|
420
411
|
function le() {
|
|
421
412
|
c.value.show = !1;
|
|
@@ -424,28 +415,28 @@ const Le = Object.assign(R, {
|
|
|
424
415
|
M.value = Symbol("key");
|
|
425
416
|
}
|
|
426
417
|
function ce() {
|
|
427
|
-
|
|
418
|
+
A.value.setData(null, !0);
|
|
428
419
|
}
|
|
429
420
|
function de() {
|
|
430
421
|
if (!p.value) {
|
|
431
422
|
b();
|
|
432
423
|
return;
|
|
433
424
|
}
|
|
434
|
-
|
|
425
|
+
A.value.setData(null, !0);
|
|
435
426
|
}
|
|
436
427
|
function pe() {
|
|
437
428
|
if (!p.value) {
|
|
438
429
|
b();
|
|
439
430
|
return;
|
|
440
431
|
}
|
|
441
|
-
|
|
432
|
+
L.value.openNotification();
|
|
442
433
|
}
|
|
443
434
|
function fe() {
|
|
444
435
|
if (!p.value) {
|
|
445
436
|
b();
|
|
446
437
|
return;
|
|
447
438
|
}
|
|
448
|
-
|
|
439
|
+
O.value.setData(null, !0);
|
|
449
440
|
}
|
|
450
441
|
function me() {
|
|
451
442
|
if (!p.value) {
|
|
@@ -465,115 +456,115 @@ const Le = Object.assign(R, {
|
|
|
465
456
|
r("toHomePage");
|
|
466
457
|
}
|
|
467
458
|
async function ye() {
|
|
468
|
-
|
|
459
|
+
P(), B(), r("signOut");
|
|
469
460
|
}
|
|
470
|
-
return (
|
|
471
|
-
modelValue:
|
|
472
|
-
"onUpdate:modelValue": u[0] || (u[0] = (ge) =>
|
|
473
|
-
position:
|
|
474
|
-
"dropdown-offset-x":
|
|
475
|
-
"dropdown-offset-y":
|
|
461
|
+
return (H, u) => (l(), y("div", it, [i(rt, {
|
|
462
|
+
modelValue: j.value,
|
|
463
|
+
"onUpdate:modelValue": u[0] || (u[0] = (ge) => j.value = ge),
|
|
464
|
+
position: n.position,
|
|
465
|
+
"dropdown-offset-x": n.dropdownOffsetX,
|
|
466
|
+
"dropdown-offset-y": n.dropdownOffsetY,
|
|
476
467
|
onToSignIn: b
|
|
477
468
|
}, {
|
|
478
|
-
DoptionList: s(() => [i(
|
|
469
|
+
DoptionList: s(() => [i(o(_), {
|
|
479
470
|
value: "messages",
|
|
480
471
|
class: "Doption",
|
|
481
472
|
onClick: pe
|
|
482
473
|
}, {
|
|
483
|
-
icon: s(() => u[1] || (u[1] = [
|
|
484
|
-
default: s(() => [i(
|
|
474
|
+
icon: s(() => u[1] || (u[1] = [m("消息中心")])),
|
|
475
|
+
default: s(() => [i(o(w))]),
|
|
485
476
|
_: 1
|
|
486
|
-
}), i(
|
|
477
|
+
}), i(o(_), {
|
|
487
478
|
value: "setting",
|
|
488
479
|
class: "Doption",
|
|
489
480
|
onClick: de
|
|
490
481
|
}, {
|
|
491
|
-
icon: s(() => u[2] || (u[2] = [
|
|
492
|
-
default: s(() => [i(
|
|
482
|
+
icon: s(() => u[2] || (u[2] = [m("系统设置 ")])),
|
|
483
|
+
default: s(() => [i(o(w))]),
|
|
493
484
|
_: 1
|
|
494
|
-
}), i(
|
|
485
|
+
}), i(o(_), {
|
|
495
486
|
value: "subscription",
|
|
496
487
|
class: "Doption",
|
|
497
488
|
onClick: fe
|
|
498
489
|
}, {
|
|
499
|
-
icon: s(() => u[3] || (u[3] = [
|
|
500
|
-
default: s(() => [i(
|
|
490
|
+
icon: s(() => u[3] || (u[3] = [m("订阅信息 ")])),
|
|
491
|
+
default: s(() => [i(o(w))]),
|
|
501
492
|
_: 1
|
|
502
|
-
}), i(
|
|
493
|
+
}), i(o(_), {
|
|
503
494
|
value: "feedBack",
|
|
504
495
|
class: "Doption",
|
|
505
496
|
onClick: me
|
|
506
497
|
}, {
|
|
507
|
-
icon: s(() => u[4] || (u[4] = [
|
|
508
|
-
default: s(() => [i(
|
|
498
|
+
icon: s(() => u[4] || (u[4] = [m("系统反馈 ")])),
|
|
499
|
+
default: s(() => [i(o(w))]),
|
|
509
500
|
_: 1
|
|
510
|
-
}), i(
|
|
501
|
+
}), i(o(_), {
|
|
511
502
|
value: "invitations",
|
|
512
503
|
class: "Doption",
|
|
513
504
|
onClick: ke
|
|
514
505
|
}, {
|
|
515
|
-
icon: s(() => u[5] || (u[5] = [
|
|
516
|
-
default: s(() => [i(
|
|
506
|
+
icon: s(() => u[5] || (u[5] = [m("邀请 ")])),
|
|
507
|
+
default: s(() => [i(o(w))]),
|
|
517
508
|
_: 1
|
|
518
|
-
}), i(
|
|
509
|
+
}), i(o(W), {
|
|
519
510
|
style: {
|
|
520
511
|
margin: "10px 0px"
|
|
521
512
|
}
|
|
522
|
-
}), i(
|
|
513
|
+
}), i(o(_), {
|
|
523
514
|
value: "homePage",
|
|
524
515
|
class: "Doption",
|
|
525
516
|
onClick: ve
|
|
526
517
|
}, {
|
|
527
|
-
icon: s(() => u[6] || (u[6] = [
|
|
528
|
-
default: s(() => [i(
|
|
518
|
+
icon: s(() => u[6] || (u[6] = [m("主页 ")])),
|
|
519
|
+
default: s(() => [i(o(Le))]),
|
|
529
520
|
_: 1
|
|
530
|
-
}), i(
|
|
521
|
+
}), i(o(_), {
|
|
531
522
|
value: "signOut",
|
|
532
523
|
class: "Doption",
|
|
533
524
|
onClick: ye
|
|
534
525
|
}, {
|
|
535
|
-
icon: s(() => u[7] || (u[7] = [
|
|
536
|
-
default: s(() => [i(
|
|
526
|
+
icon: s(() => u[7] || (u[7] = [m("退出登陆 ")])),
|
|
527
|
+
default: s(() => [i(o(Ae))]),
|
|
537
528
|
_: 1
|
|
538
529
|
})]),
|
|
539
530
|
_: 1
|
|
540
|
-
}, 8, ["modelValue", "position", "dropdown-offset-x", "dropdown-offset-y"]), (l(),
|
|
531
|
+
}, 8, ["modelValue", "position", "dropdown-offset-x", "dropdown-offset-y"]), (l(), g(xe, {
|
|
541
532
|
ref_key: "AuthModalRef",
|
|
542
533
|
ref: Z,
|
|
543
534
|
key: ee.value,
|
|
544
535
|
size: "large",
|
|
545
536
|
onToPrivacyPolicy: te,
|
|
546
537
|
onToUserServiceAgreement: ne
|
|
547
|
-
})),
|
|
538
|
+
})), o(p) ? (l(), y(Se, {
|
|
548
539
|
key: 0
|
|
549
|
-
}, [(l(),
|
|
540
|
+
}, [(l(), g(Be, {
|
|
550
541
|
ref_key: "AppSettingRef",
|
|
551
|
-
ref:
|
|
542
|
+
ref: A,
|
|
552
543
|
key: M.value,
|
|
553
544
|
onConfirm: ce,
|
|
554
545
|
onCancel: ue
|
|
555
|
-
})), (l(),
|
|
546
|
+
})), (l(), g($e, {
|
|
556
547
|
ref_key: "RefereesRef",
|
|
557
548
|
ref: $,
|
|
558
|
-
key:
|
|
549
|
+
key: N.value,
|
|
559
550
|
onCancel: re
|
|
560
|
-
})), (l(),
|
|
551
|
+
})), (l(), g(Ie, {
|
|
561
552
|
ref_key: "SubscriptionsRef",
|
|
562
|
-
ref:
|
|
553
|
+
ref: O,
|
|
563
554
|
key: Q.value,
|
|
564
555
|
title: "订阅详情",
|
|
565
556
|
onConfirm: ie,
|
|
566
557
|
onCancel: se
|
|
567
558
|
})), i(Ue, {
|
|
568
559
|
ref_key: "MessageHandleRef",
|
|
569
|
-
ref:
|
|
570
|
-
}, null, 512), (l(),
|
|
560
|
+
ref: L
|
|
561
|
+
}, null, 512), (l(), g(Me, {
|
|
571
562
|
ref_key: "FeedBackModalRef",
|
|
572
563
|
ref: a,
|
|
573
|
-
key:
|
|
564
|
+
key: k.value,
|
|
574
565
|
onConfirm: le,
|
|
575
566
|
onCancel: ae
|
|
576
|
-
}))], 64)) :
|
|
567
|
+
}))], 64)) : D("", !0)]));
|
|
577
568
|
}
|
|
578
569
|
}), ht = /* @__PURE__ */ h(st, [["__scopeId", "data-v-4c4c85af"]]);
|
|
579
570
|
export {
|
package/dist/common.js
CHANGED
|
@@ -3,7 +3,7 @@ import { C as t, G as n, S as p, W as m } from "./WidthContainer-D795bWdT.js";
|
|
|
3
3
|
import { C as i, E as l } from "./CustomTable-JflAYS8i.js";
|
|
4
4
|
import { I as x } from "./MessageHandle-Dt6rb0rg.js";
|
|
5
5
|
import { M as d, a as b } from "./Menu-Cxo8Rpu3.js";
|
|
6
|
-
import { S as U, b as g, c as I, a as S, U as v } from "./UserPanel-
|
|
6
|
+
import { S as U, b as g, c as I, a as S, U as v } from "./UserPanel-BJzhmyWP.js";
|
|
7
7
|
import { S as B } from "./PaySubscriptions-B42IdT-5.js";
|
|
8
8
|
import { R as M } from "./ReferrerReferees-CvuUodDZ.js";
|
|
9
9
|
import { _ as H } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { C as ds, a as us } from "./CollapseItem-Cw1vcdLu.js";
|
|
|
14
14
|
import { C as Ps, G as cs, S as Ls, W as fs } from "./WidthContainer-D795bWdT.js";
|
|
15
15
|
import { C as hs, E as ms } from "./CustomTable-JflAYS8i.js";
|
|
16
16
|
import { M as ls, a as bs } from "./Menu-Cxo8Rpu3.js";
|
|
17
|
-
import { S as Ms, b as Ss, c as xs, a as Fs, U as Us, S as Is } from "./UserPanel-
|
|
17
|
+
import { S as Ms, b as Ss, c as xs, a as Fs, U as Us, S as Is } from "./UserPanel-BJzhmyWP.js";
|
|
18
18
|
import { S as Bs, S as Ns } from "./PaySubscriptions-B42IdT-5.js";
|
|
19
19
|
import { R as ws, R as Ds } from "./ReferrerReferees-CvuUodDZ.js";
|
|
20
20
|
import { _ as vs } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
|