vue-layout-gitcode 1.9.18 → 1.9.20

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,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 { t as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, L as LANG_KEY, g as LANG_ZH, j as usePageResize, k as isGstarRepo, m as _sfc_main$b, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-DCktkkAr.js";
4
- import { t as transWebUrl } from "./transWebUrl-hltxmwJv.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, L as LANG_KEY, j as LANG_ZH, k as usePageResize, 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 } from "./index-CNwaKo3C.js";
4
+ import { t as transWebUrl } from "./transWebUrl-CYbHu4ea.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";
@@ -385,7 +385,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
385
385
  size: "14"
386
386
  }),
387
387
  createElementVNode("span", _hoisted_2$3, [
388
- _cache[0] || (_cache[0] = createTextVNode("Star ", -1)),
388
+ _cache[0] || (_cache[0] = createTextVNode("Star ")),
389
389
  createVNode(_sfc_main$a, {
390
390
  number: _ctx.count || 0,
391
391
  gt100: true
@@ -641,7 +641,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
641
641
  const { widthType } = usePageResize();
642
642
  const { t: $t } = i18n.global;
643
643
  const handleClick = () => {
644
- window.open(transWebUrl(props.info.web_url, props.urlParams), "_blank");
644
+ window.open(transWebUrl(transformUrl(props.info.web_url), props.urlParams), "_blank");
645
645
  emits("report");
646
646
  _frEventTrack(EVENT_NAME.CLICK_SEARCH_RESULT);
647
647
  };
@@ -748,9 +748,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
748
748
  type: "gstar",
749
749
  message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.graduation")}`
750
750
  }, {
751
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
752
- createTextVNode("G-Star ", -1)
753
- ])]),
751
+ default: withCtx(() => _cache[0] || (_cache[0] = [
752
+ createTextVNode("G-Star ")
753
+ ])),
754
754
  _: 1
755
755
  }, 8, ["message"])
756
756
  ])) : createCommentVNode("", true),
@@ -761,9 +761,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
761
761
  type: "incubation",
762
762
  message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.incubation")}`
763
763
  }, {
764
- default: withCtx(() => [..._cache[1] || (_cache[1] = [
765
- createTextVNode(" G-Star ", -1)
766
- ])]),
764
+ default: withCtx(() => _cache[1] || (_cache[1] = [
765
+ createTextVNode(" G-Star ")
766
+ ])),
767
767
  _: 1
768
768
  }, 8, ["message"])
769
769
  ])) : createCommentVNode("", true),