Skip to content

Commit c2be97d

Browse files
committed
chore: 更换链接
1 parent b15bc01 commit c2be97d

File tree

5 files changed

+22
-36
lines changed

5 files changed

+22
-36
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<p align="center">
1010
<a href="https://one-step-admin.github.io" target="_blank">官网</a>
11-
<sup><a href="https://one-step-admin.gitee.io" target="_blank">备用地址</a></sup>
1211
<span>&nbsp;|&nbsp;</span>
1312
<a href="https://one-step-admin.github.io/support.html" target="_blank">技术支持</a>
1413
<span>&nbsp;|&nbsp;</span>

src/utils/system.copyright.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (import.meta.env.PROD) {
55
const copyright_main_style = `${copyright_common_style} background: #e24329;`
66
const copyright_sub_style = `${copyright_common_style} background: #707070;`
77
if ((navigator.language).toLowerCase() === 'zh-cn') {
8-
console.info('%c由%cOne-step-admin%c提供技术支持', copyright_sub_style, copyright_main_style, copyright_sub_style, '\nhttps://one-step-admin.gitee.io')
8+
console.info('%c由%cOne-step-admin%c提供技术支持', copyright_sub_style, copyright_main_style, copyright_sub_style, '\nhttps://one-step-admin.github.io')
99
}
1010
else {
1111
console.info('%cPowered by%cOne-step-admin', copyright_sub_style, copyright_main_style, '\nhttps://one-step-admin.github.io')

src/views/components/Dashboard/Empty/index.vue

Lines changed: 19 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ const fantasticAdminInfo = ref({
1818
imageVisible: false,
1919
index: 0,
2020
data: [
21-
'https://fantastic-admin.gitee.io/preview1.png',
22-
'https://fantastic-admin.gitee.io/preview2.png',
23-
'https://fantastic-admin.gitee.io/preview3.png',
24-
'https://fantastic-admin.gitee.io/preview4.png',
25-
'https://fantastic-admin.gitee.io/preview5.png',
26-
'https://fantastic-admin.gitee.io/preview6.png',
21+
'https://fantastic-admin.github.io/preview1.png',
22+
'https://fantastic-admin.github.io/preview2.png',
23+
'https://fantastic-admin.github.io/preview3.png',
24+
'https://fantastic-admin.github.io/preview4.png',
25+
'https://fantastic-admin.github.io/preview5.png',
26+
'https://fantastic-admin.github.io/preview6.png',
2727
],
2828
})
2929
3030
const oneStepAdminInfo = ref({
3131
imageVisible: false,
3232
index: 0,
3333
data: [
34-
'https://one-step-admin.gitee.io/preview1.png',
35-
'https://one-step-admin.gitee.io/preview2.png',
36-
'https://one-step-admin.gitee.io/preview3.png',
37-
'https://one-step-admin.gitee.io/preview4.png',
38-
'https://one-step-admin.gitee.io/preview5.png',
39-
'https://one-step-admin.gitee.io/preview6.png',
34+
'https://one-step-admin.github.io/preview1.png',
35+
'https://one-step-admin.github.io/preview2.png',
36+
'https://one-step-admin.github.io/preview3.png',
37+
'https://one-step-admin.github.io/preview4.png',
38+
'https://one-step-admin.github.io/preview5.png',
39+
'https://one-step-admin.github.io/preview6.png',
4040
],
4141
})
4242
@@ -59,11 +59,11 @@ function open(url: string) {
5959
这是一款<b class="text-emphasis">干啥都快人一步</b>的中后台框架,它拥有<b>全新的交互方式</b>,只为<b>提升操作效率</b>而生。
6060
</div>
6161
<div class="op-70">
62-
如果你只是需要一款通用的中后台框架,可以了解下 <a href="https://fantastic-admin.gitee.io" target="_blank" class="border-b border-b-(blue dashed) text-blue no-underline">Fantastic-admin</a> ,它同样是一款非常优秀且开箱即用的中后台框架。
62+
如果你只是需要一款通用的中后台框架,可以了解下 <a href="https://fantastic-admin.github.io" target="_blank" class="border-b border-b-(blue dashed) text-blue no-underline">Fantastic-admin</a> ,它同样是一款非常优秀且开箱即用的中后台框架。
6363
</div>
6464
</div>
6565
</template>
66-
<HButton outline @click="open('https://one-step-admin.gitee.io')">
66+
<HButton outline @click="open('https://one-step-admin.github.io')">
6767
<SvgIcon name="i-ri:file-text-line" />
6868
开发文档
6969
</HButton>
@@ -82,9 +82,6 @@ function open(url: string) {
8282
</HButton>
8383
</HDropdownMenu>
8484
</PageHeader>
85-
<PageMain class="rounded-lg text-white" style="background: linear-gradient(50deg, rgb(14 76 253), rgb(106 142 255));">
86-
全新版本 V4.0 正式发布,支持替换 UI 组件库,点击查看<span class="cursor-pointer px-1 text-yellow font-bold hover:op-70" @click="open('https://one-step-admin.gitee.io/guide/v4.html')">V4.0 更新介绍</span>。
87-
</PageMain>
8885
<div class="w-full flex flex-col gap-[20px] px-[20px] xl:flex-row">
8986
<PageMain class="ecology">
9087
<template #title>
@@ -98,12 +95,9 @@ function open(url: string) {
9895
</div>
9996
</div>
10097
<div class="ml-auto">
101-
<HButton @click="open('https://hooray.gitee.io/fantastic-startkit')">
98+
<HButton @click="open('https://hooray.github.io/fantastic-startkit')">
10299
访问官网
103100
</HButton>
104-
<HButton outline class="ml-2" @click="open('https://hooray.github.io/fantastic-startkit')">
105-
备用地址
106-
</HButton>
107101
</div>
108102
</template>
109103
<ul class="m-0 pr-8 text-size-sm leading-6">
@@ -115,7 +109,7 @@ function open(url: string) {
115109
<PageMain class="ecology">
116110
<template #title>
117111
<div class="title-info">
118-
<img src="https://fantastic-admin.gitee.io/logo.png">
112+
<img src="https://fantastic-admin.github.io/logo.png">
119113
<div>
120114
<h1 class="c-[#e60000]">
121115
Fantastic-admin
@@ -124,12 +118,9 @@ function open(url: string) {
124118
</div>
125119
</div>
126120
<div class="ml-auto">
127-
<HButton @click="open('https://fantastic-admin.gitee.io')">
121+
<HButton @click="open('https://fantastic-admin.github.io')">
128122
访问官网
129123
</HButton>
130-
<HButton outline class="ml-2" @click="open('https://fantastic-admin.github.io')">
131-
备用地址
132-
</HButton>
133124
</div>
134125
</template>
135126
<ElCarousel trigger="click" indicator-position="none" :interval="5000" height="250px">
@@ -142,7 +133,7 @@ function open(url: string) {
142133
<PageMain class="ecology">
143134
<template #title>
144135
<div class="title-info">
145-
<img src="https://one-step-admin.gitee.io/logo.png">
136+
<img src="https://one-step-admin.github.io/logo.png">
146137
<div>
147138
<h1 class="c-[#67c23a]">
148139
One-step-admin
@@ -151,12 +142,9 @@ function open(url: string) {
151142
</div>
152143
</div>
153144
<div class="ml-auto">
154-
<HButton @click="open('https://one-step-admin.gitee.io')">
145+
<HButton @click="open('https://one-step-admin.github.io')">
155146
访问官网
156147
</HButton>
157-
<HButton outline class="ml-2" @click="open('https://one-step-admin.github.io')">
158-
备用地址
159-
</HButton>
160148
</div>
161149
</template>
162150
<ElCarousel trigger="click" indicator-position="none" :interval="5000" height="250px">

vite/plugins/app-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function appInfo(): Plugin {
1111
// eslint-disable-next-line no-console
1212
console.log(
1313
boxen(
14-
`${bold(green(`由 ${bgGreen('One-step-admin')} 驱动`))}\n\n${underline('https://one-step-admin.gitee.io')}\n\n当前使用:${cyan('基础版')}`,
14+
`${bold(green(`由 ${bgGreen('One-step-admin')} 驱动`))}\n\n${underline('https://one-step-admin.github.io')}\n\n当前使用:${cyan('基础版')}`,
1515
{
1616
padding: 1,
1717
margin: 1,

vite/plugins/banner.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export default function createBanner() {
55
/**
66
* 由 One-step-admin 提供技术支持
77
* Powered by One-step-admin
8-
* Gitee https://one-step-admin.gitee.io
9-
* Github https://one-step-admin.github.io
8+
* https://one-step-admin.github.io
109
*/
1110
`)
1211
}

0 commit comments

Comments
 (0)