vue-layout-gitcode 1.12.15-beta.4 → 1.12.15-beta.6

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.
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, inject, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
2
2
  import "vue-devui-lal/icon";
3
3
  import "vue-devui-lal/icon/style.css";
4
- import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BrPuridR.js";
4
+ import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-CKKeJYA9.js";
5
5
  import "lodash/debounce";
6
- import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-gvYv2gFy.js";
7
- import "./transWebUrl-T7vm749H.js";
6
+ import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-BfpPpmj0.js";
7
+ import "./transWebUrl-C5NH2PM9.js";
8
8
  import "vue-devui-lal/tooltip";
9
9
  import "vue-devui-lal/tooltip/style.css";
10
10
  import "vue-router";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, inject, useSlots, computed, ref, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, renderSlot } from "vue";
2
- import { a as i18n, y as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, D as getLocaleLang, G as GIcon, F as emitEvent, H as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { a as i18n, y as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, D as getLocaleLang, G as GIcon, F as emitEvent, H as isHttps, I as navigateWithMigrationGuard, b as REPO_EVENT, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import { useRouter } from "vue-router";
4
4
  import { Popover } from "vue-devui-lal/popover";
5
5
  import "vue-devui-lal/popover/style.css";
@@ -93,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
93
93
  useReport(REPO_EVENT.CLICK, { module_name: `侧边栏_${reportName}` });
94
94
  }
95
95
  };
96
- const handleMenuClick = () => {
96
+ const handleMenuClick = async () => {
97
97
  var _a, _b;
98
98
  const currentHref = window.location.href;
99
99
  if (!props.item.left_menu_url) {
@@ -113,14 +113,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
113
113
  window.open(props.item.left_menu_url, "_blank");
114
114
  } else if (isHttps(props.item.left_menu_url || "")) {
115
115
  window.open(props.item.left_menu_url, "_self");
116
+ } else if (independence) {
117
+ window.open(layoutConfig.VITE_HOST + props.item.left_menu_url, "_self");
118
+ return;
116
119
  } else {
117
- if (independence) {
118
- window.open(layoutConfig.VITE_HOST + props.item.left_menu_url, "_self");
119
- return;
120
- }
121
- router.push({
122
- path: props.item.left_menu_url
123
- });
120
+ clickMenuReport();
121
+ await navigateWithMigrationGuard(router, { path: props.item.left_menu_url });
122
+ return;
124
123
  }
125
124
  clickMenuReport();
126
125
  };
@@ -145,7 +144,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
144
  ]),
146
145
  default: withCtx(() => [
147
146
  createElementVNode("div", {
148
- class: normalizeClass(["menu-item", { "menu-item__selected": isSelected.value, "menu-item__aihub": isAIHub.value }]),
147
+ class: normalizeClass(["menu-item", { "menu-item__selected": isSelected.value }]),
149
148
  onMouseenter: handleMouseEnter,
150
149
  onMouseleave: handleMouseLeave,
151
150
  onClick: handleMenuClick
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, inject, ref, reactive, watch, computed, createElementBlock, openBlock, createCommentVNode, createBlock, withDirectives, Fragment, createElementVNode, createVNode, toDisplayString, unref, withModifiers, normalizeClass, withCtx, renderList, createTextVNode, vShow } from "vue";
2
- import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, J as _sfc_main$1, K as loadAsideData, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, K as _sfc_main$1, M as loadAsideData, I as navigateWithMigrationGuard, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, J as asideRequest, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import { useRouter } from "vue-router";
4
- import { t as transWebUrl } from "./transWebUrl-T7vm749H.js";
4
+ import { t as transWebUrl } from "./transWebUrl-C5NH2PM9.js";
5
5
  import { Select, Option } from "vue-devui-lal/select";
6
6
  import { Input } from "vue-devui-lal/input";
7
7
  import { Skeleton } from "vue-devui-lal/skeleton";
@@ -170,13 +170,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
170
170
  }
171
171
  return [...DEFAULT_ORG_FILTER_OPTIONS, ...moreOrgData.value];
172
172
  });
173
- const fastToLink = (type) => {
173
+ const fastToLink = async (type) => {
174
174
  if (type === "project") {
175
- router.push({ name: "userRepos", params: { namespace: props.username } });
175
+ await navigateWithMigrationGuard(router, { name: "userRepos", params: { namespace: props.username } });
176
176
  } else if (type === "enterprise") {
177
177
  window.location.href = transformUrl(`${layoutConfig.VITE_HOST}/setting/enterprise`);
178
178
  } else {
179
- router.push({ name: "settingOrganization" });
179
+ await navigateWithMigrationGuard(router, { name: "settingOrganization" });
180
180
  }
181
181
  };
182
182
  const loadMoreTeams = () => {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, inject, ref, reactive, computed, watch, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, withDirectives, toDisplayString, unref, withModifiers, normalizeClass, withCtx, Fragment, renderList, createTextVNode, vShow } from "vue";
2
- import { a as i18n, y as useLayoutConfig, t as transformUrl, I as asideRequest, G as GIcon, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { a as i18n, y as useLayoutConfig, t as transformUrl, J as asideRequest, G as GIcon, I as navigateWithMigrationGuard, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import { useRouter } from "vue-router";
4
- import { t as transWebUrl } from "./transWebUrl-T7vm749H.js";
4
+ import { t as transWebUrl } from "./transWebUrl-C5NH2PM9.js";
5
5
  import { Input } from "vue-devui-lal/input";
6
6
  import { Skeleton } from "vue-devui-lal/skeleton";
7
7
  import { MenuItem } from "vue-devui-lal/menu";
@@ -113,8 +113,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
113
113
  }, 200);
114
114
  };
115
115
  const router = useRouter();
116
- const fastToLink = () => {
117
- router.push({ name: "userRepos", params: { namespace: props.username } });
116
+ const fastToLink = async () => {
117
+ await navigateWithMigrationGuard(router, { name: "userRepos", params: { namespace: props.username } });
118
118
  };
119
119
  const handleOpenSearch = () => {
120
120
  if (!props.isLogin) {
@@ -1,5 +1,5 @@
1
1
  import { ref, inject, computed, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
2
- import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-BrPuridR.js";
2
+ import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-CKKeJYA9.js";
3
3
  import { useRoute, useRouter } from "vue-router";
4
4
  import "vue-devui-lal/icon";
5
5
  import "vue-devui-lal/icon/style.css";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers } from "vue";
2
- import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import "vue-devui-lal/icon";
4
4
  import "vue-devui-lal/icon/style.css";
5
5
  const _hoisted_1 = { class: "history-list" };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
2
- import { u as useReportRepo, S as SearchRepoCard } from "./index-gvYv2gFy.js";
3
- import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { u as useReportRepo, S as SearchRepoCard } from "./index-BfpPpmj0.js";
3
+ import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-CKKeJYA9.js";
4
4
  import { Row, Col } from "vue-devui-lal/grid";
5
5
  import { SkeletonItem } from "vue-devui-lal/skeleton";
6
6
  import "vue-devui-lal/grid/style.css";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, createElementBlock, openBlock, Fragment, renderList, createElementVNode, createVNode, createCommentVNode, toDisplayString, unref } from "vue";
2
- import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import "vue-devui-lal/icon";
4
4
  import "vue-devui-lal/icon/style.css";
5
5
  const _hoisted_1 = ["onClick"];
@@ -1,5 +1,5 @@
1
1
  import { inject, ref, watch, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
2
- import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-BrPuridR.js";
2
+ import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-CKKeJYA9.js";
3
3
  import "vue-devui-lal/icon";
4
4
  import "vue-devui-lal/icon/style.css";
5
5
  const _hoisted_1 = { class: "history-list-project history-list-project--padded" };
@@ -1,7 +1,7 @@
1
1
  import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
2
2
  import debounce from "lodash/debounce";
3
- import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-BrPuridR.js";
4
- import { t as transWebUrl } from "./transWebUrl-T7vm749H.js";
3
+ import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-CKKeJYA9.js";
4
+ import { t as transWebUrl } from "./transWebUrl-C5NH2PM9.js";
5
5
  import { useRouter } from "vue-router";
6
6
  import { Row, Col } from "vue-devui-lal/grid";
7
7
  import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
@@ -10390,6 +10390,30 @@ async function isMigratedHref(href) {
10390
10390
  );
10391
10391
  return config.mode === "allowlist" ? hit : !hit;
10392
10392
  }
10393
+ async function navigateWithMigrationGuard(router2, to) {
10394
+ let href;
10395
+ try {
10396
+ href = router2.resolve(to).href;
10397
+ } catch {
10398
+ safePush(router2, to);
10399
+ return;
10400
+ }
10401
+ let migrated = false;
10402
+ try {
10403
+ migrated = await isMigratedHref(href);
10404
+ } catch {
10405
+ migrated = false;
10406
+ }
10407
+ if (migrated && typeof window !== "undefined") {
10408
+ window.open(href, "_self");
10409
+ return;
10410
+ }
10411
+ safePush(router2, to);
10412
+ }
10413
+ function safePush(router2, to) {
10414
+ void Promise.resolve(router2.push(to)).catch(() => {
10415
+ });
10416
+ }
10393
10417
  const { width } = useWindowSize();
10394
10418
  const usePageResize = () => {
10395
10419
  const widthConfig = {
@@ -16297,12 +16321,12 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
16297
16321
  setup(__props) {
16298
16322
  const layoutConfig2 = useLayoutConfig();
16299
16323
  const { t: $t } = i18n.global;
16300
- const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-Bz-0eShp.js"));
16301
- const UserSearch = defineAsyncComponent(() => import("./UserSearch-B-P5V1aZ.js"));
16302
- const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-B0WY0LM0.js"));
16303
- const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CayQ_mmg.js"));
16304
- const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BwUgP4-r.js"));
16305
- const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-B5qHaSKG.js"));
16324
+ const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-ByOYVtZa.js"));
16325
+ const UserSearch = defineAsyncComponent(() => import("./UserSearch-CMvjqb9t.js"));
16326
+ const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-iT2fx6Su.js"));
16327
+ const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-BSEHxpLm.js"));
16328
+ const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-D-VLtvR3.js"));
16329
+ const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-DxKb5eje.js"));
16306
16330
  const props = __props;
16307
16331
  const repoInfo = inject("repoInfo");
16308
16332
  const orgInfo = inject("orgInfo");
@@ -17123,7 +17147,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
17123
17147
  loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
17124
17148
  }
17125
17149
  };
17126
- const NoticeModal = defineAsyncComponent(() => import("./notice-BPjjYgjY.js"));
17150
+ const NoticeModal = defineAsyncComponent(() => import("./notice-DPBhpIrF.js"));
17127
17151
  function clearNotice() {
17128
17152
  if (localStorage$2.getItem("validator_email")) {
17129
17153
  localStorage$2.removeItem("validator_email");
@@ -18333,9 +18357,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18333
18357
  const layoutConfig2 = useLayoutConfig();
18334
18358
  const { t: t2 } = i18n.global;
18335
18359
  const route = useRoute();
18336
- const MenuItem = defineAsyncComponent(() => import("./MenuItem-50wS5d0K.js"));
18337
- const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-01WosZfk.js"));
18338
- const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-Dt87wbdD.js"));
18360
+ const MenuItem = defineAsyncComponent(() => import("./MenuItem-gpMioL7c.js"));
18361
+ const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-DxeLKcuC.js"));
18362
+ const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-qJRgFFc2.js"));
18339
18363
  const props = __props;
18340
18364
  const useReport2 = inject("useReport");
18341
18365
  const userInfo = inject("userInfo");
@@ -24801,7 +24825,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
24801
24825
  __publicField(_SlidCaptchaManager, "instance");
24802
24826
  let SlidCaptchaManager = _SlidCaptchaManager;
24803
24827
  const slidCaptchaManager = SlidCaptchaManager.getInstance();
24804
- const SlidCaptcha = defineAsyncComponent(() => import("./index-CjHihoOG.js"));
24828
+ const SlidCaptcha = defineAsyncComponent(() => import("./index-DB8vSwNM.js"));
24805
24829
  const useSlidCaptcha = () => {
24806
24830
  const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
24807
24831
  const open = (config) => {
@@ -24831,7 +24855,7 @@ const useSlidCaptcha = () => {
24831
24855
  close
24832
24856
  };
24833
24857
  };
24834
- const YunpianCaptcha = defineAsyncComponent(() => import("./index-CmoNc1hd.js"));
24858
+ const YunpianCaptcha = defineAsyncComponent(() => import("./index-VaV5XVhn.js"));
24835
24859
  const useYunpianCaptcha = () => {
24836
24860
  const { mount, unMount } = usePopup("yunpian-captcha-popup");
24837
24861
  const open = (config) => {
@@ -27712,6 +27736,7 @@ const index = {
27712
27736
  }
27713
27737
  };
27714
27738
  export {
27739
+ index as $,
27715
27740
  ThemeType as A,
27716
27741
  currentTheme as B,
27717
27742
  LANG_EN as C,
@@ -27720,24 +27745,24 @@ export {
27720
27745
  emitEvent as F,
27721
27746
  GIcon as G,
27722
27747
  isHttps as H,
27723
- asideRequest as I,
27724
- _sfc_main$G as J,
27725
- loadAsideData as K,
27748
+ navigateWithMigrationGuard as I,
27749
+ asideRequest as J,
27750
+ _sfc_main$G as K,
27726
27751
  LANG_ZH as L,
27727
- ToolsFloat as M,
27728
- _sfc_main as N,
27729
- GitCodeAside as O,
27730
- GitCodeHeader as P,
27731
- EnterpriseHeader as Q,
27752
+ loadAsideData as M,
27753
+ ToolsFloat as N,
27754
+ _sfc_main as O,
27755
+ GitCodeAside as P,
27756
+ GitCodeHeader as Q,
27732
27757
  REPO_MODULE as R,
27733
27758
  SceneValue as S,
27734
27759
  TOPIC_TYPE as T,
27735
- SiteAnnouncement as U,
27736
- useLogin as V,
27737
- setLayoutConfig as W,
27738
- GitCodeLayoutEmitter as X,
27739
- setTheme as Y,
27740
- index as Z,
27760
+ EnterpriseHeader as U,
27761
+ SiteAnnouncement as V,
27762
+ useLogin as W,
27763
+ setLayoutConfig as X,
27764
+ GitCodeLayoutEmitter as Y,
27765
+ setTheme as Z,
27741
27766
  _export_sfc as _,
27742
27767
  i18n as a,
27743
27768
  REPO_EVENT as b,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, onMounted, nextTick, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
2
- import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import { FixedOverlay } from "vue-devui-lal/overlay";
4
4
  import "vue-devui-lal/overlay/style.css";
5
5
  const TARGET_TEXT = "Click in order:";
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
8
8
  import "vue-devui-lal/message/style.css";
9
9
  import { FixedOverlay } from "vue-devui-lal/overlay";
10
10
  import "vue-devui-lal/overlay/style.css";
11
- import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-BrPuridR.js";
11
+ import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-CKKeJYA9.js";
12
12
  const _YunpianCaptchaManager = class _YunpianCaptchaManager {
13
13
  // eslint-disable-next-line no-useless-constructor
14
14
  constructor() {
package/index.js CHANGED
@@ -1,16 +1,16 @@
1
- import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-BrPuridR.js";
1
+ import { U, P, Q, Y, O, S, V, N, B, $, X, Z, W } from "./index-CKKeJYA9.js";
2
2
  export {
3
- Q as EnterpriseHeader,
4
- O as GitCodeAside,
5
- P as GitCodeHeader,
6
- X as GitCodeLayoutEmitter,
7
- N as Login,
3
+ U as EnterpriseHeader,
4
+ P as GitCodeAside,
5
+ Q as GitCodeHeader,
6
+ Y as GitCodeLayoutEmitter,
7
+ O as Login,
8
8
  S as SceneValue,
9
- U as SiteAnnouncement,
10
- M as ToolsFloat,
9
+ V as SiteAnnouncement,
10
+ N as ToolsFloat,
11
11
  B as currentTheme,
12
- Z as default,
13
- W as setLayoutConfig,
14
- Y as setTheme,
15
- V as useLogin
12
+ $ as default,
13
+ X as setLayoutConfig,
14
+ Z as setTheme,
15
+ W as useLogin
16
16
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
2
- import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-BrPuridR.js";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-CKKeJYA9.js";
3
3
  import { Notification } from "vue-devui-lal/notification";
4
4
  import { Button } from "vue-devui-lal/button";
5
5
  import "vue-devui-lal/notification/style.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.15-beta.4",
3
+ "version": "1.12.15-beta.6",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",