@cmstops/pro-compo 0.3.77 → 0.3.78

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 (153) hide show
  1. package/es/appCenter/script/api.d.ts +5 -5
  2. package/es/baseFilter/components/FilterGroup.js +1 -1
  3. package/es/baseFilter/useCalcWidth.d.ts +2 -2
  4. package/es/contentDetailList/components/Content/DocItem/index.js +12 -14
  5. package/es/contentDetailList/components/Content/LiveItem/index.js +5 -6
  6. package/es/contentDetailList/components/Content/courseItem/index.js +7 -8
  7. package/es/contentDetailList/components/Content/funhdItem/index.js +7 -8
  8. package/es/contentDetailList/components/Content/index.js +2 -2
  9. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
  10. package/es/contentDetailList/script/api.d.ts +2 -2
  11. package/es/contentModal/component.js +14 -14
  12. package/es/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
  13. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
  14. package/es/contentModal/components/storeBox/index.js +4 -4
  15. package/es/contentModal/script/api.d.ts +9 -9
  16. package/es/dataTags/component.js +10 -10
  17. package/es/docHistory/component.js +2 -2
  18. package/es/docHistory/scripts/useDocHistory.d.ts +5 -5
  19. package/es/docPreview/component.js +47 -56
  20. package/es/docPreview/components/PreviewIframe.js +9 -10
  21. package/es/docPreview/scripts/api.d.ts +1 -1
  22. package/es/docPreview/scripts/hook.d.ts +17 -7
  23. package/es/editMetaInfo/components/metaInfoForm.js +4 -4
  24. package/es/editMetaInfo/script/api.d.ts +2 -2
  25. package/es/emptyData/svg/acount.js +3 -5
  26. package/es/emptyData/svg/add.js +3 -5
  27. package/es/emptyData/svg/analize.js +3 -5
  28. package/es/emptyData/svg/analize_fail.js +3 -5
  29. package/es/emptyData/svg/empty.js +3 -5
  30. package/es/emptyData/svg/file.js +3 -5
  31. package/es/emptyData/svg/manager.js +3 -5
  32. package/es/emptyData/svg/message.js +14 -17
  33. package/es/emptyData/svg/noanalize.js +3 -5
  34. package/es/emptyData/svg/null.js +3 -5
  35. package/es/emptyData/svg/search.js +3 -5
  36. package/es/emptyData/svg/star.js +3 -5
  37. package/es/emptyData/svg/trash.js +3 -5
  38. package/es/emptyData/svg/user.js +3 -5
  39. package/es/hooks/assets.d.ts +1 -1
  40. package/es/hooks/batch.d.ts +1 -1
  41. package/es/hooks/dialogVisible.d.ts +1 -1
  42. package/es/hooks/source.d.ts +2 -2
  43. package/es/hooks/toggle.d.ts +1 -1
  44. package/es/hooks/useAttachement.d.ts +12 -12
  45. package/es/hooks/useMediaContext.d.ts +5 -5
  46. package/es/hooks/usePopper.d.ts +1 -1
  47. package/es/hooks/useSelection.d.ts +9 -2
  48. package/es/hooks/useUpload.d.ts +5 -5
  49. package/es/hooks/user.d.ts +2 -2
  50. package/es/imageCrop/component.js +4 -4
  51. package/es/imageCrop/script/api.d.ts +1 -1
  52. package/es/mediaFilter/components/DocFilter.js +1 -1
  53. package/es/mediaFilter/components/FilterGroup.js +1 -1
  54. package/es/mediaView/component.js +3 -5
  55. package/es/messageBox/component.js +2 -2
  56. package/es/messageBox/script/api.d.ts +2 -2
  57. package/es/previousVersion/component.js +3 -4
  58. package/es/previousVersion/script/api.d.ts +4 -4
  59. package/es/resourceGridList/component.js +15 -18
  60. package/es/resourceModal/component.js +2 -2
  61. package/es/resourceModal/components/MediaPreviewer/index.js +7 -10
  62. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
  63. package/es/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
  64. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
  65. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
  66. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
  67. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
  68. package/es/resourceModal/script/api.d.ts +11 -11
  69. package/es/selectGategory/component.js +3 -4
  70. package/es/selectGategory/script/api.d.ts +2 -2
  71. package/es/selectResourceModal/component.js +10 -10
  72. package/es/selectResourceModal/components/List/ListAi/index.js +7 -8
  73. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -8
  74. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  75. package/es/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
  76. package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
  77. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -4
  78. package/es/selectResourceModal/components/List/ListSystem/index.js +1 -2
  79. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  80. package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
  81. package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
  82. package/es/selectThumb/component.js +27 -31
  83. package/es/uploadBefore/components/UploadBefore.js +2 -2
  84. package/es/uploadBefore/script/api.d.ts +4 -4
  85. package/es/uploadBefore/script/uploadHooks.d.ts +42 -1
  86. package/es/userAvater/component.js +2 -2
  87. package/es/userAvater/script/api.d.ts +4 -4
  88. package/es/userDirector/component.js +2 -2
  89. package/es/userDirector/script/api.d.ts +6 -6
  90. package/es/utils/filter.d.ts +12 -0
  91. package/es/utils/request.d.ts +1 -1
  92. package/es/utils/transcodeMedia.d.ts +1 -1
  93. package/es/videoThumb/scripts/api.d.ts +1 -1
  94. package/es/videoThumb/scripts/useVideoThumbs.d.ts +3 -3
  95. package/lib/baseFilter/components/FilterGroup.js +1 -1
  96. package/lib/contentDetailList/components/Content/DocItem/index.js +12 -14
  97. package/lib/contentDetailList/components/Content/LiveItem/index.js +5 -6
  98. package/lib/contentDetailList/components/Content/courseItem/index.js +7 -8
  99. package/lib/contentDetailList/components/Content/funhdItem/index.js +7 -8
  100. package/lib/contentDetailList/components/Content/index.js +2 -2
  101. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
  102. package/lib/contentModal/component.js +14 -14
  103. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
  104. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
  105. package/lib/contentModal/components/storeBox/index.js +4 -4
  106. package/lib/dataTags/component.js +10 -10
  107. package/lib/docHistory/component.js +2 -2
  108. package/lib/docPreview/component.js +47 -56
  109. package/lib/docPreview/components/PreviewIframe.js +9 -10
  110. package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
  111. package/lib/emptyData/svg/acount.js +3 -5
  112. package/lib/emptyData/svg/add.js +3 -5
  113. package/lib/emptyData/svg/analize.js +3 -5
  114. package/lib/emptyData/svg/analize_fail.js +3 -5
  115. package/lib/emptyData/svg/empty.js +3 -5
  116. package/lib/emptyData/svg/file.js +3 -5
  117. package/lib/emptyData/svg/manager.js +3 -5
  118. package/lib/emptyData/svg/message.js +14 -17
  119. package/lib/emptyData/svg/noanalize.js +3 -5
  120. package/lib/emptyData/svg/null.js +3 -5
  121. package/lib/emptyData/svg/search.js +3 -5
  122. package/lib/emptyData/svg/star.js +3 -5
  123. package/lib/emptyData/svg/trash.js +3 -5
  124. package/lib/emptyData/svg/user.js +3 -5
  125. package/lib/imageCrop/component.js +4 -4
  126. package/lib/mediaFilter/components/DocFilter.js +1 -1
  127. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  128. package/lib/mediaView/component.js +3 -5
  129. package/lib/messageBox/component.js +2 -2
  130. package/lib/previousVersion/component.js +3 -4
  131. package/lib/resourceGridList/component.js +15 -18
  132. package/lib/resourceModal/component.js +2 -2
  133. package/lib/resourceModal/components/MediaPreviewer/index.js +7 -10
  134. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
  135. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
  136. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
  137. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
  138. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
  139. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
  140. package/lib/selectGategory/component.js +3 -4
  141. package/lib/selectResourceModal/component.js +10 -10
  142. package/lib/selectResourceModal/components/List/ListAi/index.js +6 -7
  143. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -8
  144. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  145. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
  146. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
  147. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -4
  148. package/lib/selectResourceModal/components/List/ListSystem/index.js +1 -2
  149. package/lib/selectThumb/component.js +27 -31
  150. package/lib/uploadBefore/components/UploadBefore.js +2 -2
  151. package/lib/userAvater/component.js +2 -2
  152. package/lib/userDirector/component.js +2 -2
  153. package/package.json +1 -1
@@ -27,40 +27,31 @@ const _hoisted_7 = {
27
27
  key: 0,
28
28
  class: "tip"
29
29
  };
30
- const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1);
31
- const _hoisted_9 = { class: "thumbbox" };
32
- const _hoisted_10 = {
30
+ const _hoisted_8 = { class: "thumbbox" };
31
+ const _hoisted_9 = {
33
32
  key: 2,
34
33
  class: "title"
35
34
  };
36
- const _hoisted_11 = /* @__PURE__ */ createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1);
37
- const _hoisted_12 = [
38
- _hoisted_11
39
- ];
40
- const _hoisted_13 = { key: 0 };
41
- const _hoisted_14 = {
35
+ const _hoisted_10 = { key: 0 };
36
+ const _hoisted_11 = {
42
37
  key: 0,
43
38
  class: "star"
44
39
  };
45
- const _hoisted_15 = { key: 1 };
46
- const _hoisted_16 = {
40
+ const _hoisted_12 = { key: 1 };
41
+ const _hoisted_13 = {
47
42
  key: 2,
48
43
  class: "tip",
49
44
  style: { "margin-left": "10px" }
50
45
  };
51
- const _hoisted_17 = { class: "thumbbox" };
52
- const _hoisted_18 = {
46
+ const _hoisted_14 = { class: "thumbbox" };
47
+ const _hoisted_15 = {
53
48
  key: 0,
54
49
  class: "tip"
55
50
  };
56
- const _hoisted_19 = {
51
+ const _hoisted_16 = {
57
52
  key: 1,
58
53
  class: "title"
59
54
  };
60
- const _hoisted_20 = /* @__PURE__ */ createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1);
61
- const _hoisted_21 = [
62
- _hoisted_20
63
- ];
64
55
  const _sfc_main = defineComponent({
65
56
  ...{ name: "selectThumb" },
66
57
  __name: "component",
@@ -491,7 +482,7 @@ const _sfc_main = defineComponent({
491
482
  class: "title",
492
483
  style: normalizeStyle({ width: _ctx.offset })
493
484
  }, [
494
- _hoisted_8,
485
+ _cache[11] || (_cache[11] = createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1)),
495
486
  createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u5F00\u5173\u5728\u6807\u9898\u540E "),
496
487
  !_ctx.flex ? (openBlock(), createBlock(unref(Switch), {
497
488
  key: 0,
@@ -500,7 +491,7 @@ const _sfc_main = defineComponent({
500
491
  size: "small"
501
492
  }, null, 8, ["modelValue"])) : createCommentVNode("v-if", true)
502
493
  ], 4),
503
- createElementVNode("div", _hoisted_9, [
494
+ createElementVNode("div", _hoisted_8, [
504
495
  createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u5F00\u5173\u663E\u793A "),
505
496
  _ctx.flex ? (openBlock(), createBlock(unref(Switch), {
506
497
  key: 0,
@@ -523,7 +514,9 @@ const _sfc_main = defineComponent({
523
514
  onUploadLocal: _cache[6] || (_cache[6] = (cb) => _ctx.$emit("upload", cb)),
524
515
  onOpen: openDialogMediaSelection
525
516
  }, null, 8, ["data", "parentRef", "preview-list", "is-popover"])) : createCommentVNode("v-if", true),
526
- hasBanner.value && styleData.value.banner_theme_color ? (openBlock(), createElementBlock("div", _hoisted_10, _hoisted_12)) : createCommentVNode("v-if", true),
517
+ hasBanner.value && styleData.value.banner_theme_color ? (openBlock(), createElementBlock("div", _hoisted_9, _cache[12] || (_cache[12] = [
518
+ createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1)
519
+ ]))) : createCommentVNode("v-if", true),
527
520
  createCommentVNode(" banner\u8C03\u8272\u677F "),
528
521
  hasBanner.value ? (openBlock(), createBlock(_sfc_main$2, {
529
522
  key: 3,
@@ -541,13 +534,13 @@ const _sfc_main = defineComponent({
541
534
  class: "title",
542
535
  style: normalizeStyle({ width: _ctx.offset })
543
536
  }, [
544
- docSeriesShowTopThemeColor.value ? (openBlock(), createElementBlock("span", _hoisted_13, [
545
- _ctx.topImageTitleValid ? (openBlock(), createElementBlock("span", _hoisted_14, "*")) : createCommentVNode("v-if", true),
537
+ docSeriesShowTopThemeColor.value ? (openBlock(), createElementBlock("span", _hoisted_10, [
538
+ _ctx.topImageTitleValid ? (openBlock(), createElementBlock("span", _hoisted_11, "*")) : createCommentVNode("v-if", true),
546
539
  createElementVNode("span", null, toDisplayString(_ctx.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
547
- ])) : (openBlock(), createElementBlock("span", _hoisted_15, "PC\u5C01\u9762\u56FE")),
548
- !_ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_16, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : createCommentVNode("v-if", true)
540
+ ])) : (openBlock(), createElementBlock("span", _hoisted_12, "PC\u5C01\u9762\u56FE")),
541
+ !_ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_13, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : createCommentVNode("v-if", true)
549
542
  ], 4),
550
- createElementVNode("div", _hoisted_17, [
543
+ createElementVNode("div", _hoisted_14, [
551
544
  createVNode(_sfc_main$1, {
552
545
  id: `pc-banner-card`,
553
546
  data: pcBanner.value,
@@ -561,8 +554,10 @@ const _sfc_main = defineComponent({
561
554
  onUploadLocal: _cache[8] || (_cache[8] = (cb) => _ctx.$emit("upload", cb)),
562
555
  onOpen: openDialogMediaSelection
563
556
  }, null, 8, ["data", "parentRef", "previewList", "is-popover"]),
564
- _ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_18, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : createCommentVNode("v-if", true),
565
- docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (openBlock(), createElementBlock("div", _hoisted_19, _hoisted_21)) : createCommentVNode("v-if", true),
557
+ _ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_15, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : createCommentVNode("v-if", true),
558
+ docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (openBlock(), createElementBlock("div", _hoisted_16, _cache[13] || (_cache[13] = [
559
+ createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1)
560
+ ]))) : createCommentVNode("v-if", true),
566
561
  docSeriesShowTopThemeColor.value ? (openBlock(), createBlock(_sfc_main$2, {
567
562
  key: 2,
568
563
  model: "top",
@@ -572,7 +567,7 @@ const _sfc_main = defineComponent({
572
567
  ])
573
568
  ], 2)
574
569
  ], 64)) : createCommentVNode("v-if", true),
575
- createCommentVNode(" 2024.9.2 dyz\uFF1A\u5F03\u7528\u65E7\u5F39\u7A97 "),
570
+ createCommentVNode(" 2024.9.2 v3.7.0 dyz\uFF1A\u5F03\u7528\u65E7\u5F39\u7A97 "),
576
571
  createCommentVNode(` <resourceModal
577
572
  v-model:dialogVisible="dialogMediaSelectionShow"
578
573
  :preview="false"
@@ -582,17 +577,18 @@ const _sfc_main = defineComponent({
582
577
  @submit="submitCallback"
583
578
  @upload="(cb) => $emit('upload', cb)"
584
579
  /> `),
585
- createCommentVNode(" 2024.9.2 dyz\uFF1A\u4F7F\u7528\u65E7\u5F39\u7A97 "),
580
+ createCommentVNode(" 2024.9.2 v3.7.0 dyz\uFF1A\u4F7F\u7528\u65B0\u5F39\u7A97 "),
586
581
  dialogMediaSelectionShow.value ? (openBlock(), createBlock(_sfc_main$3, {
587
582
  key: 1,
588
583
  visible: dialogMediaSelectionShow.value,
589
584
  "onUpdate:visible": _cache[9] || (_cache[9] = ($event) => dialogMediaSelectionShow.value = $event),
590
585
  maxcount: 1,
586
+ "media-use-type": _ctx.mediaUseType,
591
587
  userInfo: { domain_id: 1, repository_id: 4 },
592
588
  filterOptions: { mediaType: "image", mediaTypeStrict: true },
593
589
  wrap: "modal",
594
590
  onSubmit: submitCallback
595
- }, null, 8, ["visible"])) : createCommentVNode("v-if", true),
591
+ }, null, 8, ["visible", "media-use-type"])) : createCommentVNode("v-if", true),
596
592
  refreshCrop.value ? (openBlock(), createBlock(_sfc_main$4, {
597
593
  key: 2,
598
594
  visible: dialogCropperShow.value,
@@ -121,9 +121,9 @@ const _sfc_main = defineComponent({
121
121
  onOk: handleOk,
122
122
  onCancel: handleClose
123
123
  }, {
124
- title: withCtx(() => [
124
+ title: withCtx(() => _cache[1] || (_cache[1] = [
125
125
  createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
126
- ]),
126
+ ])),
127
127
  default: withCtx(() => [
128
128
  createElementVNode("div", _hoisted_1, [
129
129
  createVNode(unref(Table), {
@@ -1,6 +1,6 @@
1
- export declare function getWaterMark(BASE_API: string): import("axios").AxiosPromise<any>;
2
- export declare function getVideoTransTemplate(BASE_API: string): import("axios").AxiosPromise<any>;
3
- export declare function getAudioTransTrempalte(BASE_API: string): import("axios").AxiosPromise<any>;
1
+ export declare function getWaterMark(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
2
+ export declare function getVideoTransTemplate(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
3
+ export declare function getAudioTransTrempalte(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
4
4
  export declare type TypeAddMediaParam = {
5
5
  url: string;
6
6
  alias: string;
@@ -13,4 +13,4 @@ export declare type TypeAddMediaParam = {
13
13
  video_transcode_template?: any;
14
14
  audio_transcode_template?: any;
15
15
  };
16
- export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): import("axios").AxiosPromise<any>;
16
+ export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): Promise<import("axios").AxiosResponse<any, any>>;
@@ -1,4 +1,4 @@
1
- import { CFileItem, LFileItem } from './fileTypeAdapter';
1
+ import { BFileItem, CFileItem, LFileItem } from './fileTypeAdapter';
2
2
  export declare function usePannelList(): {
3
3
  panelList: import("vue").Ref<{
4
4
  percent: number;
@@ -15,6 +15,21 @@ export declare function usePannelList(): {
15
15
  typeCN?: string | undefined;
16
16
  id: string;
17
17
  dirId?: string | undefined;
18
+ }[], LFileItem[] | {
19
+ percent: number;
20
+ state: number;
21
+ count?: number | undefined;
22
+ isAnalize?: 0 | 1 | undefined;
23
+ watermark?: any;
24
+ videotemp?: any;
25
+ audiotemp?: any;
26
+ name: string;
27
+ size: number;
28
+ sizeCN: string;
29
+ type: string;
30
+ typeCN?: string | undefined;
31
+ id: string;
32
+ dirId?: string | undefined;
18
33
  }[]>;
19
34
  panelFIleAdd: (fileMetaData: LFileItem) => void;
20
35
  panelFileStatusChange: (id: string, p: number, s: number) => void;
@@ -32,6 +47,18 @@ export declare function usePreUploadOptions(): {
32
47
  typeCN?: string | undefined;
33
48
  id: string;
34
49
  dirId?: string | undefined;
50
+ }[], BFileItem[] | {
51
+ isAnalize?: 0 | 1 | undefined;
52
+ watermark?: any;
53
+ videotemp?: any;
54
+ audiotemp?: any;
55
+ name: string;
56
+ size: number;
57
+ sizeCN: string;
58
+ type: string;
59
+ typeCN?: string | undefined;
60
+ id: string;
61
+ dirId?: string | undefined;
35
62
  }[]>;
36
63
  uploadFileToShowFileTrans: (file: CFileItem) => void;
37
64
  };
@@ -50,6 +77,20 @@ export declare function useUplaodList(): {
50
77
  id: string;
51
78
  url?: string | undefined;
52
79
  dirId?: string | undefined;
80
+ }[], CFileItem[] | {
81
+ file: {
82
+ readonly lastModified: number;
83
+ readonly name: string;
84
+ readonly size: number;
85
+ readonly type: string;
86
+ arrayBuffer: () => Promise<ArrayBuffer>;
87
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
88
+ stream: () => ReadableStream<any>;
89
+ text: () => Promise<string>;
90
+ };
91
+ id: string;
92
+ url?: string | undefined;
93
+ dirId?: string | undefined;
53
94
  }[]>;
54
95
  uploadFileAdd: (file: CFileItem) => void;
55
96
  };
@@ -137,9 +137,9 @@ const _sfc_main = defineComponent({
137
137
  type: "text",
138
138
  onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
139
139
  }, {
140
- default: withCtx(() => [
140
+ default: withCtx(() => _cache[2] || (_cache[2] = [
141
141
  createTextVNode("\u9000\u51FA")
142
- ]),
142
+ ])),
143
143
  _: 1
144
144
  })
145
145
  ])
@@ -1,8 +1,8 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getUserInfo(BASE_API: string, params?: Params): import("axios").AxiosPromise<any>;
5
- export declare function getUserDetails(BASE_API: string, params?: Params): import("axios").AxiosPromise<any>;
6
- export declare function domainSelect(BASE_API: string, did: number): import("axios").AxiosPromise<any>;
7
- export declare function accountLogout(BASE_API: string, params?: Params): import("axios").AxiosPromise<any>;
4
+ export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
+ export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
+ export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any>>;
7
+ export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
8
8
  export {};
@@ -225,9 +225,9 @@ const _sfc_main = defineComponent({
225
225
  size: "mini",
226
226
  onClick: clearUserSelectedList
227
227
  }, {
228
- default: withCtx(() => [
228
+ default: withCtx(() => _cache[0] || (_cache[0] = [
229
229
  createTextVNode("\u5168\u90E8\u6E05\u9664")
230
- ]),
230
+ ])),
231
231
  _: 1
232
232
  })
233
233
  ]),
@@ -1,10 +1,10 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getRepoRoleList(BASE_API: string, params: Params): import("axios").AxiosPromise<any>;
5
- export declare function getRoleAllUser(BASE_API: string, params: Params): import("axios").AxiosPromise<any>;
6
- export declare function getDepartList(BASE_API: string): import("axios").AxiosPromise<any>;
7
- export declare function getDepartUserList(BASE_API: string, params: Params): import("axios").AxiosPromise<any>;
8
- export declare function getRepoUserList(BASE_API: string, params: Params): import("axios").AxiosPromise<any>;
9
- export declare function getDepartChildren(BASE_API: string, params: Params): import("axios").AxiosPromise<any>;
4
+ export declare function getRepoRoleList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
+ export declare function getRoleAllUser(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
+ export declare function getDepartList(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
7
+ export declare function getDepartUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
8
+ export declare function getRepoUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
9
+ export declare function getDepartChildren(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
10
10
  export {};
@@ -1,9 +1,21 @@
1
1
  export declare const rateOptions: import("vue").Ref<{
2
2
  label: string;
3
3
  value: string;
4
+ }[], {
5
+ label: string;
6
+ value: string;
7
+ }[] | {
8
+ label: string;
9
+ value: string;
4
10
  }[]>;
5
11
  export declare const keywordsSelection: import("vue").Ref<{
6
12
  name: string;
7
13
  value: string;
14
+ }[], {
15
+ name: string;
16
+ value: string;
17
+ }[] | {
18
+ name: string;
19
+ value: string;
8
20
  }[]>;
9
21
  export declare const timeFormat: import("vue").ComputedRef<(value: any) => string>;
@@ -6,4 +6,4 @@ declare module 'axios' {
6
6
  }
7
7
  function create(config?: AxiosRequestConfig): AxiosInstance;
8
8
  }
9
- export default function (BASE_API: string, options: any): import("axios").AxiosPromise<any>;
9
+ export default function (BASE_API: string, options: any): Promise<import("axios").AxiosResponse<any, any>>;
@@ -1,4 +1,4 @@
1
- export declare function getTranscodingProgress(BASE_API: string, id: number): import("axios").AxiosPromise<any>;
1
+ export declare function getTranscodingProgress(BASE_API: string, id: number): Promise<import("axios").AxiosResponse<any, any>>;
2
2
  /**
3
3
  * 转码逻辑
4
4
  * @description 转码逻辑抽离,后期所有涉及到转码的地方都可用该方法
@@ -5,5 +5,5 @@ declare type EditThumbParams = {
5
5
  end: number;
6
6
  search: string;
7
7
  };
8
- export declare function editthumb(BASE_URL: string, params: EditThumbParams): import("axios").AxiosPromise<any>;
8
+ export declare function editthumb(BASE_URL: string, params: EditThumbParams): Promise<import("axios").AxiosResponse<any, any>>;
9
9
  export {};
@@ -1,11 +1,11 @@
1
1
  export declare function getHMSF(time: string): string;
2
2
  export declare function useVideoThumbs(): {
3
- thumbs: import("vue").Ref<any[]>;
4
- curThumb: import("vue").Ref<string | undefined>;
3
+ thumbs: import("vue").Ref<any[], any[]>;
4
+ curThumb: import("vue").Ref<string | undefined, string | undefined>;
5
5
  getVideoThumbs: (BASE_API: string, url: string, duration: number) => Promise<void>;
6
6
  handleSelectThumb: (idx: number) => void;
7
7
  };
8
8
  export declare function useDragger(moveCallback: any, upCallback: any, downCallback: any): {
9
- isDrag: import("vue").Ref<boolean>;
9
+ isDrag: import("vue").Ref<boolean, boolean>;
10
10
  handleMousedown: (e: MouseEvent) => void;
11
11
  };
@@ -116,7 +116,7 @@ const _sfc_main = vue.defineComponent({
116
116
  }, {
117
117
  default: vue.withCtx(() => [
118
118
  vue.createElementVNode("span", _hoisted_3, [
119
- vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 "),
119
+ _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
120
120
  vue.createVNode(vue.unref(icon.IconCaretDown))
121
121
  ])
122
122
  ]),
@@ -20,16 +20,14 @@ const _hoisted_6 = { class: "abttrite-v" };
20
20
  const _hoisted_7 = { class: "left" };
21
21
  const _hoisted_8 = { class: "tags" };
22
22
  const _hoisted_9 = { key: 0 };
23
- const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1);
24
- const _hoisted_11 = { key: 1 };
25
- const _hoisted_12 = { class: "abttr" };
26
- const _hoisted_13 = { style: { "font-size": "14px", "margin-bottom": "5px", "font-weight": "bold" } };
27
- const _hoisted_14 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1);
28
- const _hoisted_15 = {
23
+ const _hoisted_10 = { key: 1 };
24
+ const _hoisted_11 = { class: "abttr" };
25
+ const _hoisted_12 = { style: { "font-size": "14px", "margin-bottom": "5px", "font-weight": "bold" } };
26
+ const _hoisted_13 = {
29
27
  key: 1,
30
28
  style: { "font-size": "10px" }
31
29
  };
32
- const _hoisted_16 = { class: "right" };
30
+ const _hoisted_14 = { class: "right" };
33
31
  const _sfc_main = vue.defineComponent({
34
32
  __name: "index",
35
33
  props: {
@@ -147,14 +145,14 @@ const _sfc_main = vue.defineComponent({
147
145
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: i }, [
148
146
  vue.createCommentVNode(" \u5BA1\u6838\u72B6\u6001 "),
149
147
  column.key === "approval_status" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9, [
150
- _hoisted_10,
148
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1)),
151
149
  vue.unref(doc.approvalItem)(_ctx.item) ? (vue.openBlock(), vue.createBlock(index$2, {
152
150
  key: 0,
153
151
  item: vue.unref(doc.approvalItem)(_ctx.item)
154
- }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "--"))
152
+ }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, "--"))
155
153
  ])) : column.key === "state" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
156
154
  vue.createCommentVNode(" \u72B6\u6001 "),
157
- vue.createElementVNode("span", _hoisted_12, [
155
+ vue.createElementVNode("span", _hoisted_11, [
158
156
  vue.createVNode(vue.unref(webVue.Tooltip), {
159
157
  content: `\u72B6\u6001: ${vue.unref(doc.docStateMap)[_ctx.item.state]}`,
160
158
  position: "top"
@@ -174,12 +172,12 @@ const _sfc_main = vue.defineComponent({
174
172
  }, {
175
173
  content: vue.withCtx(() => [
176
174
  _ctx.item.other_categories ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
177
- vue.createElementVNode("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
175
+ vue.createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
178
176
  vue.createElementVNode("span", null, [
179
- _hoisted_14,
177
+ _cache[3] || (_cache[3] = vue.createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1)),
180
178
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.other_categories.join("\u3001")), 1)
181
179
  ])
182
- ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
180
+ ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
183
181
  ]),
184
182
  default: vue.withCtx(() => [
185
183
  vue.createVNode(vue.unref(webVue.Button), {
@@ -231,7 +229,7 @@ const _sfc_main = vue.defineComponent({
231
229
  ], 64);
232
230
  }), 128))
233
231
  ]),
234
- vue.createElementVNode("div", _hoisted_16, [
232
+ vue.createElementVNode("div", _hoisted_14, [
235
233
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
236
234
  ])
237
235
  ])
@@ -13,9 +13,8 @@ const _hoisted_4 = { class: "info-view" };
13
13
  const _hoisted_5 = { class: "title_i" };
14
14
  const _hoisted_6 = { class: "abttrite-v" };
15
15
  const _hoisted_7 = { class: "left" };
16
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, null, -1);
17
- const _hoisted_9 = { class: "abttr time" };
18
- const _hoisted_10 = { class: "right" };
16
+ const _hoisted_8 = { class: "abttr time" };
17
+ const _hoisted_9 = { class: "right" };
19
18
  const _sfc_main = vue.defineComponent({
20
19
  __name: "index",
21
20
  props: {
@@ -85,10 +84,10 @@ const _sfc_main = vue.defineComponent({
85
84
  type: _ctx.item.series
86
85
  }, null, 8, ["type"]),
87
86
  vue.renderSlot(_ctx.$slots, "tip"),
88
- _hoisted_8,
89
- vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
87
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, null, -1)),
88
+ vue.createElementVNode("span", _hoisted_8, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
90
89
  ]),
91
- vue.createElementVNode("div", _hoisted_10, [
90
+ vue.createElementVNode("div", _hoisted_9, [
92
91
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
93
92
  ])
94
93
  ])
@@ -13,10 +13,9 @@ const _hoisted_4 = { class: "info-view" };
13
13
  const _hoisted_5 = { class: "title_i" };
14
14
  const _hoisted_6 = { class: "abttrite-v" };
15
15
  const _hoisted_7 = { class: "left" };
16
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, "\u8BFE\u7A0B", -1);
17
- const _hoisted_9 = { class: "abttr tags" };
18
- const _hoisted_10 = { class: "abttr time" };
19
- const _hoisted_11 = { class: "right" };
16
+ const _hoisted_8 = { class: "abttr tags" };
17
+ const _hoisted_9 = { class: "abttr time" };
18
+ const _hoisted_10 = { class: "right" };
20
19
  const _sfc_main = vue.defineComponent({
21
20
  __name: "index",
22
21
  props: {
@@ -86,19 +85,19 @@ const _sfc_main = vue.defineComponent({
86
85
  type: "course"
87
86
  }),
88
87
  vue.renderSlot(_ctx.$slots, "tip"),
89
- _hoisted_8,
88
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u8BFE\u7A0B", -1)),
90
89
  vue.createVNode(vue.unref(webVue.Tooltip), {
91
90
  content: `\u8BFE\u7A0B\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
92
91
  position: "top"
93
92
  }, {
94
93
  default: vue.withCtx(() => [
95
- vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
94
+ vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
96
95
  ]),
97
96
  _: 1
98
97
  }, 8, ["content"]),
99
- vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
98
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
100
99
  ]),
101
- vue.createElementVNode("div", _hoisted_11, [
100
+ vue.createElementVNode("div", _hoisted_10, [
102
101
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
103
102
  ])
104
103
  ])
@@ -13,10 +13,9 @@ const _hoisted_4 = { class: "info-view" };
13
13
  const _hoisted_5 = { class: "title_i" };
14
14
  const _hoisted_6 = { class: "abttrite-v" };
15
15
  const _hoisted_7 = { class: "left" };
16
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1);
17
- const _hoisted_9 = { class: "abttr tags" };
18
- const _hoisted_10 = { class: "abttr time" };
19
- const _hoisted_11 = { class: "right" };
16
+ const _hoisted_8 = { class: "abttr tags" };
17
+ const _hoisted_9 = { class: "abttr time" };
18
+ const _hoisted_10 = { class: "right" };
20
19
  const _sfc_main = vue.defineComponent({
21
20
  __name: "index",
22
21
  props: {
@@ -86,19 +85,19 @@ const _sfc_main = vue.defineComponent({
86
85
  type: "funhd"
87
86
  }),
88
87
  vue.renderSlot(_ctx.$slots, "tip"),
89
- _hoisted_8,
88
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1)),
90
89
  vue.createVNode(vue.unref(webVue.Tooltip), {
91
90
  content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
92
91
  position: "top"
93
92
  }, {
94
93
  default: vue.withCtx(() => [
95
- vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
94
+ vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
96
95
  ]),
97
96
  _: 1
98
97
  }, 8, ["content"]),
99
- vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
98
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
100
99
  ]),
101
- vue.createElementVNode("div", _hoisted_11, [
100
+ vue.createElementVNode("div", _hoisted_10, [
102
101
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
103
102
  ])
104
103
  ])
@@ -471,11 +471,11 @@ const _sfc_main = vue.defineComponent({
471
471
  onCellMouseEnter: cellMouseEnter,
472
472
  onCellMouseLeave: cellMouseLeave
473
473
  }, {
474
- batch: vue.withCtx(() => []),
474
+ batch: vue.withCtx(() => _cache[0] || (_cache[0] = [])),
475
475
  index: vue.withCtx(() => [
476
476
  vue.createElementVNode("span", _hoisted_37, vue.toDisplayString(_ctx.index + 1), 1)
477
477
  ]),
478
- tip: vue.withCtx(() => []),
478
+ tip: vue.withCtx(() => _cache[1] || (_cache[1] = [])),
479
479
  option: vue.withCtx(() => [
480
480
  vue.renderSlot(_ctx.$slots, "option", {
481
481
  row: _ctx.item,
@@ -29,16 +29,15 @@ const _hoisted_8 = {
29
29
  key: 3,
30
30
  class: "setting"
31
31
  };
32
- const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", { class: "label" }, "\u94FE\u63A5\u6709\u6548\u65F6\u957F", -1);
33
- const _hoisted_10 = {
32
+ const _hoisted_9 = {
34
33
  key: 4,
35
34
  class: "time-go"
36
35
  };
37
- const _hoisted_11 = {
36
+ const _hoisted_10 = {
38
37
  key: 5,
39
38
  class: "time-go"
40
39
  };
41
- const _hoisted_12 = { class: "btns" };
40
+ const _hoisted_11 = { class: "btns" };
42
41
  const _sfc_main = vue.defineComponent({
43
42
  __name: "index",
44
43
  props: {
@@ -222,7 +221,7 @@ const _sfc_main = vue.defineComponent({
222
221
  ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, "\u6682\u65E0\u4E8C\u7EF4\u7801"))
223
222
  ], 64)),
224
223
  is_share.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7, "\u626B\u63CF\u4E8C\u7EF4\u7801\u8BBF\u95EE")) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
225
- _hoisted_9,
224
+ _cache[4] || (_cache[4] = vue.createElementVNode("span", { class: "label" }, "\u94FE\u63A5\u6709\u6548\u65F6\u957F", -1)),
226
225
  vue.createElementVNode("span", null, [
227
226
  vue.createVNode(vue.unref(webVue.Select), {
228
227
  modelValue: expiration.value,
@@ -243,17 +242,17 @@ const _sfc_main = vue.defineComponent({
243
242
  }, 8, ["modelValue"])
244
243
  ])
245
244
  ])),
246
- is_share.value && time.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, " \u94FE\u63A5\u5269\u4F59\u65F6\u95F4: " + vue.toDisplayString(time.value), 1)) : is_share.value && time.value === 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11, "\u94FE\u63A5\u5DF2\u8FC7\u671F")) : vue.createCommentVNode("v-if", true),
247
- vue.createElementVNode("div", _hoisted_12, [
245
+ is_share.value && time.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, " \u94FE\u63A5\u5269\u4F59\u65F6\u95F4: " + vue.toDisplayString(time.value), 1)) : is_share.value && time.value === 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, "\u94FE\u63A5\u5DF2\u8FC7\u671F")) : vue.createCommentVNode("v-if", true),
246
+ vue.createElementVNode("div", _hoisted_11, [
248
247
  showGetLink.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Button), {
249
248
  key: 0,
250
249
  type: "primary",
251
250
  light: "",
252
251
  onClick: _cache[1] || (_cache[1] = ($event) => genTimeLink(expiration.value))
253
252
  }, {
254
- default: vue.withCtx(() => [
253
+ default: vue.withCtx(() => _cache[5] || (_cache[5] = [
255
254
  vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
256
- ]),
255
+ ])),
257
256
  _: 1
258
257
  })) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
259
258
  vue.createVNode(vue.unref(webVue.Button), {
@@ -261,9 +260,9 @@ const _sfc_main = vue.defineComponent({
261
260
  light: "",
262
261
  onClick: _cache[2] || (_cache[2] = ($event) => clipUrl("img"))
263
262
  }, {
264
- default: vue.withCtx(() => [
263
+ default: vue.withCtx(() => _cache[6] || (_cache[6] = [
265
264
  vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ")
266
- ]),
265
+ ])),
267
266
  _: 1
268
267
  }),
269
268
  vue.createVNode(vue.unref(webVue.Button), {