From 041bd562598128faba6ceae6579a1fbffc5aeea1 Mon Sep 17 00:00:00 2001 From: xsf0105 Date: Thu, 28 Mar 2024 20:50:22 +0800 Subject: [PATCH] update website --- src/docs_vue/config.json | 2 +- src/views/Index.vue | 2 +- src/views/otherdocs/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs_vue/config.json b/src/docs_vue/config.json index 1383cf8..274b100 100644 --- a/src/docs_vue/config.json +++ b/src/docs_vue/config.json @@ -517,5 +517,5 @@ ] } ], - "demoUrl": "https://quark-design.hellobike.com/demo/demo.html#" + "demoUrl": "https://quark-ecosystem.github.io/quarkd-docs/h5/demo#" } diff --git a/src/views/Index.vue b/src/views/Index.vue index 45f3d17..5ba7564 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -130,7 +130,7 @@ export default defineComponent({ const demoUrl = import.meta.env.VITE_ENV === "dev" - ? "https://quark-design.hellobike.com/demo/demo.html#" + ? "https://quark-ecosystem.github.io/quarkd-docs/h5/demo#" : defaultUrl; return { diff --git a/src/views/otherdocs/index.vue b/src/views/otherdocs/index.vue index 493a6e7..dda0509 100644 --- a/src/views/otherdocs/index.vue +++ b/src/views/otherdocs/index.vue @@ -12,7 +12,7 @@

- {{ + {{ isZhLang ? "点击查看 Vue 文档" : "Click to view Vue documentation" }}