Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 28, 2024
1 parent 7540adf commit 041bd56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs_vue/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,5 +517,5 @@
]
}
],
"demoUrl": "https://quark-design.hellobike.com/demo/demo.html#"
"demoUrl": "https://quark-ecosystem.github.io/quarkd-docs/h5/demo#"
}
2 changes: 1 addition & 1 deletion src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/views/otherdocs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</blockquote>

<p>
<a href="https://quark-design.hellobike.com/#/zh-CN/component/button">{{
<a href="https://quark-ecosystem.github.io/quarkd-docs/angular/#/zh-CN/component/button">{{
isZhLang ? "点击查看 Vue 文档" : "Click to view Vue documentation"
}}</a>
</p>
Expand Down

0 comments on commit 041bd56

Please sign in to comment.