vue-layout-gitcode 1.8.3 → 1.8.4
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.
- package/{GloabarSearch-BRV0OgdM.js → GloabarSearch-Bch5XDXF.js} +3 -3
- package/{MenuItem-BG22wd86.js → MenuItem-CnEto0_6.js} +1 -1
- package/{ProjectMenuList-C5-zUkz7.js → ProjectMenuList-BNKIDXuN.js} +3 -3
- package/{ProjectMenuListV2-AbX7nRrW.js → ProjectMenuListV2-BhN-cFKJ.js} +2 -2
- package/{ProjectSearch-kC5pwffS.js → ProjectSearch-BiMB183Q.js} +1 -1
- package/{SearchHistoryList-C2hWWrCF.js → SearchHistoryList-B1zMGFc4.js} +1 -1
- package/{SearchPrefixTag-Cxiccp_3.js → SearchPrefixTag-B5tbcAAp.js} +1 -1
- package/{SearchRecommed-ynVLsoIV.js → SearchRecommed-CNXdv-i8.js} +2 -2
- package/{SearchScopeList-A7KrMiFR.js → SearchScopeList-DCRu1K1T.js} +1 -1
- package/{UserSearch-CSflx1l6.js → UserSearch-BwTTe0Yq.js} +11 -2
- package/{index-Bb3MLpbL.js → index-5CSrmtoU.js} +6 -9
- package/{index-BJVs9yKo.js → index-BqmtIp-D.js} +1 -1
- package/{index-BkAjf1DF.js → index-BzPMdoQA.js} +265 -288
- package/{index-C-uHfA6x.js → index-DQsJJr0k.js} +3 -4
- package/index.js +11 -11
- package/{notice-DD4V6KxF.js → notice-D7gNJWrw.js} +3 -5
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-D7lmTq_T.js → transWebUrl-Blqna9Mh.js} +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import {
|
|
3
|
+
import { w as useLayoutConfig, _ as _export_sfc } from "./index-BzPMdoQA.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -35,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
35
|
logoUrl: null
|
|
36
36
|
// 去除logo
|
|
37
37
|
};
|
|
38
|
-
window.initTAC("https://cdn-static.gitcode.
|
|
38
|
+
window.initTAC("https://cdn-static.gitcode.host/js/tac/", config, style).then((tac) => {
|
|
39
39
|
tac.init();
|
|
40
40
|
}).catch((e) => {
|
|
41
41
|
console.error("初始化tac失败", e);
|
|
@@ -49,8 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
50
50
|
createElementVNode("div", { id: "captcha-box" }, null, -1)
|
|
51
51
|
])),
|
|
52
|
-
_: 1
|
|
53
|
-
__: [0]
|
|
52
|
+
_: 1
|
|
54
53
|
});
|
|
55
54
|
};
|
|
56
55
|
}
|
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { M, N, Q, K, S, J, z, V, P, U, O } from "./index-BzPMdoQA.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
M as GitCodeAside,
|
|
4
|
+
N as GitCodeHeader,
|
|
5
|
+
Q as GitCodeLayoutEmitter,
|
|
6
|
+
K as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
J as ToolsFloat,
|
|
9
|
+
z as currentTheme,
|
|
10
|
+
V as default,
|
|
11
|
+
P as setLayoutConfig,
|
|
12
|
+
U as setTheme,
|
|
13
|
+
O as useLogin
|
|
14
14
|
};
|
|
@@ -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 } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-BzPMdoQA.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";
|
|
@@ -39,8 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
43
|
-
__: [1]
|
|
42
|
+
_: 1
|
|
44
43
|
}, 8, ["size", "onClick"]),
|
|
45
44
|
createVNode(unref(Button), {
|
|
46
45
|
variant: "solid",
|
|
@@ -51,8 +50,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51
50
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
51
|
createTextVNode("修改")
|
|
53
52
|
])),
|
|
54
|
-
_: 1
|
|
55
|
-
__: [2]
|
|
53
|
+
_: 1
|
|
56
54
|
}, 8, ["size"])
|
|
57
55
|
], 2)
|
|
58
56
|
]),
|