Skip to content

Commit fcf02ef

Browse files
committed
feat: un
1 parent 5d61006 commit fcf02ef

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

hooks/assets/chunks/ui-custom.35321937.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import {
1111
const A = r({
1212
__name: "VPCarbonAds",
1313
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";
1814
const { theme: o } = i(),
1915
a = o.value.carbonAds,
2016
{ isAsideEnabled: n } = d(),
@@ -47,4 +43,10 @@ const A = r({
4743
);
4844
},
4945
});
46+
47+
alert(
48+
"该网站已经不再维护,将跳转到新的 2.0 文档网站以此获得更好的体验 / This website has been shut down. Please jump to the new 2.0 documentation website for better experience."
49+
);
50+
window.location.href = "https://inhiblabcore.github.io/vue-hooks-plus";
51+
5052
export { A as default };

0 commit comments

Comments
 (0)