Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Aug 20, 2024
1 parent 092b20f commit a8f4d4c
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
# with:
# # 注意替换为你的 GitHub 源仓库地址
# source-repo: [email protected]:one-step-admin/one-step-admin.github.io.git
# source-repo: [email protected]:one-step-admin/one-step-admin.hurui.me.git
# # 注意替换为你的 Gitee 目标仓库地址
# destination-repo: [email protected]:one-step-admin/one-step-admin.git

Expand Down
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Activity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
8 changes: 4 additions & 4 deletions .vitepress/theme/components/SponsorsAside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<div class="sub">简单好用的 Vue3 项目启动套件</div>
</div>
</a>
<a href="https://fantastic-admin.github.io/" target="_blank" class="sponsor-item">
<img src="https://fantastic-admin.github.io/logo.png">
<a href="https://fantastic-admin.hurui.me/" target="_blank" class="sponsor-item">
<img src="https://fantastic-admin.hurui.me/logo.png">
<div class="info">
<div class="main">Fantastic-admin</div>
<div class="sub">杰出的管理系统框架</div>
</div>
</a>
<a href="https://fantastic-mobile.github.io/" target="_blank" class="sponsor-item">
<img src="https://fantastic-mobile.github.io/logo.png">
<a href="https://fantastic-mobile.hurui.me/" target="_blank" class="sponsor-item">
<img src="https://fantastic-mobile.hurui.me/logo.png">
<div class="info">
<div class="main">Fantastic-mobile</div>
<div class="sub">自成一派的 H5 框架</div>
Expand Down
10 changes: 5 additions & 5 deletions buy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ import { withBase } from 'vitepress'
# 购买专业版

:::details 专业版超值优惠合集①:One-step-admin + Fantastic-admin
原价:¥999.00 <sup>One-step-admin</sup> + ¥1199.00 <sup>[Fantastic-admin](https://fantastic-admin.github.io)</sup> = ¥2198.00
原价:¥999.00 <sup>One-step-admin</sup> + ¥1199.00 <sup>[Fantastic-admin](https://fantastic-admin.hurui.me)</sup> = ¥2198.00

合集优惠价:<b style="color: #ff4400;">¥<span style="font-size: 24px;">1299</span>.00</b> (本价格不参与任何限时优惠活动)

请加作者微信进行购买
:::

:::details 专业版超值优惠合集②:One-step-admin + Fantastic-mobile
原价:¥999.00 <sup>One-step-admin</sup> + ¥599.00 <sup>[Fantastic-mobile](https://fantastic-mobile.github.io)</sup> = ¥1598.00
原价:¥999.00 <sup>One-step-admin</sup> + ¥599.00 <sup>[Fantastic-mobile](https://fantastic-mobile.hurui.me)</sup> = ¥1598.00

合集优惠价:<b style="color: #ff4400;">¥<span style="font-size: 24px;">899</span>.00</b> (本价格不参与任何限时优惠活动)

请加作者微信进行购买
:::

:::details 专业版超值优惠合集③:One-step-admin + Fantastic-admin + Fantastic-mobile
原价:¥999.00 <sup>One-step-admin</sup> + ¥1199.00 <sup>[Fantastic-admin](https://fantastic-admin.github.io)</sup> + ¥599.00 <sup>[Fantastic-mobile](https://fantastic-mobile.github.io)</sup> = ¥2797.00
原价:¥999.00 <sup>One-step-admin</sup> + ¥1199.00 <sup>[Fantastic-admin](https://fantastic-admin.hurui.me)</sup> + ¥599.00 <sup>[Fantastic-mobile](https://fantastic-mobile.hurui.me)</sup> = ¥2797.00

合集优惠价:<b style="color: #ff4400;">¥<span style="font-size: 24px;">1499</span>.00</b> (本价格不参与任何限时优惠活动)

Expand Down Expand Up @@ -275,10 +275,10 @@ import { withBase } from 'vitepress'
<tr>
<td align="center">演示地址</td>
<td align="center">
<a href="https://one-step-admin.github.io/basic-example" target="_blank">访问</a>
<a href="https://one-step-admin.hurui.me/basic-example" target="_blank">访问</a>
</td>
<td align="center">
<a href="https://one-step-admin.github.io/pro-example" target="_blank">访问</a>
<a href="https://one-step-admin.hurui.me/pro-example" target="_blank">访问</a>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion guide/copyright.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}
```
Expand Down
2 changes: 1 addition & 1 deletion guide/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion guide/replace-to-antd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion guide/replace-to-arco.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion guide/replace-to-idux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion guide/replace-to-naive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion guide/replace-to-tdesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion guide/replace-to-vexip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 💪
Expand Down

0 comments on commit a8f4d4c

Please sign in to comment.