We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d61006 commit fcf02efCopy full SHA for fcf02ef
1 file changed
hooks/assets/chunks/ui-custom.35321937.js
@@ -11,10 +11,6 @@ import {
11
const A = r({
12
__name: "VPCarbonAds",
13
setup(m) {
14
- alert(
15
- "该网站已经不再维护,将跳转到新的 2.0 文档网站以此获得更好的体验 / This website has been shut down. Please jump to the new 2.0 documentation website for better experience."
16
- );
17
- window.location.href = "https://inhiblabcore.github.io/vue-hooks-plus";
18
const { theme: o } = i(),
19
a = o.value.carbonAds,
20
{ isAsideEnabled: n } = d(),
@@ -47,4 +43,10 @@ const A = r({
47
43
);
48
44
},
49
45
});
46
+
+alert(
+ "该网站已经不再维护,将跳转到新的 2.0 文档网站以此获得更好的体验 / This website has been shut down. Please jump to the new 2.0 documentation website for better experience."
+);
50
+window.location.href = "https://inhiblabcore.github.io/vue-hooks-plus";
51
52
export { A as default };
0 commit comments