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 @@