diff --git a/.github/workflows/deploy-docs-site.yml b/.github/workflows/deploy-docs-site.yml index d7f44694..c55c8550 100644 --- a/.github/workflows/deploy-docs-site.yml +++ b/.github/workflows/deploy-docs-site.yml @@ -79,7 +79,7 @@ jobs: # SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }} # with: # # 注意替换为你的 GitHub 源仓库地址 - # source-repo: git@github.com:one-step-admin/one-step-admin.github.io.git + # source-repo: git@github.com:one-step-admin/one-step-admin.hurui.me.git # # 注意替换为你的 Gitee 目标仓库地址 # destination-repo: git@gitee.com:one-step-admin/one-step-admin.git diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 075538b9..0c48ba1b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -23,7 +23,7 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', { }]); (function() { var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?f74bb3cde8d979af3d9bd804b24070a5"; + hm.src = "https://hm.baidu.com/hm.js?d023f22d3c7fd011aed5f4499aebfabe"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); @@ -56,11 +56,11 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', { items: [ { text: '基础版', - link: 'https://one-step-admin.github.io/basic-example', + link: 'https://one-step-admin.hurui.me/basic-example', }, { text: '专业版', - link: 'https://one-step-admin.github.io/pro-example', + link: 'https://one-step-admin.hurui.me/pro-example', }, ], }, diff --git a/.vitepress/theme/components/Activity.vue b/.vitepress/theme/components/Activity.vue index f5918b5c..3deaaa85 100644 --- a/.vitepress/theme/components/Activity.vue +++ b/.vitepress/theme/components/Activity.vue @@ -5,7 +5,7 @@ const isVisible = ref(false) const nameStorage = 'ACTIVITY-FANTASTIC-MOBILE-1' function go() { - window.location.href = 'https://fantastic-mobile.github.io/' + window.location.href = 'https://fantastic-mobile.hurui.me/' } function closeBanner() { diff --git a/.vitepress/theme/components/SponsorsAside.vue b/.vitepress/theme/components/SponsorsAside.vue index 8ba7e22d..5f6fe98b 100644 --- a/.vitepress/theme/components/SponsorsAside.vue +++ b/.vitepress/theme/components/SponsorsAside.vue @@ -10,15 +10,15 @@
简单好用的 Vue3 项目启动套件
- -
访问 + 访问 - 访问 + 访问 diff --git a/guide/copyright.md b/guide/copyright.md index d9fbb58f..2dd9147f 100644 --- a/guide/copyright.md +++ b/guide/copyright.md @@ -47,7 +47,7 @@ const globalSettings: Settings.all = { ```ts {2-4} const globalSettings: Settings.all = { copyright: { - website: 'https://one-step-admin.github.io', + website: 'https://one-step-admin.hurui.me', }, } ``` diff --git a/guide/menu.md b/guide/menu.md index c15f913b..2a5f0041 100644 --- a/guide/menu.md +++ b/guide/menu.md @@ -46,7 +46,7 @@ export default menus ```ts const menus: Menu.recordRaw = { title: '官网', - windowName: 'https://one-step-admin.github.io', + windowName: 'https://one-step-admin.hurui.me', } export default menus diff --git a/guide/replace-to-antd.md b/guide/replace-to-antd.md index 3ecd8dda..89bc9f20 100644 --- a/guide/replace-to-antd.md +++ b/guide/replace-to-antd.md @@ -180,6 +180,6 @@ pnpm remove element-plus ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/antd-example)查看示例源码,以及[此链接](https://one-step-admin.github.io/antd-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/antd-example)查看示例源码,以及[此链接](https://one-step-admin.hurui.me/antd-example/)查看示例网站。 ![](/ui-antd.png){data-zoomable} diff --git a/guide/replace-to-arco.md b/guide/replace-to-arco.md index 801649b2..bd54250c 100644 --- a/guide/replace-to-arco.md +++ b/guide/replace-to-arco.md @@ -229,6 +229,6 @@ pnpm remove element-plus ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/arco-example)查看示例源码,以及[此链接](https://one-step-admin.github.io/arco-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/arco-example)查看示例源码,以及[此链接](https://one-step-admin.hurui.me/arco-example/)查看示例网站。 ![](/ui-arco.png){data-zoomable} diff --git a/guide/replace-to-idux.md b/guide/replace-to-idux.md index 7f4b1018..6de3231b 100644 --- a/guide/replace-to-idux.md +++ b/guide/replace-to-idux.md @@ -189,6 +189,6 @@ pnpm remove element-plus ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/idux-example)查看示例源码,以及[此链接](https://one-step-admin.github.io/idux-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/idux-example)查看示例源码,以及[此链接](https://one-step-admin.hurui.me/idux-example/)查看示例网站。 ![](/ui-idux.png){data-zoomable} diff --git a/guide/replace-to-naive.md b/guide/replace-to-naive.md index e004e815..b2c33c0f 100644 --- a/guide/replace-to-naive.md +++ b/guide/replace-to-naive.md @@ -174,6 +174,6 @@ pnpm remove element-plus ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/naive-example)查看示例源码,以及[此链接](https://one-step-admin.github.io/naive-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/naive-example)查看示例源码,以及[此链接](https://one-step-admin.hurui.me/naive-example/)查看示例网站。 ![](/ui-naive.png){data-zoomable} diff --git a/guide/replace-to-tdesign.md b/guide/replace-to-tdesign.md index 211cab38..b53d5261 100644 --- a/guide/replace-to-tdesign.md +++ b/guide/replace-to-tdesign.md @@ -248,6 +248,6 @@ pnpm remove element-plus ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/tdesign-example)查看示例源码,以及[此链接](https://one-step-admin.github.io/tdesign-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/tdesign-example)查看示例源码,以及[此链接](https://one-step-admin.hurui.me/tdesign-example/)查看示例网站。 ![](/ui-tdesign.png){data-zoomable} diff --git a/guide/replace-to-vexip.md b/guide/replace-to-vexip.md index e8b8c4b9..6d264b03 100644 --- a/guide/replace-to-vexip.md +++ b/guide/replace-to-vexip.md @@ -177,6 +177,6 @@ pnpm remove element-plus ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/vexip-example)查看示例源码,以及[此链接](https://one-step-admin.github.io/vexip-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/one-step-admin/vexip-example)查看示例源码,以及[此链接](https://one-step-admin.hurui.me/vexip-example/)查看示例网站。 ![](/ui-vexip.png){data-zoomable} diff --git a/index.md b/index.md index 0aea150c..25e2dabf 100644 --- a/index.md +++ b/index.md @@ -26,10 +26,10 @@ hero: link: /buy - theme: cta text: 演示地址:基础版 ↗ - link: https://one-step-admin.github.io/basic-example + link: https://one-step-admin.hurui.me/basic-example - theme: cta text: 演示地址:专业版 ↗ - link: https://one-step-admin.github.io/pro-example + link: https://one-step-admin.hurui.me/pro-example features: - icon: 💪