@huyooo/ui 0.8.3 → 0.9.1
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/{AuthkitAuthModal-DPf1AlaQ.js → AuthkitAuthModal-BJ_CtJU_.js} +5 -5
- package/dist/{AuthkitSignInPhone-CWzkKKL0.js → AuthkitSignInPhone-Ba8aCNAE.js} +3 -3
- package/dist/{Clipboard-D9v7JOBm.js → Clipboard-0N-MKzqm.js} +1 -1
- package/dist/{Contact-ytZiAQRw.js → Contact-D6GPPI8o.js} +2 -2
- package/dist/{FeedbackItem-i0oANWbH.js → FeedbackItem-BKUCH2aW.js} +3 -3
- package/dist/{FeedbackModal-DHWN4Jhy.js → FeedbackModal-BGsTCUvw.js} +3 -3
- package/dist/{MessageHandle-42tZkEyh.js → MessageHandle-CPdHbaTw.js} +2 -2
- package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-Dt5A9Six.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-DQyIH-Pz.js} +2 -2
- package/dist/{PaySubscriptions-CX3DhX82.js → PaySubscriptions-BnV62kZT.js} +2 -2
- package/dist/{ReferrerReferees-CdAsYLZl.js → ReferrerReferees-B2rVAc7y.js} +4 -4
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-7AFuqo0A.js → Upload.vue_vue_type_script_setup_true_lang-CzOKd9iz.js} +1 -1
- package/dist/{UserAccountMenu-DBVdpUn8.js → UserAccountMenu-Bzk__fTW.js} +7 -7
- package/dist/{WidthContainer-CFNPAWZ8.js → WidthContainer-C5z0Afym.js} +7 -7
- package/dist/apiClients-B0ARoiN3.js +191 -0
- package/dist/authkit.js +6 -6
- package/dist/common/globalConfig.d.ts +15 -3
- package/dist/common.js +1 -1
- package/dist/composables.js +9 -9
- package/dist/feedback.js +3 -3
- package/dist/index.js +24 -24
- package/dist/message.js +3 -3
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/types/api/ai.generated.d.ts +1843 -0
- package/dist/types/api/auth.generated.d.ts +146 -129
- package/dist/types/api/billing.generated.d.ts +37 -0
- package/dist/types/api/log.generated.d.ts +1017 -0
- package/dist/types/api/ones.generated.d.ts +741 -3730
- package/dist/types/api/webhook.generated.d.ts +321 -0
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-Bb7RIaTy.js → useAuthkitAppsAuthPageInfo-DZ53lPr0.js} +1 -1
- package/dist/{useAuthkitCreateAndUpdate-DXdMyzQQ.js → useAuthkitCreateAndUpdate-C7NaHnDj.js} +1 -1
- package/dist/{useAuthkitUsersProfile-4plbUlY5.js → useAuthkitUsersProfile-DkDg2EYG.js} +1 -1
- package/dist/{useDownloads-gcrEJA6i.js → useDownloads-CvcHx4gM.js} +1 -1
- package/dist/{useMessageNotifications-Bph752i8.js → useMessageNotifications-BhTNNEib.js} +1 -1
- package/dist/{useSEO-D1NT53Rv.js → useSEO-DxAohN0h.js} +2 -2
- package/dist/{useTableHandle-DrYIPjL5.js → useTableHandle-DkqiT-qL.js} +1 -1
- package/dist/{useUploadCos-F3oBTo2B.js → useUploadCos-D51-yXoX.js} +1 -1
- package/dist/user.js +1 -1
- package/dist/utils/apiClients.d.ts +8 -2
- package/package.json +7 -4
- package/dist/apiClients-myKy30Xh.js +0 -167
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
import { defineComponent as V, computed as N, createElementBlock as U, openBlock as g, normalizeStyle as ie, normalizeClass as _e, createElementVNode as z, ref as w, createBlock as k, unref as e, withCtx as a, createVNode as i, createTextVNode as _, onMounted as K, onUnmounted as oe, withDirectives as be, toDisplayString as B, vShow as ke, Fragment as M, createCommentVNode as S, renderList as ze, isRef as re, useSlots as Se, renderSlot as ue } from "vue";
|
|
5
5
|
import { Form as H, FormItem as I, Avatar as de, Input as x, Textarea as Ie, Button as A, Message as F, Alert as D, Space as Y, InputPassword as Ve, Result as Ae, Modal as me, Divider as Pe, Link as G } from "@arco-design/web-vue";
|
|
6
6
|
/* empty css */
|
|
7
|
-
import { c as R, g as j, h as ce, u as Ue } from "./apiClients-
|
|
7
|
+
import { c as R, g as j, h as ce, u as Ue } from "./apiClients-B0ARoiN3.js";
|
|
8
8
|
/* empty css */
|
|
9
|
-
import { u as $e } from "./useUploadCos-
|
|
9
|
+
import { u as $e } from "./useUploadCos-D51-yXoX.js";
|
|
10
10
|
import { _ as Ce, g as xe, i as qe } from "./plugin-vue_export-helper-LjDO2Zua.js";
|
|
11
11
|
import { _ as $ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
12
|
-
import { a as Z, u as J } from "./useAuthkitUsersProfile-
|
|
12
|
+
import { a as Z, u as J } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
13
13
|
import { M as Te } from "./Menu-H-LxepvQ.js";
|
|
14
|
-
import { u as Re } from "./useAuthkitCreateAndUpdate-
|
|
15
|
-
import { u as se } from "./useAuthkitAppsAuthPageInfo-
|
|
14
|
+
import { u as Re } from "./useAuthkitCreateAndUpdate-C7NaHnDj.js";
|
|
15
|
+
import { u as se } from "./useAuthkitAppsAuthPageInfo-DZ53lPr0.js";
|
|
16
16
|
import { Icon as Le } from "@iconify/vue";
|
|
17
17
|
const Be = V({
|
|
18
18
|
name: "IconCamera",
|
|
@@ -8,9 +8,9 @@ import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { List as J, ListItem as T, ListItemMeta as L, Avatar as F, Button as P, Form as U, FormItem as b, Input as S, Link as M } from "@arco-design/web-vue";
|
|
11
|
-
import { c as R } from "./apiClients-
|
|
12
|
-
import { u as Q, a as W } from "./useAuthkitUsersProfile-
|
|
13
|
-
import { S as B, g as X, h as Y } from "./AuthkitAuthModal-
|
|
11
|
+
import { c as R } from "./apiClients-B0ARoiN3.js";
|
|
12
|
+
import { u as Q, a as W } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
13
|
+
import { S as B, g as X, h as Y } from "./AuthkitAuthModal-BJ_CtJU_.js";
|
|
14
14
|
const Z = {
|
|
15
15
|
class: "header"
|
|
16
16
|
}, ee = ["href"], te = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import "./apiClients-
|
|
2
|
+
import "./apiClients-B0ARoiN3.js";
|
|
3
3
|
import { defineComponent as V, ref as X, createBlock as J, openBlock as K, unref as Q } from "vue";
|
|
4
4
|
import { Message as W } from "@arco-design/web-vue";
|
|
5
5
|
import { Icon as Z } from "@iconify/vue";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as P, ref as q, createElementBlock as t, openBlock as Q, createVNode as A, withCtx as B, Fragment as H, renderList as e, createBlock as W, createTextVNode as p, toDisplayString as i, unref as V, createElementVNode as F } from "vue";
|
|
2
2
|
import { f as n, e as y, h as G, g as R, L as Z, c as h, l as Y, m as b, n as J, k as S, a as O, b as d } from "./LandingPageSectionHeader-BU7Qtxaj.js";
|
|
3
3
|
import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
-
import { u as M } from "./useAuthkitAppsAuthPageInfo-
|
|
5
|
-
import { g as L } from "./apiClients-
|
|
4
|
+
import { u as M } from "./useAuthkitAppsAuthPageInfo-DZ53lPr0.js";
|
|
5
|
+
import { g as L } from "./apiClients-B0ARoiN3.js";
|
|
6
6
|
import { c as x } from "./index-Bb-d5pBq.js";
|
|
7
7
|
const j = {
|
|
8
8
|
class: "Footer"
|
|
@@ -8,9 +8,9 @@ import { _ as g } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
|
-
import { u as Z } from "./useUploadCos-
|
|
12
|
-
import { g as A } from "./apiClients-
|
|
13
|
-
import "./FeedbackModal-
|
|
11
|
+
import { u as Z } from "./useUploadCos-D51-yXoX.js";
|
|
12
|
+
import { g as A } from "./apiClients-B0ARoiN3.js";
|
|
13
|
+
import "./FeedbackModal-BGsTCUvw.js";
|
|
14
14
|
import { Icon as Y } from "@iconify/vue";
|
|
15
15
|
const H = f({
|
|
16
16
|
name: "IconDown",
|
|
@@ -8,17 +8,17 @@ import { M as qe } from "./Menu-H-LxepvQ.js";
|
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
|
-
import { o as E, g as De } from "./apiClients-
|
|
11
|
+
import { o as E, g as De } from "./apiClients-B0ARoiN3.js";
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
15
|
-
import { u as Ee } from "./useUploadCos-
|
|
15
|
+
import { u as Ee } from "./useUploadCos-D51-yXoX.js";
|
|
16
16
|
import { _ as N } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
17
17
|
/* empty css */
|
|
18
18
|
import { f as O } from "./index-Bb-d5pBq.js";
|
|
19
19
|
import { C as Ne } from "./CustomTable-BCOwLyRJ.js";
|
|
20
20
|
import { Bubble as ve, Prompts as Pe, Sender as je } from "ant-design-x-vue";
|
|
21
|
-
import { C as ye } from "./Clipboard-
|
|
21
|
+
import { C as ye } from "./Clipboard-0N-MKzqm.js";
|
|
22
22
|
import { Icon as Oe } from "@iconify/vue";
|
|
23
23
|
import { _ as ge, g as be, i as ke } from "./plugin-vue_export-helper-LjDO2Zua.js";
|
|
24
24
|
const Ae = U({
|
|
@@ -5,12 +5,12 @@ import { ref as p, defineComponent as T, createBlock as _, openBlock as a, unref
|
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
7
|
import { Spin as X, Empty as Y, Tag as B, Button as ie, Breadcrumb as H, BreadcrumbItem as V, Modal as oe } from "@arco-design/web-vue";
|
|
8
|
-
import { o as L } from "./apiClients-
|
|
8
|
+
import { o as L } from "./apiClients-B0ARoiN3.js";
|
|
9
9
|
import { TiptapEditor as le, TiptapTitle as re } from "@huyooo/vue-tiptap";
|
|
10
10
|
import { _ as x } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
11
11
|
import { useIntersectionObserver as ue } from "@vueuse/core";
|
|
12
12
|
import { Icon as de } from "@iconify/vue";
|
|
13
|
-
import { u as ce } from "./useAuthkitCreateAndUpdate-
|
|
13
|
+
import { u as ce } from "./useAuthkitCreateAndUpdate-C7NaHnDj.js";
|
|
14
14
|
import { M as fe } from "./Menu-H-LxepvQ.js";
|
|
15
15
|
function Z(s, l = {}) {
|
|
16
16
|
const {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as v, ref as p, createElementBlock as l, createCommentVNode as m, openBlock as t, normalizeClass as K, createBlock as d, createElementVNode as _, unref as S, toDisplayString as A, Fragment as h, renderList as N } from "vue";
|
|
2
2
|
import { Icon as D } from "@iconify/vue";
|
|
3
3
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
-
import { o as $ } from "./apiClients-
|
|
5
|
-
import { D as x } from "./MessageHandle-
|
|
4
|
+
import { o as $ } from "./apiClients-B0ARoiN3.js";
|
|
5
|
+
import { D as x } from "./MessageHandle-CPdHbaTw.js";
|
|
6
6
|
const E = /* @__PURE__ */ v({
|
|
7
7
|
__name: "MessageMenuItem",
|
|
8
8
|
props: {
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { defineComponent as et, ref as c, createBlock as C, openBlock as u, unref as o, isRef as at, withCtx as s, createElementVNode as n, createElementBlock as d, createVNode as r, toDisplayString as l, createTextVNode as p, createCommentVNode as L, Fragment as nt, renderList as it } from "vue";
|
|
9
9
|
import { Modal as st, Tag as P, Button as I, Popconfirm as ot, Empty as q, Tabs as lt, TabPane as w, Spin as ut, Progress as rt } from "@arco-design/web-vue";
|
|
10
|
-
import { d as g } from "./apiClients-
|
|
11
|
-
import { u as dt } from "./useAuthkitCreateAndUpdate-
|
|
10
|
+
import { d as g } from "./apiClients-B0ARoiN3.js";
|
|
11
|
+
import { u as dt } from "./useAuthkitCreateAndUpdate-C7NaHnDj.js";
|
|
12
12
|
import { C as B } from "./CustomTable-BCOwLyRJ.js";
|
|
13
13
|
import { _ as ct } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
14
14
|
const pt = {
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { defineComponent as z, ref as m, createBlock as p, openBlock as v, unref as t, withCtx as g, createElementVNode as n, createVNode as R, createCommentVNode as w, toDisplayString as _, createTextVNode as A } from "vue";
|
|
5
5
|
import { Modal as V } from "@arco-design/web-vue";
|
|
6
|
-
import { c as y } from "./apiClients-
|
|
7
|
-
import { u as T } from "./useTableHandle-
|
|
6
|
+
import { c as y } from "./apiClients-B0ARoiN3.js";
|
|
7
|
+
import { u as T } from "./useTableHandle-DkqiT-qL.js";
|
|
8
8
|
import { C as B } from "./CustomTable-BCOwLyRJ.js";
|
|
9
|
-
import { C as D } from "./Clipboard-
|
|
10
|
-
import { a as U } from "./useAuthkitUsersProfile-
|
|
9
|
+
import { C as D } from "./Clipboard-0N-MKzqm.js";
|
|
10
|
+
import { a as U } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
11
11
|
import { _ as E } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
12
12
|
const H = {
|
|
13
13
|
class: "invite-code-section"
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/* empty css */
|
|
7
7
|
import { defineComponent as g, createBlock as F, openBlock as h, unref as q, mergeProps as y, createSlots as I, withCtx as p, renderSlot as u } from "vue";
|
|
8
8
|
import { Upload as S } from "@arco-design/web-vue";
|
|
9
|
-
import { u as _ } from "./useUploadCos-
|
|
9
|
+
import { u as _ } from "./useUploadCos-D51-yXoX.js";
|
|
10
10
|
const N = /* @__PURE__ */ g({
|
|
11
11
|
__name: "Upload",
|
|
12
12
|
props: {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
import { c as De, A as Ve } from "./AuthkitAuthModal-
|
|
4
|
+
import { c as De, A as Ve } from "./AuthkitAuthModal-BJ_CtJU_.js";
|
|
5
5
|
import { defineComponent as C, createElementBlock as g, openBlock as s, normalizeStyle as ie, normalizeClass as se, createElementVNode as p, computed as P, createBlock as d, createCommentVNode as m, createVNode as c, unref as o, withCtx as l, createTextVNode as y, toDisplayString as S, mergeModels as D, useModel as re, renderSlot as ae, ref as f, Fragment as Re } from "vue";
|
|
6
6
|
import { Tag as ze, Button as le, Avatar as ue, Dropdown as Ne, Divider as ce, Doption as h } from "@arco-design/web-vue";
|
|
7
|
-
import { S as Le } from "./PaySubscriptions-
|
|
8
|
-
import { R as je } from "./ReferrerReferees-
|
|
9
|
-
import { a as N, u as He } from "./useAuthkitUsersProfile-
|
|
10
|
-
import { u as Fe, g as oe } from "./apiClients-
|
|
11
|
-
import { d as qe } from "./FeedbackModal-
|
|
12
|
-
import { M as Ee } from "./MessageHandle-
|
|
7
|
+
import { S as Le } from "./PaySubscriptions-BnV62kZT.js";
|
|
8
|
+
import { R as je } from "./ReferrerReferees-B2rVAc7y.js";
|
|
9
|
+
import { a as N, u as He } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
10
|
+
import { u as Fe, g as oe } from "./apiClients-B0ARoiN3.js";
|
|
11
|
+
import { d as qe } from "./FeedbackModal-BGsTCUvw.js";
|
|
12
|
+
import { M as Ee } from "./MessageHandle-CPdHbaTw.js";
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
15
15
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import { defineComponent as w, ref as x, watch as O, createElementBlock as n, openBlock as e, createElementVNode as o, createVNode as f, unref as u, withCtx as ee, renderSlot as K, createCommentVNode as k, toDisplayString as S, onMounted as te, onUnmounted as ne, Fragment as T, renderList as L, normalizeClass as I, createTextVNode as oe, normalizeStyle as A, createBlock as se, computed as U } from "vue";
|
|
4
4
|
import { Spin as V } from "@arco-design/web-vue";
|
|
5
|
-
import "./useAuthkitUsersProfile-
|
|
6
|
-
import { a as ae } from "./apiClients-
|
|
7
|
-
import { u as W } from "./useAuthkitAppsAuthPageInfo-
|
|
8
|
-
import { a as D, b as R, w as H, f as G, c as N, e as F, d as ie } from "./useSEO-
|
|
9
|
-
import "./useUploadCos-
|
|
5
|
+
import "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
6
|
+
import { a as ae } from "./apiClients-B0ARoiN3.js";
|
|
7
|
+
import { u as W } from "./useAuthkitAppsAuthPageInfo-DZ53lPr0.js";
|
|
8
|
+
import { a as D, b as R, w as H, f as G, c as N, e as F, d as ie } from "./useSEO-DxAohN0h.js";
|
|
9
|
+
import "./useUploadCos-D51-yXoX.js";
|
|
10
10
|
import { useRouter as j, useRoute as J } from "vue-router";
|
|
11
11
|
/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
|
-
import { d as re, c as Q } from "./UserAccountMenu-
|
|
13
|
+
import { d as re, c as Q } from "./UserAccountMenu-Bzk__fTW.js";
|
|
14
14
|
/* empty css */
|
|
15
15
|
/* empty css */
|
|
16
16
|
/* empty css */
|
|
17
|
-
import "./AuthkitAuthModal-
|
|
17
|
+
import "./AuthkitAuthModal-BJ_CtJU_.js";
|
|
18
18
|
import { M as ce } from "./Menu-H-LxepvQ.js";
|
|
19
19
|
import "./CollapseItem-Cw1vcdLu.js";
|
|
20
20
|
/* empty css */
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import { eden as i, defineMiddleware as h, createClient as n } from "@vafast/api-client";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import { Message as P } from "@arco-design/web-vue";
|
|
4
|
+
import { ref as m } from "vue";
|
|
5
|
+
function R(e) {
|
|
6
|
+
return i(e);
|
|
7
|
+
}
|
|
8
|
+
function g(e) {
|
|
9
|
+
return i(e);
|
|
10
|
+
}
|
|
11
|
+
function T(e) {
|
|
12
|
+
return i(e);
|
|
13
|
+
}
|
|
14
|
+
function x(e) {
|
|
15
|
+
return i(e);
|
|
16
|
+
}
|
|
17
|
+
function w(e) {
|
|
18
|
+
return i(e);
|
|
19
|
+
}
|
|
20
|
+
function y(e) {
|
|
21
|
+
return i(e);
|
|
22
|
+
}
|
|
23
|
+
let o = {
|
|
24
|
+
appId: "",
|
|
25
|
+
onesPrefixUrl: "/onesRestfulApi",
|
|
26
|
+
authPrefixUrl: "/authRestfulApi",
|
|
27
|
+
billingPrefixUrl: "/billingRestfulApi",
|
|
28
|
+
logPrefixUrl: "/logRestfulApi",
|
|
29
|
+
aiPrefixUrl: "/aiRestfulApi",
|
|
30
|
+
webhookPrefixUrl: "/webhookRestfulApi",
|
|
31
|
+
oauthCallbackUrl: "",
|
|
32
|
+
avatarBucketId: "68350c206888f565dc7d09e9",
|
|
33
|
+
feedbackBucketId: "6826e4db6888f565dc775dce",
|
|
34
|
+
bucket: "ones-1358549778",
|
|
35
|
+
region: "ap-beijing",
|
|
36
|
+
web3formsAccessKey: "72604aac-d55e-4df0-9bcf-31b2206b3753"
|
|
37
|
+
}, E = {};
|
|
38
|
+
function Y(e) {
|
|
39
|
+
Object.assign(E, e);
|
|
40
|
+
}
|
|
41
|
+
function Z(e) {
|
|
42
|
+
o.appId = e.appId, o.authPrefixUrl = e.authPrefixUrl || "/authRestfulApi", e.onesPrefixUrl !== void 0 && (o.onesPrefixUrl = e.onesPrefixUrl), e.billingPrefixUrl !== void 0 && (o.billingPrefixUrl = e.billingPrefixUrl), e.logPrefixUrl !== void 0 && (o.logPrefixUrl = e.logPrefixUrl), e.aiPrefixUrl !== void 0 && (o.aiPrefixUrl = e.aiPrefixUrl), e.webhookPrefixUrl !== void 0 && (o.webhookPrefixUrl = e.webhookPrefixUrl), e.oauthCallbackUrl !== void 0 ? o.oauthCallbackUrl = e.oauthCallbackUrl : typeof window < "u" && (o.oauthCallbackUrl = `${window.location.origin}/auth/callback`), e.avatarBucketId !== void 0 && (o.avatarBucketId = e.avatarBucketId), e.feedbackBucketId !== void 0 && (o.feedbackBucketId = e.feedbackBucketId), e.bucket !== void 0 && (o.bucket = e.bucket), e.region !== void 0 && (o.region = e.region), e.web3formsAccessKey !== void 0 && (o.web3formsAccessKey = e.web3formsAccessKey);
|
|
43
|
+
}
|
|
44
|
+
function ee(e, t = 3) {
|
|
45
|
+
const r = e.indexOf("@");
|
|
46
|
+
if (r > 1) {
|
|
47
|
+
const a = e.slice(0, t), s = e.slice(r);
|
|
48
|
+
return a + "***" + s;
|
|
49
|
+
}
|
|
50
|
+
return e;
|
|
51
|
+
}
|
|
52
|
+
function v() {
|
|
53
|
+
try {
|
|
54
|
+
localStorage.removeItem("jwtToken"), localStorage.removeItem("refreshToken");
|
|
55
|
+
} catch (e) {
|
|
56
|
+
console.warn("Failed to clear localStorage:", e);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
function S() {
|
|
60
|
+
try {
|
|
61
|
+
return localStorage.getItem("refreshToken");
|
|
62
|
+
} catch (e) {
|
|
63
|
+
return console.warn("Failed to get refreshToken from localStorage:", e), null;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
function O(e) {
|
|
67
|
+
try {
|
|
68
|
+
localStorage.setItem("jwtToken", e);
|
|
69
|
+
} catch (t) {
|
|
70
|
+
console.warn("Failed to update jwtToken in localStorage:", t);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
const j = m(!1);
|
|
74
|
+
function B() {
|
|
75
|
+
return {
|
|
76
|
+
show: j
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
const U = 40101, _ = {
|
|
80
|
+
LOGIN_EXPIRED: "登录已过期,请重新登录"
|
|
81
|
+
};
|
|
82
|
+
let p = !1, k = [];
|
|
83
|
+
function b(e, t = null) {
|
|
84
|
+
k.forEach(({
|
|
85
|
+
resolve: r,
|
|
86
|
+
reject: a
|
|
87
|
+
}) => {
|
|
88
|
+
e ? a(e) : t && r(t);
|
|
89
|
+
}), k = [];
|
|
90
|
+
}
|
|
91
|
+
async function L() {
|
|
92
|
+
const e = S();
|
|
93
|
+
if (!e)
|
|
94
|
+
throw new Error("No refresh token available");
|
|
95
|
+
try {
|
|
96
|
+
const r = await (await fetch(`${o.authPrefixUrl}/auth/refresh`, {
|
|
97
|
+
method: "POST",
|
|
98
|
+
headers: {
|
|
99
|
+
"Content-Type": "application/json",
|
|
100
|
+
"app-id": o.appId
|
|
101
|
+
},
|
|
102
|
+
body: JSON.stringify({
|
|
103
|
+
refreshToken: e
|
|
104
|
+
})
|
|
105
|
+
})).json();
|
|
106
|
+
if (r.jwtToken)
|
|
107
|
+
return O(r.jwtToken), r.refreshToken && localStorage.setItem("refreshToken", r.refreshToken), r.jwtToken;
|
|
108
|
+
throw new Error(r.message || "Token refresh failed");
|
|
109
|
+
} catch (t) {
|
|
110
|
+
throw console.error("Token refresh failed:", t), t;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
const l = h(async (e, t) => (e.headers.set("app-id", o.appId), t()), {
|
|
114
|
+
name: "app-id"
|
|
115
|
+
}), c = h(async (e, t) => {
|
|
116
|
+
const r = localStorage.getItem("jwtToken");
|
|
117
|
+
return r && e.headers.set("authorization", `Bearer ${r}`), t();
|
|
118
|
+
}, {
|
|
119
|
+
name: "token"
|
|
120
|
+
}), u = h(async (e, t) => {
|
|
121
|
+
var a;
|
|
122
|
+
const r = await t();
|
|
123
|
+
if (((a = r.error) == null ? void 0 : a.code) === U) {
|
|
124
|
+
if (p)
|
|
125
|
+
return new Promise((s, d) => {
|
|
126
|
+
k.push({
|
|
127
|
+
resolve: async (A) => {
|
|
128
|
+
e.headers.set("authorization", `Bearer ${A}`);
|
|
129
|
+
const I = await t();
|
|
130
|
+
s(I);
|
|
131
|
+
},
|
|
132
|
+
reject: () => {
|
|
133
|
+
d(r);
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
});
|
|
137
|
+
p = !0;
|
|
138
|
+
try {
|
|
139
|
+
const s = await L();
|
|
140
|
+
return b(null, s), e.headers.set("authorization", `Bearer ${s}`), await t();
|
|
141
|
+
} catch (s) {
|
|
142
|
+
b(s, null), v();
|
|
143
|
+
const {
|
|
144
|
+
show: d
|
|
145
|
+
} = B();
|
|
146
|
+
return d.value = !0, P.error(_.LOGIN_EXPIRED), r;
|
|
147
|
+
} finally {
|
|
148
|
+
p = !1;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
return r;
|
|
152
|
+
}, {
|
|
153
|
+
name: "token-refresh"
|
|
154
|
+
}), f = h(async (e, t) => {
|
|
155
|
+
const r = await t();
|
|
156
|
+
return r.error && r.error.code !== U && P.error(r.error.message || "请求失败"), r;
|
|
157
|
+
}, {
|
|
158
|
+
name: "error-message"
|
|
159
|
+
}), $ = {
|
|
160
|
+
baseURL: "/authRestfulApi",
|
|
161
|
+
timeout: 3e4
|
|
162
|
+
}, M = {
|
|
163
|
+
baseURL: "/billingRestfulApi",
|
|
164
|
+
timeout: 3e4
|
|
165
|
+
}, G = {
|
|
166
|
+
baseURL: "/onesRestfulApi",
|
|
167
|
+
timeout: 3e4
|
|
168
|
+
}, N = {
|
|
169
|
+
baseURL: "/logRestfulApi",
|
|
170
|
+
timeout: 3e4
|
|
171
|
+
}, K = {
|
|
172
|
+
baseURL: "/aiRestfulApi",
|
|
173
|
+
timeout: 3e4
|
|
174
|
+
}, D = {
|
|
175
|
+
baseURL: "/webhookRestfulApi",
|
|
176
|
+
timeout: 3e4
|
|
177
|
+
}, F = n($).use(l).use(c).use(u).use(f), z = n(M).use(l).use(c).use(u).use(f), X = n(G).use(l).use(c).use(u).use(f), q = n(N).use(l).use(c).use(u).use(f), H = n(K).use(l).use(c).use(u).use(f), J = n(D).use(l).use(c).use(u).use(f), re = g(F), te = T(z), oe = w(X);
|
|
178
|
+
x(q);
|
|
179
|
+
R(H);
|
|
180
|
+
y(J);
|
|
181
|
+
export {
|
|
182
|
+
E as a,
|
|
183
|
+
Y as b,
|
|
184
|
+
re as c,
|
|
185
|
+
te as d,
|
|
186
|
+
o as g,
|
|
187
|
+
ee as h,
|
|
188
|
+
oe as o,
|
|
189
|
+
Z as s,
|
|
190
|
+
B as u
|
|
191
|
+
};
|
package/dist/authkit.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { A as i, a as u, c as s, b as h, n as A, E as e, k, l as o, _ as r, O as n, _ as d, O as p, f as m, o as P, P as f, j as l, R as S, S as g, i as O, m as c, d as w, e as U, g as I, h as b, p as x, u as C } from "./AuthkitAuthModal-
|
|
2
|
-
import { A as y, a as B, c as R, d as V, b as v, b as L, f as M, e as _ } from "./AuthkitSignInPhone-
|
|
3
|
-
import { u as z } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { u as T, a as q } from "./useAuthkitUsersProfile-
|
|
5
|
-
import { u as F } from "./apiClients-
|
|
6
|
-
import { u as J } from "./useAuthkitCreateAndUpdate-
|
|
1
|
+
import { A as i, a as u, c as s, b as h, n as A, E as e, k, l as o, _ as r, O as n, _ as d, O as p, f as m, o as P, P as f, j as l, R as S, S as g, i as O, m as c, d as w, e as U, g as I, h as b, p as x, u as C } from "./AuthkitAuthModal-BJ_CtJU_.js";
|
|
2
|
+
import { A as y, a as B, c as R, d as V, b as v, b as L, f as M, e as _ } from "./AuthkitSignInPhone-Ba8aCNAE.js";
|
|
3
|
+
import { u as z } from "./useAuthkitAppsAuthPageInfo-DZ53lPr0.js";
|
|
4
|
+
import { u as T, a as q } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
5
|
+
import { u as F } from "./apiClients-B0ARoiN3.js";
|
|
6
|
+
import { u as J } from "./useAuthkitCreateAndUpdate-C7NaHnDj.js";
|
|
7
7
|
export {
|
|
8
8
|
i as AuthkitAppSetting,
|
|
9
9
|
u as AuthkitAuth,
|
|
@@ -9,12 +9,18 @@ export interface GlobalSEOConfig {
|
|
|
9
9
|
export interface HuyoooUIConfig {
|
|
10
10
|
/** 应用ID - 必填 */
|
|
11
11
|
appId: string;
|
|
12
|
-
/** ones-server API前缀 - 默认 '/
|
|
12
|
+
/** ones-server API前缀 - 默认 '/onesRestfulApi' */
|
|
13
13
|
onesPrefixUrl: string;
|
|
14
|
-
/** auth-server API前缀 */
|
|
14
|
+
/** auth-server API前缀 - 默认 '/authRestfulApi' */
|
|
15
15
|
authPrefixUrl: string;
|
|
16
16
|
/** billing-server API前缀 - 默认 '/billingRestfulApi' */
|
|
17
17
|
billingPrefixUrl: string;
|
|
18
|
+
/** log-server API前缀 - 默认 '/logRestfulApi' */
|
|
19
|
+
logPrefixUrl: string;
|
|
20
|
+
/** ai-server API前缀 - 默认 '/aiRestfulApi' */
|
|
21
|
+
aiPrefixUrl: string;
|
|
22
|
+
/** webhook-server API前缀 - 默认 '/webhookRestfulApi' */
|
|
23
|
+
webhookPrefixUrl: string;
|
|
18
24
|
/** OAuth 回调地址(可选,默认当前域名 + /auth/callback) */
|
|
19
25
|
oauthCallbackUrl: string;
|
|
20
26
|
avatarBucketId: string;
|
|
@@ -34,12 +40,18 @@ export declare function setGlobalSEOConfig(seoConfig: GlobalSEOConfig): void;
|
|
|
34
40
|
export declare function setGlobalConfig(newConfig: {
|
|
35
41
|
/** 应用ID - 必填 */
|
|
36
42
|
appId: string;
|
|
37
|
-
/** ones-server API前缀 - 默认 '/
|
|
43
|
+
/** ones-server API前缀 - 默认 '/onesRestfulApi' */
|
|
38
44
|
onesPrefixUrl?: string;
|
|
39
45
|
/** auth-server API前缀 - 默认 '/authRestfulApi' */
|
|
40
46
|
authPrefixUrl?: string;
|
|
41
47
|
/** billing-server API前缀 - 默认 '/billingRestfulApi' */
|
|
42
48
|
billingPrefixUrl?: string;
|
|
49
|
+
/** log-server API前缀 - 默认 '/logRestfulApi' */
|
|
50
|
+
logPrefixUrl?: string;
|
|
51
|
+
/** ai-server API前缀 - 默认 '/aiRestfulApi' */
|
|
52
|
+
aiPrefixUrl?: string;
|
|
53
|
+
/** webhook-server API前缀 - 默认 '/webhookRestfulApi' */
|
|
54
|
+
webhookPrefixUrl?: string;
|
|
43
55
|
/** OAuth 回调地址(可选,默认当前域名 + /auth/callback) */
|
|
44
56
|
oauthCallbackUrl?: string;
|
|
45
57
|
avatarBucketId?: string;
|
package/dist/common.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, a as o, C as t, D as r, G as p, H as n, b as l, L as u, S as C, W as d } from "./WidthContainer-
|
|
1
|
+
import { A as s, a as o, C as t, D as r, G as p, H as n, b as l, L as u, S as C, W as d } from "./WidthContainer-C5z0Afym.js";
|
|
2
2
|
import { C as i, a as f } from "./CollapseItem-Cw1vcdLu.js";
|
|
3
3
|
import { C as x, E as H } from "./CustomTable-BCOwLyRJ.js";
|
|
4
4
|
import { M, a as g } from "./Menu-H-LxepvQ.js";
|
package/dist/composables.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { u as a, a as o } from "./useAuthkitUsersProfile-
|
|
2
|
-
import { g as u, a as r, s as i, b as n, u as f } from "./apiClients-
|
|
3
|
-
import { u as p } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { u as h } from "./useAuthkitCreateAndUpdate-
|
|
5
|
-
import { u as d } from "./useMessageNotifications-
|
|
6
|
-
import { u as x, a as C } from "./useDownloads-
|
|
7
|
-
import { u as P } from "./useTableHandle-
|
|
8
|
-
import { b as k, f as M, g as O, u as w, a as E, c as S, e as U, d as v, w as D } from "./useSEO-
|
|
9
|
-
import { u as R } from "./useUploadCos-
|
|
1
|
+
import { u as a, a as o } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
2
|
+
import { g as u, a as r, s as i, b as n, u as f } from "./apiClients-B0ARoiN3.js";
|
|
3
|
+
import { u as p } from "./useAuthkitAppsAuthPageInfo-DZ53lPr0.js";
|
|
4
|
+
import { u as h } from "./useAuthkitCreateAndUpdate-C7NaHnDj.js";
|
|
5
|
+
import { u as d } from "./useMessageNotifications-BhTNNEib.js";
|
|
6
|
+
import { u as x, a as C } from "./useDownloads-CvcHx4gM.js";
|
|
7
|
+
import { u as P } from "./useTableHandle-DkqiT-qL.js";
|
|
8
|
+
import { b as k, f as M, g as O, u as w, a as E, c as S, e as U, d as v, w as D } from "./useSEO-DxAohN0h.js";
|
|
9
|
+
import { u as R } from "./useUploadCos-D51-yXoX.js";
|
|
10
10
|
export {
|
|
11
11
|
k as findActiveMenuPath,
|
|
12
12
|
M as findMenuPath,
|
package/dist/feedback.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-
|
|
2
|
-
import { C as r } from "./Clipboard-
|
|
3
|
-
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-
|
|
1
|
+
import { B as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-BGsTCUvw.js";
|
|
2
|
+
import { C as r } from "./Clipboard-0N-MKzqm.js";
|
|
3
|
+
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-BKUCH2aW.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { u as h3, a as u3 } from "./useAuthkitUsersProfile-
|
|
2
|
-
import { c as g3, d as m3, g as L3, a as y3, o as w3, s as F3, b as M3, u as k3 } from "./apiClients-
|
|
3
|
-
import { u as x3 } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { u as Z3 } from "./useAuthkitCreateAndUpdate-
|
|
5
|
-
import { u as E3 } from "./useMessageNotifications-
|
|
6
|
-
import { a as e2 } from "./useDownloads-
|
|
7
|
-
import { u as A3 } from "./useDownloads-
|
|
8
|
-
import { u as b3 } from "./useTableHandle-
|
|
9
|
-
import { n as p2, h as I, U as f2, i as t2, V as h2, j as q, H as K, k as u2, v as _2 } from "./useSEO-
|
|
10
|
-
import { b as D3, f as P3, g as T3, u as O3, a as B3, c as I3, e as $3, d as N3, w as W3 } from "./useSEO-
|
|
11
|
-
import { u as z3 } from "./useUploadCos-
|
|
12
|
-
import { A as q3, a as K3, c as J3, b as Q3, n as X3, E as Y3, k as e4, l as t4, _ as o4, O as s4, _ as a4, O as i4, f as n4, o as r4, P as c4, j as l4, R as C4, S as d4, i as p4, m as f4, d as h4, e as u4, g as _4, h as g4, p as m4, u as L4 } from "./AuthkitAuthModal-
|
|
13
|
-
import { A as w4, a as F4, c as M4, d as k4, b as v4, b as x4, f as H4, e as Z4 } from "./AuthkitSignInPhone-
|
|
14
|
-
import { I as E4, A as U4, C as A4, _ as S4, a as b4, D as G4, E as D4, b as P4, M as T4, c as O4, N as B4, d as I4, e as $4 } from "./MessageHandle-
|
|
15
|
-
import { M as W4, a as R4, _ as z4 } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-
|
|
16
|
-
import { B as q4, a as K4, F as J4, b as Q4, c as X4, d as Y4, R as e6 } from "./FeedbackModal-
|
|
17
|
-
import { C as o6 } from "./Clipboard-
|
|
18
|
-
import { F as a6, a as i6, c as n6, b as r6, d as c6 } from "./FeedbackItem-
|
|
1
|
+
import { u as h3, a as u3 } from "./useAuthkitUsersProfile-DkDg2EYG.js";
|
|
2
|
+
import { c as g3, d as m3, g as L3, a as y3, o as w3, s as F3, b as M3, u as k3 } from "./apiClients-B0ARoiN3.js";
|
|
3
|
+
import { u as x3 } from "./useAuthkitAppsAuthPageInfo-DZ53lPr0.js";
|
|
4
|
+
import { u as Z3 } from "./useAuthkitCreateAndUpdate-C7NaHnDj.js";
|
|
5
|
+
import { u as E3 } from "./useMessageNotifications-BhTNNEib.js";
|
|
6
|
+
import { a as e2 } from "./useDownloads-CvcHx4gM.js";
|
|
7
|
+
import { u as A3 } from "./useDownloads-CvcHx4gM.js";
|
|
8
|
+
import { u as b3 } from "./useTableHandle-DkqiT-qL.js";
|
|
9
|
+
import { n as p2, h as I, U as f2, i as t2, V as h2, j as q, H as K, k as u2, v as _2 } from "./useSEO-DxAohN0h.js";
|
|
10
|
+
import { b as D3, f as P3, g as T3, u as O3, a as B3, c as I3, e as $3, d as N3, w as W3 } from "./useSEO-DxAohN0h.js";
|
|
11
|
+
import { u as z3 } from "./useUploadCos-D51-yXoX.js";
|
|
12
|
+
import { A as q3, a as K3, c as J3, b as Q3, n as X3, E as Y3, k as e4, l as t4, _ as o4, O as s4, _ as a4, O as i4, f as n4, o as r4, P as c4, j as l4, R as C4, S as d4, i as p4, m as f4, d as h4, e as u4, g as _4, h as g4, p as m4, u as L4 } from "./AuthkitAuthModal-BJ_CtJU_.js";
|
|
13
|
+
import { A as w4, a as F4, c as M4, d as k4, b as v4, b as x4, f as H4, e as Z4 } from "./AuthkitSignInPhone-Ba8aCNAE.js";
|
|
14
|
+
import { I as E4, A as U4, C as A4, _ as S4, a as b4, D as G4, E as D4, b as P4, M as T4, c as O4, N as B4, d as I4, e as $4 } from "./MessageHandle-CPdHbaTw.js";
|
|
15
|
+
import { M as W4, a as R4, _ as z4 } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-DQyIH-Pz.js";
|
|
16
|
+
import { B as q4, a as K4, F as J4, b as Q4, c as X4, d as Y4, R as e6 } from "./FeedbackModal-BGsTCUvw.js";
|
|
17
|
+
import { C as o6 } from "./Clipboard-0N-MKzqm.js";
|
|
18
|
+
import { F as a6, a as i6, c as n6, b as r6, d as c6 } from "./FeedbackItem-BKUCH2aW.js";
|
|
19
19
|
import { L as C6, a as d6, b as p6, c as f6, B as h6, C as u6, d as _6, e as g6, x as m6, y as L6, f as y6, g as w6, z as F6, h as M6, i as k6, j as v6, k as x6, l as H6, m as Z6, n as V6, D as E6, o as U6, p as A6, q as S6, r as b6, s as G6, T as D6, t as P6, A as T6, u as O6, v as B6, w as I6 } from "./LandingPageSectionTabs-DYNXKElT.js";
|
|
20
20
|
import { L as N6, a as W6, b as R6, c as z6, D as j6, d as q6, e as K6, f as J6, g as Q6, h as X6, i as Y6, j as e7, k as t7, l as o7, m as s7, n as a7 } from "./LandingPageSectionHeader-BU7Qtxaj.js";
|
|
21
|
-
import { A as n7, a as r7, C as c7, D as l7, G as C7, H as d7, b as p7, L as f7, S as h7, W as u7 } from "./WidthContainer-
|
|
21
|
+
import { A as n7, a as r7, C as c7, D as l7, G as C7, H as d7, b as p7, L as f7, S as h7, W as u7 } from "./WidthContainer-C5z0Afym.js";
|
|
22
22
|
import { C as g7, a as m7 } from "./CollapseItem-Cw1vcdLu.js";
|
|
23
23
|
import { C as y7, E as w7 } from "./CustomTable-BCOwLyRJ.js";
|
|
24
24
|
import { M as M7, a as k7 } from "./Menu-H-LxepvQ.js";
|
|
25
|
-
import { S as x7 } from "./PaySubscriptions-
|
|
26
|
-
import { R as Z7 } from "./ReferrerReferees-
|
|
27
|
-
import { _ as E7 } from "./Upload.vue_vue_type_script_setup_true_lang-
|
|
28
|
-
import { d as A7, U as S7, a as b7, b as G7, c as D7, S as P7 } from "./UserAccountMenu-
|
|
25
|
+
import { S as x7 } from "./PaySubscriptions-BnV62kZT.js";
|
|
26
|
+
import { R as Z7 } from "./ReferrerReferees-B2rVAc7y.js";
|
|
27
|
+
import { _ as E7 } from "./Upload.vue_vue_type_script_setup_true_lang-CzOKd9iz.js";
|
|
28
|
+
import { d as A7, U as S7, a as b7, b as G7, c as D7, S as P7 } from "./UserAccountMenu-Bzk__fTW.js";
|
|
29
29
|
import { defineComponent as V, computed as U, createElementBlock as L, openBlock as g, normalizeStyle as g2, normalizeClass as o2, createElementVNode as d, createCommentVNode as x, toDisplayString as k, createVNode as Z, unref as H, createTextVNode as s2, withModifiers as a2, renderSlot as m2, withCtx as W, Fragment as T, renderList as O, createBlock as G, onMounted as i2, ref as $, watch as L2, onUnmounted as y2, withDirectives as w2, createStaticVNode as F2, vShow as M2 } from "vue";
|
|
30
30
|
import { Icon as A } from "@iconify/vue";
|
|
31
31
|
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
32
|
-
import { C as O7, F as B7, I as I7 } from "./Contact-
|
|
32
|
+
import { C as O7, F as B7, I as I7 } from "./Contact-D6GPPI8o.js";
|
|
33
33
|
function N(o, e = {}, t) {
|
|
34
34
|
for (const i in o) {
|
|
35
35
|
const n = o[i], r = t ? `${t}:${i}` : i;
|
package/dist/message.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, d as r, e as m } from "./MessageHandle-
|
|
2
|
-
import { M as u, a as D, _ as C } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { u as d } from "./useMessageNotifications-
|
|
1
|
+
import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, d as r, e as m } from "./MessageHandle-CPdHbaTw.js";
|
|
2
|
+
import { M as u, a as D, _ as C } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-DQyIH-Pz.js";
|
|
3
|
+
import { u as d } from "./useMessageNotifications-BhTNNEib.js";
|
|
4
4
|
export {
|
|
5
5
|
e as InfiniteLoading,
|
|
6
6
|
i as MessageAppMessage,
|
package/dist/pay.js
CHANGED
package/dist/privateCom.js
CHANGED
package/dist/referrer.js
CHANGED