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