@huyooo/ui 4.0.2 → 4.0.5

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.
Files changed (64) hide show
  1. package/dist/{AuthkitAppSetting-Cg8j3nES.js → AuthkitAppSetting-B7xyx5Kb.js} +20 -17
  2. package/dist/{CustomTable-C15Dgbks.js → CustomTable-FlfUde4Q.js} +14 -14
  3. package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-Ddy1jcdL.js → FeedbackModal.vue_vue_type_script_setup_true_lang-BBmobezM.js} +9 -8
  4. package/dist/LandingPageLinkGroup-DBhikoiz.js +749 -0
  5. package/dist/{LandingPageSectionTabs-BJQeq3V5.js → LandingPageSectionTabs-BwStYRXA.js} +362 -366
  6. package/dist/{LegalDocViewer-BuzKCAfO.js → LegalDocViewer-BPbrJ2tj.js} +24 -21
  7. package/dist/{PaySubscriptions-ZSvRTG2i.js → PaySubscriptions-CPH1wESx.js} +22 -21
  8. package/dist/{PricingPlans-DTGJ-_us.js → PricingPlans-Cb2qrkmu.js} +3 -3
  9. package/dist/{ReferrerReferees-gkKtDau-.js → ReferrerReferees-B2OR30NV.js} +3 -3
  10. package/dist/Report-C5RbZNpM.js +317 -0
  11. package/dist/{Upload.vue_vue_type_script_setup_true_lang-C6B5_Hjo.js → Upload.vue_vue_type_script_setup_true_lang-BygtAblQ.js} +1 -1
  12. package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BH6l-SKs.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DxvHvsQm.js} +6 -6
  13. package/dist/{WidthContainer-DXwIiG2x.js → WidthContainer-DtKLf5Ub.js} +10 -10
  14. package/dist/authkit.js +8 -8
  15. package/dist/common/globalConfig.d.ts +5 -5
  16. package/dist/common.js +2 -2
  17. package/dist/components/LandingPage/LandingPageContact.vue.d.ts +14 -1
  18. package/dist/components/LandingPage/LandingPageContactForm.vue.d.ts +3 -8
  19. package/dist/components/LandingPage/LandingPageFooterContact.vue.d.ts +23 -15
  20. package/dist/components/LandingPage/LandingPageLink.vue.d.ts +7 -2
  21. package/dist/components/LandingPage/LandingPageReportForm.vue.d.ts +4 -0
  22. package/dist/components/PrivateCom/Report.vue.d.ts +2 -0
  23. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +14 -0
  24. package/dist/composables/Authkit/useLegalDocs.d.ts +1 -1
  25. package/dist/composables.d.ts +2 -0
  26. package/dist/composables.js +60 -54
  27. package/dist/feedback.js +2 -2
  28. package/dist/{fetchAuthPageAboutUs-C-jQ44QK.js → fetchAuthPageAboutUs-DD-MwyiG.js} +2 -2
  29. package/dist/{index-BIxwv9Xs.js → index-ClOjruo3.js} +1 -1
  30. package/dist/{index-5OR_BVTz.js → index-CncbUu-V.js} +1 -1
  31. package/dist/landingPage.d.ts +1 -0
  32. package/dist/landingPage.js +17 -16
  33. package/dist/legalDocs/buildBuiltinUrl.d.ts +1 -1
  34. package/dist/main.js +306 -298
  35. package/dist/pay.js +3 -3
  36. package/dist/privateCom.d.ts +1 -0
  37. package/dist/privateCom.js +3 -2
  38. package/dist/publicReport-ZlMy0xQf.js +32 -0
  39. package/dist/referrer.js +1 -1
  40. package/dist/{runtime-B-tHI8-q.js → runtime-CfbHkmk9.js} +25 -26
  41. package/dist/style.css +1 -1
  42. package/dist/types/api/auth.generated.d.ts +250 -43
  43. package/dist/types/api/ones.generated.d.ts +44 -0
  44. package/dist/types/app.d.ts +9 -0
  45. package/dist/upload.js +2 -2
  46. package/dist/{useAccessPosture-DBNTLWQn.js → useAccessPosture-NSPnmu0I.js} +33 -33
  47. package/dist/{useAuthkitAppsAuthPageInfo-CsivtUQH.js → useAuthkitAppsAuthPageInfo-Cg40bxCJ.js} +25 -23
  48. package/dist/{useAuthkitAuth-CV60Hc3o.js → useAuthkitAuth-C5oUnl8U.js} +1 -1
  49. package/dist/{useAuthkitUsersProfile-CQOLEAxC.js → useAuthkitUsersProfile-BWNVk2UM.js} +1 -1
  50. package/dist/{useEnsureAuthenticated-BYGI2uYZ.js → useEnsureAuthenticated-CQWINiHB.js} +1 -1
  51. package/dist/useLegalDocs-ky2EzBke.js +114 -0
  52. package/dist/{usePageSEO-BHYaXnDU.js → usePageSEO-CWLQAmET.js} +1 -1
  53. package/dist/{useRoutePermission-BkWHsFxN.js → useRoutePermission-K-Eu4pRD.js} +3 -3
  54. package/dist/{useSubscriptionCheckout-QSNro05_.js → useSubscriptionCheckout-BcN8cRMV.js} +1 -1
  55. package/dist/user.js +1 -1
  56. package/dist/utils/company.d.ts +2 -0
  57. package/dist/utils/publicFeedbackSubmit.d.ts +13 -0
  58. package/dist/utils/publicReport.d.ts +26 -0
  59. package/dist/utils/reportForm.d.ts +8 -0
  60. package/dist/utils/requiredFooterLinks.d.ts +11 -0
  61. package/package.json +1 -1
  62. package/dist/Contact-D9NRguTE.js +0 -222
  63. package/dist/LandingPageLinkGroup-B8ERKG5f.js +0 -527
  64. package/dist/useLegalDocs-BrYWCDh3.js +0 -107
@@ -4,22 +4,25 @@ import { g as x, u as _e } from "./apiClients-5u4_uxFE.js";
4
4
  /* empty css */
5
5
  import "./userMenuModal-B4m4CHlW.js";
6
6
  import { Message as oe, Form as E, FormItem as P, Input as C, Button as B, Link as Y, Tabs as ce, TabPane as pe, Checkbox as Oe, Modal as Le, List as xe, ListItem as le, ListItemMeta as ne, Avatar as se, Alert as ve, Spin as Be, Empty as Me } from "@arco-design/web-vue";
7
- import { a as F, u as N } from "./useAuthkitAuth-CV60Hc3o.js";
8
- import { u as j } from "./useAuthkitAppsAuthPageInfo-CsivtUQH.js";
9
- import { o as ge, j as Fe, k as he, l as ke, u as De, m as He, n as X, p as Ee, i as Se, S as K, q as W, r as ze, s as Ie, t as te, v as Ge, w as Ne, b as je } from "./AuthkitAppSetting-Cg8j3nES.js";
7
+ import { a as F, u as N } from "./useAuthkitAuth-C5oUnl8U.js";
8
+ import { u as j } from "./useAuthkitAppsAuthPageInfo-Cg40bxCJ.js";
9
+ import { o as ge, j as Fe, k as he, l as ke, u as De, m as He, n as X, p as Ee, i as Se, S as K, q as W, r as ze, s as Ie, t as te, v as Ge, w as Ne, b as je } from "./AuthkitAppSetting-B7xyx5Kb.js";
10
10
  import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
11
11
  /* empty css */
12
- import "./index-5OR_BVTz.js";
12
+ import "./index-ClOjruo3.js";
13
13
  /* empty css */
14
- import { u as Ae, L as Ke, i as We } from "./useLegalDocs-BrYWCDh3.js";
15
- import { u as me, g as Je } from "./runtime-B-tHI8-q.js";
16
- import { u as Pe } from "./useAuthkitUsersProfile-CQOLEAxC.js";
17
14
  /* empty css */
15
+ import "./index-CncbUu-V.js";
16
+ import { u as Ae, L as Ke, i as We } from "./useLegalDocs-ky2EzBke.js";
17
+ import { u as me, g as Je } from "./runtime-CfbHkmk9.js";
18
+ import { u as Pe } from "./useAuthkitUsersProfile-BWNVk2UM.js";
19
+ /* empty css */
20
+ /* empty css */
21
+ import "./CustomTable-FlfUde4Q.js";
18
22
  /* empty css */
19
- import "./CustomTable-C15Dgbks.js";
20
23
  /* empty css */
21
24
  import { TiptapEditor as Qe, TiptapTitle as Xe } from "@huyooo/vue-tiptap";
22
- import { f as Ye } from "./fetchAuthPageAboutUs-C-jQ44QK.js";
25
+ import { f as Ye } from "./fetchAuthPageAboutUs-DD-MwyiG.js";
23
26
  const Ze = ["title", "aria-label", "disabled"], et = {
24
27
  key: 0,
25
28
  class: "OAuthItem__spinner"
@@ -1885,7 +1888,7 @@ const ks = {
1885
1888
  class: "AuthkitOAuthCallbackOverlay__text"
1886
1889
  }, "正在登录...")], -1)])])) : I("", !0)]));
1887
1890
  }
1888
- }), zs = /* @__PURE__ */ U(Ss, [["__scopeId", "data-v-7162b776"]]), vi = /* @__PURE__ */ V({
1891
+ }), zs = /* @__PURE__ */ U(Ss, [["__scopeId", "data-v-7162b776"]]), yi = /* @__PURE__ */ V({
1889
1892
  __name: "AuthkitProvider",
1890
1893
  props: {
1891
1894
  handleOAuthCallback: {
@@ -2057,7 +2060,7 @@ const ks = {
2057
2060
  })
2058
2061
  }, " 返回主页 ", 12, As)) : I("", !0)]), _("div", Ps, [Z(n.$slots, "default", {}, void 0, !0)])], 4));
2059
2062
  }
2060
- }), gi = /* @__PURE__ */ U(Vs, [["__scopeId", "data-v-0e13d3ff"]]), Cs = {
2063
+ }), wi = /* @__PURE__ */ U(Vs, [["__scopeId", "data-v-0e13d3ff"]]), Cs = {
2061
2064
  class: "box"
2062
2065
  }, Us = {
2063
2066
  class: "title"
@@ -2224,7 +2227,7 @@ const ks = {
2224
2227
  class: "redirect-hint"
2225
2228
  }, "授权后将跳转至", -1)), _("div", Ts, M(n.value.authorizationCallback), 1)])])]));
2226
2229
  }
2227
- }), hi = /* @__PURE__ */ U(qs, [["__scopeId", "data-v-11c1752e"]]), Os = {
2230
+ }), bi = /* @__PURE__ */ U(qs, [["__scopeId", "data-v-11c1752e"]]), Os = {
2228
2231
  class: "oauth-callback"
2229
2232
  }, Ls = {
2230
2233
  key: 0,
@@ -2289,7 +2292,7 @@ const ks = {
2289
2292
  class: "success-icon"
2290
2293
  }, "✓", -1)), _("p", null, M(g.value), 1)]))]));
2291
2294
  }
2292
- }), yi = /* @__PURE__ */ U(Ms, [["__scopeId", "data-v-f022e372"]]), Fs = {
2295
+ }), _i = /* @__PURE__ */ U(Ms, [["__scopeId", "data-v-f022e372"]]), Fs = {
2293
2296
  class: "oauth-binding-account"
2294
2297
  }, Ds = {
2295
2298
  key: 1,
@@ -2409,7 +2412,7 @@ const ks = {
2409
2412
  }, null, 8, ["size", "email"])) : I("", !0)], 64);
2410
2413
  };
2411
2414
  }
2412
- }), wi = /* @__PURE__ */ U(Gs, [["__scopeId", "data-v-1cfa8892"]]), Ns = /* @__PURE__ */ V({
2415
+ }), ki = /* @__PURE__ */ U(Gs, [["__scopeId", "data-v-1cfa8892"]]), Ns = /* @__PURE__ */ V({
2413
2416
  __name: "LegalDocViewer",
2414
2417
  props: {
2415
2418
  type: {},
@@ -2457,23 +2460,23 @@ const ks = {
2457
2460
  description: "暂无内容"
2458
2461
  }));
2459
2462
  }
2460
- }), bi = /* @__PURE__ */ U(Ns, [["__scopeId", "data-v-fe9a3621"]]);
2463
+ }), Si = /* @__PURE__ */ U(Ns, [["__scopeId", "data-v-fe9a3621"]]);
2461
2464
  export {
2462
2465
  ws as A,
2463
2466
  es as E,
2464
- bi as L,
2467
+ Si as L,
2465
2468
  Q as O,
2466
2469
  Ut as P,
2467
2470
  _t as R,
2468
2471
  ee as S,
2469
- vi as _,
2470
- gi as a,
2472
+ yi as _,
2473
+ wi as a,
2471
2474
  _s as b,
2472
2475
  Ve as c,
2473
- hi as d,
2474
- wi as e,
2476
+ bi as d,
2477
+ ki as e,
2475
2478
  zs as f,
2476
- yi as g,
2479
+ _i as g,
2477
2480
  ot as h,
2478
2481
  dt as i,
2479
2482
  ft as j,
@@ -6,19 +6,20 @@ import { g as I } from "./apiClients-5u4_uxFE.js";
6
6
  import { U as Ut } from "./userMenuModal-B4m4CHlW.js";
7
7
  /* empty css */
8
8
  /* empty css */
9
- import { C as Be } from "./index-5OR_BVTz.js";
10
- import { ref as y, onUnmounted as je, defineComponent as Et, computed as $, openBlock as u, createElementBlock as d, Fragment as G, createVNode as p, unref as n, isRef as Rt, withCtx as s, createElementVNode as a, toDisplayString as o, createBlock as V, createTextVNode as m, createCommentVNode as O, renderList as Me, normalizeClass as $e } from "vue";
11
- import { Modal as He, Button as w, Popconfirm as ae, Tabs as Bt, TabPane as ie, Spin as ge, Empty as Ye, Progress as Mt, Tooltip as ye, Tag as J, InputNumber as $t, Message as H } from "@arco-design/web-vue";
9
+ import "./index-ClOjruo3.js";
10
+ import { ref as y, onUnmounted as je, defineComponent as Et, computed as $, openBlock as u, createElementBlock as d, Fragment as G, createVNode as p, unref as n, isRef as Rt, withCtx as s, createElementVNode as a, toDisplayString as o, createBlock as V, createTextVNode as m, createCommentVNode as O, renderList as Be, normalizeClass as Me } from "vue";
11
+ import { Modal as $e, Button as w, Popconfirm as ae, Tabs as Bt, TabPane as ie, Spin as ge, Empty as He, Progress as Mt, Tooltip as ye, Tag as J, InputNumber as $t, Message as H } from "@arco-design/web-vue";
12
12
  import { useBillingSubscriptionSummary as Ht } from "./useBillingSubscriptionSummary-DakAVL-3.js";
13
13
  import { u as Yt, b as Dt, a as Vt } from "./useBillingStatusOptions-BHVLZhEB.js";
14
14
  import { u as qt } from "./useAuthkitCreateAndUpdate-DJIn96EE.js";
15
- import { g as jt } from "./runtime-B-tHI8-q.js";
16
- import { C as be } from "./CustomTable-C15Dgbks.js";
15
+ import { g as jt } from "./runtime-CfbHkmk9.js";
16
+ import { C as be } from "./CustomTable-FlfUde4Q.js";
17
+ import { C as Ye } from "./index-CncbUu-V.js";
17
18
  import { _ as Kt } from "./_plugin-vue_export-helper-CHgC5LLL.js";
18
19
  function Gt(i, c) {
19
20
  return i ? i.acquiredBy === "subscribe" ? c > 0 ? "修改订阅" : "" : c > 0 ? "升级" : "" : c > 0 ? "订阅" : "查看价格方案";
20
21
  }
21
- function Ma(i, c, f = !0) {
22
+ function $a(i, c, f = !0) {
22
23
  return f ? i ? !!Gt(i, c) : !0 : !1;
23
24
  }
24
25
  function De(i, c) {
@@ -202,7 +203,7 @@ function Ge() {
202
203
  verifyNow: b
203
204
  };
204
205
  }
205
- function $a(i) {
206
+ function Ha(i) {
206
207
  const c = y("loading"), f = y("正在确认支付结果..."), {
207
208
  checking: g,
208
209
  statusText: b,
@@ -964,7 +965,7 @@ const cn = {
964
965
  de();
965
966
  }), c({
966
967
  setData: Lt
967
- }), (e, t) => (u(), d(G, null, [p(n(He), {
968
+ }), (e, t) => (u(), d(G, null, [p(n($e), {
968
969
  visible: n(L),
969
970
  "onUpdate:visible": t[2] || (t[2] = (l) => Rt(L) ? L.value = l : null),
970
971
  loading: !1,
@@ -1055,9 +1056,9 @@ const cn = {
1055
1056
  class: "overview-card__label"
1056
1057
  }, "积分余额", -1)), a("div", zn, o(n(_e)((ne = n(x)) == null ? void 0 : ne.totalPoints)), 1), t[19] || (t[19] = a("div", {
1057
1058
  class: "overview-card__meta"
1058
- }, "用于 AI 模型调用和按量服务消费", -1))])]), et.value ? (u(), d("div", Tn, [p(n(ge))])) : n(Y).length === 0 ? (u(), d("div", On, [p(n(Ye), {
1059
+ }, "用于 AI 模型调用和按量服务消费", -1))])]), et.value ? (u(), d("div", Tn, [p(n(ge))])) : n(Y).length === 0 ? (u(), d("div", On, [p(n(He), {
1059
1060
  description: "暂无配额限制"
1060
- })])) : (u(), d("div", Wn, [(u(!0), d(G, null, Me(n(Y), (T) => (u(), d("div", {
1061
+ })])) : (u(), d("div", Wn, [(u(!0), d(G, null, Be(n(Y), (T) => (u(), d("div", {
1061
1062
  key: T.featureKey,
1062
1063
  class: "quota-card"
1063
1064
  }, [a("div", Fn, [a("span", Ln, o(T.name), 1), a("span", Un, o(ct(T.period)), 1)]), a("div", En, [p(n(Mt), {
@@ -1083,7 +1084,7 @@ const cn = {
1083
1084
  }) => [a("span", {
1084
1085
  class: "copyable-id mono-value",
1085
1086
  title: r.id
1086
- }, [a("span", null, o(r.id), 1), p(Be, {
1087
+ }, [a("span", null, o(r.id), 1), p(Ye, {
1087
1088
  value: r.id,
1088
1089
  message: "账单 ID 已复制"
1089
1090
  }, null, 8, ["value"])], 8, Hn)]),
@@ -1172,12 +1173,12 @@ const cn = {
1172
1173
  _: 1
1173
1174
  }, 8, ["loading", "onClick"])]), t[33] || (t[33] = a("div", {
1174
1175
  class: "points-section-header"
1175
- }, [a("h4", null, "充值套餐")], -1)), re.value ? (u(), d("div", Jn, [p(n(ge))])) : q.value.length === 0 ? (u(), d("div", Qn, [p(n(Ye), {
1176
+ }, [a("h4", null, "充值套餐")], -1)), re.value ? (u(), d("div", Jn, [p(n(ge))])) : q.value.length === 0 ? (u(), d("div", Qn, [p(n(He), {
1176
1177
  description: "暂无充值套餐"
1177
- })])) : (u(), d("div", Xn, [(u(!0), d(G, null, Me(q.value, (v) => (u(), d("button", {
1178
+ })])) : (u(), d("div", Xn, [(u(!0), d(G, null, Be(q.value, (v) => (u(), d("button", {
1178
1179
  key: v.id,
1179
1180
  type: "button",
1180
- class: $e(["points-package", {
1181
+ class: Me(["points-package", {
1181
1182
  "points-package--selected": D.value === v.id
1182
1183
  }]),
1183
1184
  onClick: (ne) => Ze(v.id)
@@ -1317,7 +1318,7 @@ const cn = {
1317
1318
  amount: s(({
1318
1319
  record: r
1319
1320
  }) => [a("span", {
1320
- class: $e(pt(r.amount))
1321
+ class: Me(pt(r.amount))
1321
1322
  }, o(n(Qt)(r.amount)), 3)]),
1322
1323
  balance: s(({
1323
1324
  record: r
@@ -1328,7 +1329,7 @@ const cn = {
1328
1329
  key: 0,
1329
1330
  class: "copyable-id mono-value",
1330
1331
  title: r.orderId
1331
- }, [a("span", null, o(r.orderId), 1), p(Be, {
1332
+ }, [a("span", null, o(r.orderId), 1), p(Ye, {
1332
1333
  value: r.orderId,
1333
1334
  message: "订单号已复制"
1334
1335
  }, null, 8, ["value"])], 8, fa)) : (u(), d("span", ga, "-"))]),
@@ -1340,7 +1341,7 @@ const cn = {
1340
1341
  }, 8, ["active-key"])])];
1341
1342
  }),
1342
1343
  _: 1
1343
- }, 8, ["visible", "width"]), p(n(He), {
1344
+ }, 8, ["visible", "width"]), p(n($e), {
1344
1345
  visible: j.value,
1345
1346
  "onUpdate:visible": t[3] || (t[3] = (l) => j.value = l),
1346
1347
  title: "等待支付完成",
@@ -1370,14 +1371,14 @@ const cn = {
1370
1371
  _: 1
1371
1372
  }, 8, ["visible"])], 64));
1372
1373
  }
1373
- }), Ha = /* @__PURE__ */ Kt(ka, [["__scopeId", "data-v-590e0748"]]);
1374
+ }), Ya = /* @__PURE__ */ Kt(ka, [["__scopeId", "data-v-590e0748"]]);
1374
1375
  export {
1375
- Ha as P,
1376
- $a as a,
1376
+ Ya as P,
1377
+ Ha as a,
1377
1378
  Gt as b,
1378
1379
  _e as f,
1379
1380
  De as g,
1380
- Ma as s,
1381
+ $a as s,
1381
1382
  Ge as u,
1382
1383
  nn as v
1383
1384
  };
@@ -4,12 +4,12 @@ import "./userMenuModal-B4m4CHlW.js";
4
4
  import { defineComponent as O, computed as B, onMounted as se, onUnmounted as me, openBlock as n, createElementBlock as s, createElementVNode as i, unref as e, createBlock as U, toDisplayString as l, createVNode as m, withCtx as y, createTextVNode as R, ref as te, watch as ve, resolveDirective as pe, withDirectives as ye, normalizeClass as w, Fragment as T, renderList as I, createCommentVNode as p } from "vue";
5
5
  import { Spin as ie, Button as S, Message as ae } from "@arco-design/web-vue";
6
6
  import { useRoute as he, useRouter as ke } from "vue-router";
7
- import { a as be } from "./PaySubscriptions-ZSvRTG2i.js";
7
+ import { a as be } from "./PaySubscriptions-CPH1wESx.js";
8
8
  import { _ as W } from "./_plugin-vue_export-helper-CHgC5LLL.js";
9
9
  import { L as Ce, a as we, b as Te } from "./LandingPageSectionHeader-3hiuw6G0.js";
10
10
  import { Icon as ne } from "@iconify/vue";
11
- import { u as Ie, a as Be } from "./useSubscriptionCheckout-QSNro05_.js";
12
- import { u as Re } from "./useEnsureAuthenticated-BYGI2uYZ.js";
11
+ import { u as Ie, a as Be } from "./useSubscriptionCheckout-BcN8cRMV.js";
12
+ import { u as Re } from "./useEnsureAuthenticated-CQWINiHB.js";
13
13
  const yt = "/Pay/Return";
14
14
  function K(r) {
15
15
  const P = typeof r.scene == "string" ? r.scene : null, u = typeof r.orderId == "string" ? r.orderId : null, d = typeof r.returnTo == "string" ? r.returnTo.trim() : null, _ = d != null && d.startsWith("/") && !d.startsWith("//") ? d : null;
@@ -3,11 +3,11 @@ import { g as V } from "./apiClients-5u4_uxFE.js";
3
3
  import { U as W } from "./userMenuModal-B4m4CHlW.js";
4
4
  import { defineComponent as U, computed as k, openBlock as M, createElementBlock as R, createVNode as b, unref as o, withCtx as I, createTextVNode as A, toDisplayString as g, createElementVNode as m, createCommentVNode as w, ref as _, createBlock as x } from "vue";
5
5
  import { Avatar as z, Modal as B } from "@arco-design/web-vue";
6
- import { C as P } from "./CustomTable-C15Dgbks.js";
7
- import { C as G } from "./index-5OR_BVTz.js";
6
+ import { C as P } from "./CustomTable-FlfUde4Q.js";
7
+ import { C as G } from "./index-CncbUu-V.js";
8
8
  /* empty css */
9
9
  import { _ as D } from "./_plugin-vue_export-helper-CHgC5LLL.js";
10
- import { u as H } from "./useAuthkitUsersProfile-CQOLEAxC.js";
10
+ import { u as H } from "./useAuthkitUsersProfile-BWNVk2UM.js";
11
11
  const j = {
12
12
  email: "邮箱",
13
13
  phone: "手机",