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 f55517b commit c133459
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions docsearch.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/docs_react/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (localStorage.getItem("language") === null) {
}

if (isMobile) {
location.replace("https://quark-design.hellobike.com/demo/demo.html#/");
location.replace("https://quark-ecosystem.github.io/quarkd-docs/h5/demo#/");
}

const app = createApp(App);
Expand Down
2 changes: 1 addition & 1 deletion src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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

0 comments on commit c133459

Please sign in to comment.