From f43fd93febaa9b583bd146347d7c918b743a6e3b Mon Sep 17 00:00:00 2001 From: Hooray Hu <304327508@qq.com> Date: Mon, 19 Aug 2024 16:09:40 +0800 Subject: [PATCH] deploy --- .vitepress/config.ts | 21 +++++++------------ .vitepress/theme/components/SponsorsAside.vue | 8 +++---- buy.md | 10 ++++----- components/index.md | 2 +- guide/configure.md | 2 +- guide/replace-to-nut.md | 2 +- guide/replace-to-varlet.md | 2 +- index.md | 4 ++-- 8 files changed, 23 insertions(+), 28 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 20dffce..9225b8e 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -19,7 +19,7 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', { }]); (function() { var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?d93eb564371af3b9e7818f9ee32229e3"; + hm.src = "https://hm.baidu.com/hm.js?d7f6dd1733b48011a6bf797914549256"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); @@ -48,20 +48,15 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', { text: '在线演示', items: [ { - text: 'Github', - items: [ - { - text: '基础版', - link: 'https://fantastic-mobile.github.io/basic-example', - }, - { - text: '专业版', - link: 'https://fantastic-mobile.github.io/pro-example', - }, - ], + text: '基础版', + link: 'https://fantastic-mobile.hurui.me/basic-example', + }, + { + text: '专业版', + link: 'https://fantastic-mobile.hurui.me/pro-example', }, { - text: 'Cloudflare', + text: '备用地址', items: [ { text: '基础版', diff --git a/.vitepress/theme/components/SponsorsAside.vue b/.vitepress/theme/components/SponsorsAside.vue index 48bc173..5e13ffc 100644 --- a/.vitepress/theme/components/SponsorsAside.vue +++ b/.vitepress/theme/components/SponsorsAside.vue @@ -10,15 +10,15 @@
简单好用的 Vue3 项目启动套件
- -
访问 + 访问 - 访问 + 访问 \ No newline at end of file diff --git a/components/index.md b/components/index.md index 8148c24..1e80105 100644 --- a/components/index.md +++ b/components/index.md @@ -21,7 +21,7 @@ 内建组件存放在 `/src/ui-kit/` 目录下,并配置了使用时自动引入。 -你也可以点击 [基础版](https://fantastic-mobile.github.io/basic-example/#/component/built-in) 或 [专业版](https://fantastic-mobile.github.io/pro-example/#/component/built-in) 查看内建组件示例页面。 +你也可以点击 [基础版](https://fantastic-mobile.hurui.me/basic-example/#/component/built-in) 或 [专业版](https://fantastic-mobile.hurui.me/pro-example/#/component/built-in) 查看内建组件示例页面。 ## 扩展组件 diff --git a/guide/configure.md b/guide/configure.md index 0b38f06..82d8043 100644 --- a/guide/configure.md +++ b/guide/configure.md @@ -110,7 +110,7 @@ const globalSettings: Settings.all = { copyright: { dates: '2024-present', company: 'Fantastic-mobile', - website: 'https://fantastic-mobile.github.io', + website: 'https://fantastic-mobile.hurui.me', }, } ``` diff --git a/guide/replace-to-nut.md b/guide/replace-to-nut.md index b8f0d7b..830a915 100644 --- a/guide/replace-to-nut.md +++ b/guide/replace-to-nut.md @@ -122,6 +122,6 @@ pnpm remove vant @vant/touch-emulator ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/fantastic-mobile/nut-example)查看示例源码,以及[此链接](https://fantastic-mobile.github.io/nut-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/fantastic-mobile/nut-example)查看示例源码,以及[此链接](https://fantastic-mobile.hurui.me/nut-example/)查看示例网站。 ![](/ui-nut.png){data-zoomable} diff --git a/guide/replace-to-varlet.md b/guide/replace-to-varlet.md index 81350d9..183448b 100644 --- a/guide/replace-to-varlet.md +++ b/guide/replace-to-varlet.md @@ -132,6 +132,6 @@ pnpm remove vant @vant/touch-emulator ## 示例 -如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/fantastic-mobile/varlet-example)查看示例源码,以及[此链接](https://fantastic-mobile.github.io/varlet-example/)查看示例网站。 +如果对上述的步骤还有不清楚的地方,可以访问[此仓库](https://github.com/fantastic-mobile/varlet-example)查看示例源码,以及[此链接](https://fantastic-mobile.hurui.me/varlet-example/)查看示例网站。 ![](/ui-varlet.png){data-zoomable} diff --git a/index.md b/index.md index ce74a21..d59f931 100644 --- a/index.md +++ b/index.md @@ -26,10 +26,10 @@ hero: link: /buy - theme: cta text: 演示地址:基础版 ↗ - link: https://fantastic-mobile.github.io/basic-example + link: https://fantastic-mobile.hurui.me/basic-example - theme: cta text: 演示地址:专业版 ↗ - link: https://fantastic-mobile.github.io/pro-example + link: https://fantastic-mobile.hurui.me/pro-example features: - icon: 💪