vue-layout-gitcode 1.12.13-beta.1 → 1.12.14

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
- 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";
1
+ import { ref, watchEffect, defineComponent, toDisplayString, unref, useModel, watch, openBlock, createElementBlock, createVNode, normalizeClass, withDirectives, createElementVNode, vShow, mergeModels, inject, withModifiers, createBlock, Fragment, computed, normalizeStyle, createCommentVNode, 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-DZ-SSYRi.js";
4
- import { t as transWebUrl } from "./transWebUrl-BhvwwdLt.js";
3
+ import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, r as reqCatch, f as useRequestReport, 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-BlCnbgAU.js";
4
+ import { t as transWebUrl } from "./transWebUrl-ByXTM-K3.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";
@@ -87,12 +87,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
87
87
  },
88
88
  setup(__props) {
89
89
  return (_ctx, _cache) => {
90
- return toDisplayString(unref(transferNumber)({ number: _ctx.number, fixed: _ctx.fixed, byte: _ctx.byte, gt100: _ctx.gt100 }));
90
+ return toDisplayString(unref(transferNumber)({ number: __props.number, fixed: __props.fixed, byte: __props.byte, gt100: __props.gt100 }));
91
91
  };
92
92
  }
93
93
  });
94
- const _hoisted_1$8 = { class: "g-like" };
95
- const _hoisted_2$6 = { class: "g-like__overlay" };
94
+ const _hoisted_1$8 = { class: "relative flex" };
95
+ const _hoisted_2$6 = { class: "absolute w-full h-full left-0 top-0" };
96
96
  const ANIM_END = "animEnd";
97
97
  const activeLikeIcon = "gt-plane-like";
98
98
  const unActiveLikeIcon = "gt-line-like";
@@ -127,7 +127,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
127
127
  return (_ctx, _cache) => {
128
128
  return openBlock(), createElementBlock("div", _hoisted_1$8, [
129
129
  createVNode(GIcon, {
130
- class: normalizeClass({ "g-like__active": active.value }),
130
+ class: normalizeClass({ "!text-red-500": active.value }),
131
131
  name: active.value ? activeLikeIcon : unActiveLikeIcon
132
132
  }, null, 8, ["class", "name"]),
133
133
  withDirectives(createElementVNode("div", _hoisted_2$6, [
@@ -136,7 +136,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
136
136
  onAnimationend: animationend
137
137
  }, [
138
138
  createVNode(GIcon, {
139
- class: "g-like__active",
139
+ class: "!text-red-500",
140
140
  name: activeLikeIcon
141
141
  })
142
142
  ], 32)
@@ -149,7 +149,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
149
149
  });
150
150
  const Like = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-vue-layout-gitcode"]]);
151
151
  const _hoisted_1$7 = {
152
- class: "i-star-tag__icon-wrap",
152
+ class: "mr-[4px]",
153
153
  style: { "width": "15px", "height": "15px" }
154
154
  };
155
155
  const _hoisted_2$5 = { class: "i-star-tag__text" };
@@ -220,14 +220,14 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
220
220
  }])
221
221
  }, [
222
222
  createElementVNode("span", {
223
- class: normalizeClass(["i-star-tag", {
223
+ class: normalizeClass(["i-star-tag hover:bg-[var(--theme-btn-default-hover)]", {
224
224
  "i-star-tag__active": starred.value
225
225
  }]),
226
226
  onClick: withModifiers(handleStar, ["stop", "prevent"])
227
227
  }, [
228
- _ctx.isLike ? (openBlock(), createBlock(Like, {
228
+ __props.isLike ? (openBlock(), createBlock(Like, {
229
229
  key: 0,
230
- class: "i-star-tag__icon-mr",
230
+ class: "mr-[4px]",
231
231
  modelValue: starred.value,
232
232
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => starred.value = $event),
233
233
  runAnimation: running.value,
@@ -272,14 +272,14 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
272
272
  return (_ctx, _cache) => {
273
273
  return openBlock(), createElementBlock("div", _hoisted_1$6, [
274
274
  createVNode(GIcon, {
275
- class: "fork-tag__icon",
275
+ class: "mr-[4px]",
276
276
  name: "gt-line-fork",
277
277
  color: "var(--theme-home-card-color-placeholder)",
278
278
  size: "14"
279
279
  }),
280
280
  createElementVNode("span", null, [
281
281
  createVNode(_sfc_main$a, {
282
- number: _ctx.count || 0
282
+ number: __props.count || 0
283
283
  }, null, 8, ["number"])
284
284
  ])
285
285
  ]);
@@ -324,6 +324,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
324
324
  style: normalizeStyle({ background: unref(tagColor), opacity: 0.1 })
325
325
  }, null, 4)) : createCommentVNode("", true),
326
326
  createElementVNode("i", {
327
+ class: "mr-[4px]",
327
328
  style: normalizeStyle({ background: unref(tagColor) })
328
329
  }, null, 4),
329
330
  createTextVNode(toDisplayString(unref(languageTag)), 1)
@@ -350,9 +351,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
350
351
  color: "var(--theme-home-card-color-placeholder)",
351
352
  size: "14"
352
353
  }),
353
- !_ctx.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(unref($t)("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
354
+ !__props.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(unref($t)("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
354
355
  createVNode(_sfc_main$a, {
355
- number: _ctx.starCountOne || 0
356
+ number: __props.starCountOne || 0
356
357
  }, null, 8, ["number"])
357
358
  ]);
358
359
  };
@@ -363,7 +364,7 @@ const _hoisted_1$4 = {
363
364
  key: 0,
364
365
  class: "github-star-num"
365
366
  };
366
- const _hoisted_2$3 = { class: "github-star-num__count" };
367
+ const _hoisted_2$3 = { class: "leading-none" };
367
368
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
368
369
  ...{ name: "GithubStarNum" },
369
370
  __name: "index",
@@ -383,9 +384,9 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
383
384
  size: "14"
384
385
  }),
385
386
  createElementVNode("span", _hoisted_2$3, [
386
- _cache[0] || (_cache[0] = createTextVNode("Star ")),
387
+ _cache[0] || (_cache[0] = createTextVNode("Star ", -1)),
387
388
  createVNode(_sfc_main$a, {
388
- number: _ctx.count || 0,
389
+ number: __props.count || 0,
389
390
  gt100: true
390
391
  }, null, 8, ["number"])
391
392
  ])
@@ -394,7 +395,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
394
395
  }
395
396
  });
396
397
  const GithubStarNum = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
397
- const _hoisted_1$3 = { class: "repo-card-footer" };
398
+ const _hoisted_1$3 = { class: "repo-card-footer mt-[4px]" };
398
399
  const _hoisted_2$2 = {
399
400
  key: 3,
400
401
  class: "line-separator"
@@ -445,32 +446,32 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
445
446
  return openBlock(), createElementBlock(Fragment, null, [
446
447
  createElementVNode("div", null, [
447
448
  createElementVNode("div", _hoisted_1$3, [
448
- _ctx.tagInfo ? (openBlock(), createBlock(LanguageTag, {
449
+ __props.tagInfo ? (openBlock(), createBlock(LanguageTag, {
449
450
  key: 0,
450
- "tag-info": _ctx.tagInfo
451
+ "tag-info": __props.tagInfo
451
452
  }, null, 8, ["tag-info"])) : createCommentVNode("", true),
452
- !_ctx.hideStarCount ? (openBlock(), createBlock(StarCountOne, {
453
+ !__props.hideStarCount ? (openBlock(), createBlock(StarCountOne, {
453
454
  key: 1,
454
455
  hideText: "",
455
- starCountOne: _ctx.repoInfo.star_count
456
+ starCountOne: __props.repoInfo.star_count
456
457
  }, null, 8, ["starCountOne"])) : createCommentVNode("", true),
457
- _ctx.repoInfo.forks_count ? (openBlock(), createBlock(ForkTag, {
458
+ __props.repoInfo.forks_count ? (openBlock(), createBlock(ForkTag, {
458
459
  key: 2,
459
- count: _ctx.repoInfo.forks_count
460
+ count: __props.repoInfo.forks_count
460
461
  }, null, 8, ["count"])) : createCommentVNode("", true),
461
462
  showUpdateTimeDot.value ? (openBlock(), createElementBlock("div", _hoisted_2$2)) : createCommentVNode("", true),
462
- !_ctx.hideUpdateTime ? (openBlock(), createElementBlock("div", _hoisted_3$2, toDisplayString(unref(formatTimeFromNow)((_ctx.searchCard ? _ctx.repoInfo.last_repository_updated_at : _ctx.repoInfo.last_activity_at) || _ctx.repoInfo.last_activity_at)), 1)) : createCommentVNode("", true),
463
- !_ctx.hideStarIncrease && _ctx.repoInfo.star_count_one ? (openBlock(), createBlock(StarCountOne, {
463
+ !__props.hideUpdateTime ? (openBlock(), createElementBlock("div", _hoisted_3$2, toDisplayString(unref(formatTimeFromNow)((__props.searchCard ? __props.repoInfo.last_repository_updated_at : __props.repoInfo.last_activity_at) || __props.repoInfo.last_activity_at)), 1)) : createCommentVNode("", true),
464
+ !__props.hideStarIncrease && __props.repoInfo.star_count_one ? (openBlock(), createBlock(StarCountOne, {
464
465
  key: 5,
465
- starCountOne: _ctx.repoInfo.star_count_one
466
+ starCountOne: __props.repoInfo.star_count_one
466
467
  }, null, 8, ["starCountOne"])) : createCommentVNode("", true),
467
- _ctx.repoInfo.is_gh_mirrors ? (openBlock(), createBlock(GithubStarNum, {
468
+ __props.repoInfo.is_gh_mirrors ? (openBlock(), createBlock(GithubStarNum, {
468
469
  key: 6,
469
- count: _ctx.repoInfo.import_star_count
470
+ count: __props.repoInfo.import_star_count
470
471
  }, null, 8, ["count"])) : createCommentVNode("", true)
471
472
  ])
472
473
  ]),
473
- !_ctx.hideTopicTags && topicNames.value.length && _ctx.searchCard ? (openBlock(), createElementBlock("div", {
474
+ !__props.hideTopicTags && topicNames.value.length && __props.searchCard ? (openBlock(), createElementBlock("div", {
474
475
  key: 0,
475
476
  class: "topic-tags",
476
477
  ref_key: "topicTagsRef",
@@ -532,26 +533,25 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
532
533
  createElementVNode("span", _hoisted_1$2, toDisplayString(tagTipsText.value), 1)
533
534
  ]),
534
535
  default: withCtx(() => [
535
- _cache[0] || (_cache[0] = createElementVNode("div", { class: "new-tag" }, "New", -1))
536
+ _cache[0] || (_cache[0] = createElementVNode("div", { class: "new-tag w-[32px] h-[15px] text-[9px] text-[#ffffff] flex items-center justify-center leading-[1]" }, "New", -1))
536
537
  ]),
537
- _: 1,
538
- __: [0]
538
+ _: 1
539
539
  })) : createCommentVNode("", true);
540
540
  };
541
541
  }
542
542
  });
543
543
  const NewTag = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-vue-layout-gitcode"]]);
544
- const _hoisted_1$1 = { class: "model-card-footer" };
544
+ const _hoisted_1$1 = { class: "model-card-footer h-[22px] mt-[4px] flex items-center overflow-hidden whitespace-nowrap text-[14px] leading-[14px] text-[var(--theme-release-card-text-color)]" };
545
545
  const _hoisted_2$1 = {
546
546
  key: 1,
547
- class: "ellipsis max-150 model-card-footer__text"
547
+ class: "ellipsis max-150 ml-[6px]"
548
548
  };
549
- const _hoisted_3$1 = { class: "model-card-footer__text" };
550
- const _hoisted_4$1 = { class: "model-card-footer__time" };
551
- const _hoisted_5$1 = { class: "model-card-footer__text" };
549
+ const _hoisted_3$1 = { class: "ml-[6px]" };
550
+ const _hoisted_4$1 = { class: "whitespace-nowrap overflow-hidden text-ellipsis" };
551
+ const _hoisted_5$1 = { class: "ml-[6px]" };
552
552
  const _hoisted_6$1 = {
553
553
  key: 2,
554
- class: "model-card-footer__dot"
554
+ class: "w-[4px] h-[4px] ml-[6px] mr-[6px] rounded-[2px] bg-[var(--theme-placeholder)]"
555
555
  };
556
556
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
557
557
  __name: "ModelCardFooter",
@@ -574,7 +574,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
574
574
  size: "12px"
575
575
  }, null, 8, ["name"])) : createCommentVNode("", true),
576
576
  projectData.value.task[0].name ? (openBlock(), createElementBlock("span", _hoisted_2$1, toDisplayString(projectData.value.task[0].name), 1)) : createCommentVNode("", true),
577
- _cache[0] || (_cache[0] = createElementVNode("div", { class: "model-card-footer__dot" }, null, -1))
577
+ _cache[0] || (_cache[0] = createElementVNode("div", { class: "w-[4px] h-[4px] ml-[6px] mr-[6px] rounded-[2px] bg-[var(--theme-placeholder)]" }, null, -1))
578
578
  ], 64)) : createCommentVNode("", true),
579
579
  projectData.value.model_param_size ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
580
580
  createVNode(GIcon, {
@@ -583,10 +583,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
583
583
  color: "var(--theme-release-card-text-color)"
584
584
  }),
585
585
  createElementVNode("span", _hoisted_3$1, toDisplayString(projectData.value.model_param_size), 1),
586
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "model-card-footer__dot" }, null, -1))
586
+ _cache[1] || (_cache[1] = createElementVNode("div", { class: "w-[4px] h-[4px] ml-[6px] mr-[6px] rounded-[2px] bg-[var(--theme-placeholder)]" }, null, -1))
587
587
  ], 64)) : createCommentVNode("", true),
588
588
  createElementVNode("span", _hoisted_4$1, toDisplayString(unref(formatTimeFromNow)(projectData.value.updated_at)), 1),
589
- _cache[2] || (_cache[2] = createElementVNode("div", { class: "model-card-footer__dot" }, null, -1)),
589
+ _cache[2] || (_cache[2] = createElementVNode("div", { class: "w-[4px] h-[4px] ml-[6px] mr-[6px] rounded-[2px] bg-[var(--theme-placeholder)]" }, null, -1)),
590
590
  createVNode(GIcon, {
591
591
  name: "gt-line-upload",
592
592
  size: "14px",
@@ -608,11 +608,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
608
608
  };
609
609
  }
610
610
  });
611
- const ModelCardFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-vue-layout-gitcode"]]);
612
611
  const _hoisted_1 = ["innerHTML"];
613
612
  const _hoisted_2 = {
614
613
  key: 0,
615
- class: "is-recommend"
614
+ class: "is-recommend ml-[8px]"
616
615
  };
617
616
  const _hoisted_3 = { key: 1 };
618
617
  const _hoisted_4 = { key: 2 };
@@ -719,13 +718,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
719
718
  });
720
719
  return (_ctx, _cache) => {
721
720
  return openBlock(), createElementBlock("a", {
722
- class: normalizeClass(["i-search-projects-card", { noborder: _ctx.noborder, "full-hover": _ctx.hover }]),
721
+ class: normalizeClass(["i-search-projects-card cursor-pointer", { noborder: __props.noborder, "full-hover": __props.hover }]),
723
722
  onClick: handleClick
724
723
  }, [
725
724
  createVNode(unref(Row), { class: "i-search-projects-card-title" }, {
726
725
  default: withCtx(() => [
727
726
  createVNode(unref(Col), {
728
- class: "ellipsis i-search-projects-card-title__col",
727
+ class: "ellipsis flex items-center gap-[8px]",
729
728
  flex: "auto"
730
729
  }, {
731
730
  default: withCtx(() => {
@@ -733,45 +732,43 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
733
732
  return [
734
733
  createVNode(GIcon, {
735
734
  name: iconName.value,
736
- class: normalizeClass({ "align-middle": _ctx.info.is_gh_mirrors }),
735
+ class: normalizeClass({ "align-middle": __props.info.is_gh_mirrors }),
737
736
  color: "var(--theme-placeholder)"
738
737
  }, null, 8, ["name", "class"]),
739
738
  createElementVNode("span", {
740
739
  class: "repo-title",
741
740
  innerHTML: preHandWord()
742
741
  }, null, 8, _hoisted_1),
743
- _ctx.info.show_recommend_icon ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref($t)("gitCodeLayout.search.recommendTag")), 1)) : createCommentVNode("", true),
744
- unref(isGstarRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_3, [
742
+ __props.info.show_recommend_icon ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref($t)("gitCodeLayout.search.recommendTag")), 1)) : createCommentVNode("", true),
743
+ unref(isGstarRepo)(__props.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_3, [
745
744
  createVNode(_sfc_main$b, {
746
745
  origin: "repo",
747
746
  icon: "",
748
747
  type: "gstar",
749
748
  message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.graduation")}`
750
749
  }, {
751
- default: withCtx(() => _cache[0] || (_cache[0] = [
752
- createTextVNode("G-Star ")
753
- ])),
754
- _: 1,
755
- __: [0]
750
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
751
+ createTextVNode("G-Star ", -1)
752
+ ])]),
753
+ _: 1
756
754
  }, 8, ["message"])
757
755
  ])) : createCommentVNode("", true),
758
- unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
756
+ unref(isIncubationRepo)(__props.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
759
757
  createVNode(_sfc_main$b, {
760
758
  origin: "repo",
761
759
  icon: "",
762
760
  type: "incubation",
763
761
  message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.incubation")}`
764
762
  }, {
765
- default: withCtx(() => _cache[1] || (_cache[1] = [
766
- createTextVNode(" G-Star ")
767
- ])),
768
- _: 1,
769
- __: [1]
763
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
764
+ createTextVNode(" G-Star ", -1)
765
+ ])]),
766
+ _: 1
770
767
  }, 8, ["message"])
771
768
  ])) : createCommentVNode("", true),
772
769
  createVNode(NewTag, {
773
- repoType: _ctx.cardType,
774
- isNew: ((_a = _ctx.info) == null ? void 0 : _a.is_new) || false
770
+ repoType: __props.cardType,
771
+ isNew: ((_a = __props.info) == null ? void 0 : _a.is_new) || false
775
772
  }, null, 8, ["repoType", "isNew"])
776
773
  ];
777
774
  }),
@@ -779,7 +776,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
779
776
  }),
780
777
  createVNode(unref(Col), { flex: "none" }, {
781
778
  default: withCtx(() => [
782
- !_ctx.hideStarBtn ? (openBlock(), createBlock(StarTag, {
779
+ !__props.hideStarBtn ? (openBlock(), createBlock(StarTag, {
783
780
  key: 0,
784
781
  isLike: isModel.value,
785
782
  "star-info": starInfo.value,
@@ -791,12 +788,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
791
788
  ]),
792
789
  _: 1
793
790
  }),
794
- !_ctx.hideDescription ? (openBlock(), createElementBlock("div", {
791
+ !__props.hideDescription ? (openBlock(), createElementBlock("div", {
795
792
  key: 0,
796
793
  innerHTML: unref(highlightWords)("", description.value),
797
- class: "i-search-projects-card-desc ellipsis"
794
+ class: "i-search-projects-card-desc ellipsis mt-[8px]"
798
795
  }, null, 8, _hoisted_5)) : createCommentVNode("", true),
799
- _ctx.info.index === 0 && _ctx.info.is_recommend ? (openBlock(), createElementBlock("div", _hoisted_6, [
796
+ __props.info.index === 0 && __props.info.is_recommend ? (openBlock(), createElementBlock("div", _hoisted_6, [
800
797
  queryLoading.value ? (openBlock(), createBlock(unref(Skeleton), { key: 0 }, {
801
798
  placeholder: withCtx(() => [
802
799
  createVNode(unref(Row), {
@@ -808,7 +805,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
808
805
  span: rowSpan[unref(widthType)]
809
806
  }, {
810
807
  default: withCtx(() => [
811
- createVNode(unref(SkeletonItem), { class: "i-search-projects-card-skel" })
808
+ createVNode(unref(SkeletonItem), { class: "h-[110px] mt-[16px]" })
812
809
  ]),
813
810
  _: 1
814
811
  }, 8, ["span"]),
@@ -816,7 +813,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
816
813
  span: rowSpan[unref(widthType)]
817
814
  }, {
818
815
  default: withCtx(() => [
819
- createVNode(unref(SkeletonItem), { class: "i-search-projects-card-skel" })
816
+ createVNode(unref(SkeletonItem), { class: "h-[110px] mt-[16px]" })
820
817
  ]),
821
818
  _: 1
822
819
  }, 8, ["span"]),
@@ -824,7 +821,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
824
821
  span: rowSpan[unref(widthType)]
825
822
  }, {
826
823
  default: withCtx(() => [
827
- createVNode(unref(SkeletonItem), { class: "i-search-projects-card-skel" })
824
+ createVNode(unref(SkeletonItem), { class: "h-[110px] mt-[16px]" })
828
825
  ]),
829
826
  _: 1
830
827
  }, 8, ["span"])
@@ -834,18 +831,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
834
831
  ]),
835
832
  _: 1
836
833
  })) : createCommentVNode("", true)
837
- ])) : isModel.value ? (openBlock(), createBlock(ModelCardFooter, {
834
+ ])) : isModel.value ? (openBlock(), createBlock(_sfc_main$1, {
838
835
  key: 2,
839
- repoInfo: _ctx.info
836
+ repoInfo: __props.info
840
837
  }, null, 8, ["repoInfo"])) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [
841
- !_ctx.hideFooter ? (openBlock(), createBlock(RepoCardFooter, {
838
+ !__props.hideFooter ? (openBlock(), createBlock(RepoCardFooter, {
842
839
  key: 0,
843
- hideTopicTags: _ctx.hideTopicTags,
840
+ hideTopicTags: __props.hideTopicTags,
844
841
  hideStarCount: "",
845
842
  tagInfo: tagInfo.value,
846
- repoInfo: _ctx.info,
843
+ repoInfo: __props.info,
847
844
  searchCard: "",
848
- class: "i-search-projects-card-bottom",
845
+ class: "i-search-projects-card-bottom mt-[8px]",
849
846
  onTopicClick: handleTopicClick
850
847
  }, null, 8, ["hideTopicTags", "tagInfo", "repoInfo"])) : createCommentVNode("", true)
851
848
  ], 64))