Skip to content

Commit 3ef1fb2

Browse files
authored
fix(img): wrong link address (#73)
1 parent c287458 commit 3ef1fb2

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default defineConfig({
7171
// 主题配置
7272
themeConfig: {
7373
// // logo
74-
logo: { src: 'https://m.theovan.cn/avatar.png', width: 24, height: 24 },
74+
logo: { src: 'https://i.theovan.cn/avatar.png', width: 24, height: 24 },
7575

7676
// 社交链接
7777
socialLinks,

.vitepress/configs/head.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const isDevelopment = process.env.NODE_ENV === 'development'
44

55
export const head: HeadConfig[] = [
66
// 设置图标
7-
['link', { rel: 'icon', href: 'https://m.theovan.cn/avatar.png' }],
7+
['link', { rel: 'icon', href: 'https://i.theovan.cn/avatar.png' }],
88
// 设置主题颜色
99
['meta', { name: 'theme-color', content: '#5f67ee' }],
1010
// 设置OG类型
@@ -14,5 +14,5 @@ export const head: HeadConfig[] = [
1414
// 设置OG站点名称
1515
['meta', { name: 'og:site_name', content: '玄学宝典' }],
1616
// 设置OG图片
17-
['meta', { name: 'og:image', content: 'https://m.theovan.cn/avatar.png' }]
17+
['meta', { name: 'og:image', content: 'https://i.theovan.cn/avatar.png' }]
1818
]

.vitepress/theme/components/Footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090

9191
<!-- 底部信息栏 -->
9292
<div class="flex" style="display: inline-block">
93-
<span class="ml1">ICP备粤<a target="_blank" href="https://theovan.cn/">B2-20090059号</a></span>
94-
<span class="ml1">粤公网安备<a target="_blank" href="https://theovan.cn/">44030002000001号</a></span>
93+
<span class="ml1"><a target="_blank" href="https://theovan.cn/">鄂ICP备2024060426号</a></span>
94+
<!-- <span class="ml1">粤公网安备<a target="_blank" href="https://theovan.cn/">44030002000001号</a></span> -->
9595
</div>
9696
<div class="flex ma4" style="display: inline-block">
9797
<span class="ml1">

.vitepress/theme/components/pendant.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ const asideSponsors = computed(() => {
4949
</a>
5050

5151
<a class="banner mp" href="https://theovan.cn/" target="_blank">
52-
<img width="22" height="22" src="https://m.theovan.cn/avatar.png" />
52+
<img width="22" height="22" src="https://i.theovan.cn/avatar.png" />
5353
<span>
5454
<p class="extra-info">流媒体观影</p>
5555
<p class="heading">Theo-Docs</p>
5656
<p class="extra-info">一站式服务</p>
5757
</span>
5858
</a>
5959
<a class="banner mp" href="https://share.theovan.cn/" target="_blank">
60-
<img width="22" height="22" src="https://m.theovan.cn/docs/202405101119004.png" />
60+
<img width="22" height="22" src="https://i.theovan.cn/docs/202405101119004.png" />
6161
<span>
6262
<p class="extra-info">快速获取热门影视资源</p>
6363
<p class="heading">阿里云盘资源分享</p>

.vitepress/theme/components/sharing-platform.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"silver": [
55
{
66
"alt": "成为赞助商",
7-
"href": "https://m.theovan.cn/docs/202405201759098.jpg",
8-
"imgSrcDark": "https://m.theovan.cn/avatar.png",
9-
"imgSrcLight": "https://m.theovan.cn/avatar.png"
7+
"href": "https://i.theovan.cn/docs/202405201759098.jpg",
8+
"imgSrcDark": "https://i.theovan.cn/avatar.png",
9+
"imgSrcLight": "https://i.theovan.cn/avatar.png"
1010
}
1111
],
1212
"bronze": [
1313
{
1414
"alt": "赞助商",
15-
"href": "https://m.theovan.cn/docs/202405201759098.jpg",
16-
"imgSrcDark": "https://m.theovan.cn/docs/202405201759098.jpg",
17-
"imgSrcLight": "https://m.theovan.cn/docs/202405201759098.jpg"
15+
"href": "https://i.theovan.cn/docs/202405201759098.jpg",
16+
"imgSrcDark": "https://i.theovan.cn/docs/202405201759098.jpg",
17+
"imgSrcLight": "https://i.theovan.cn/docs/202405201759098.jpg"
1818
}
1919
]
2020
}

.vitepress/theme/styles/home-links.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ a.cta.pan::before {
1515
display: inline-block;
1616
width: 24px;
1717
height: 24px;
18-
background-image: url('https://m.theovan.cn/docs/202405101119004.png');
18+
background-image: url('https://i.theovan.cn/docs/202405101119004.png');
1919
background-size: 24px;
2020
background-repeat: no-repeat;
2121
background-position: bottom;
@@ -28,7 +28,7 @@ a.cta.xx::before {
2828
display: inline-block;
2929
width: 24px;
3030
height: 24px;
31-
background-image: url('https://m.theovan.cn/avatar.png');
31+
background-image: url('https://i.theovan.cn/avatar.png');
3232
background-size: 24px;
3333
background-repeat: no-repeat;
3434
background-position: bottom;

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ ok 现在就可以看到提交的书籍在侧边栏显示了
128128

129129
## 赞助
130130

131-
[![Alipay](https://img.shields.io/badge/Alipay-3a3c3b?style=flat-square&logo=Alipay&labelColor=3a3c3b)](https://m.theovan.cn/docs/202405201752089.jpg)
132-
[![Wechat](https://img.shields.io/badge/Wechat-3a3c3b?style=flat-square&logo=Wechat&labelColor=3a3c3b)](https://m.theovan.cn/docs/202405201752087.jpg)
131+
[![Alipay](https://img.shields.io/badge/Alipay-3a3c3b?style=flat-square&logo=Alipay&labelColor=3a3c3b)](https://i.theovan.cn/docs/202405201752089.jpg)
132+
[![Wechat](https://img.shields.io/badge/Wechat-3a3c3b?style=flat-square&logo=Wechat&labelColor=3a3c3b)](https://i.theovan.cn/docs/202405201752087.jpg)
133133
[![github](https://img.shields.io/badge/Github-Sponsors-3a3c3b?style=flat-square&logo=githubsponsors&labelColor=3a3c3b)](https://github.com/sponsors/Theo-messi)
134134

135-
<img width="360" src="https://m.theovan.cn/docs/202405201759098.jpg" alt='Sponsors'></a>
135+
<img width="360" src="https://i.theovan.cn/docs/202405201759098.jpg" alt='Sponsors'></a>
136136

137137
## 贡献
138138

src/提交书籍与纠错.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ ok 现在就可以看到提交的书籍在侧边栏显示了
147147

148148
## 赞助
149149

150-
[![Alipay](https://img.shields.io/badge/Alipay-3a3c3b?style=flat-square&logo=Alipay&labelColor=3a3c3b)](https://m.theovan.cn/docs/202405201752089.jpg)
151-
[![Wechat](https://img.shields.io/badge/Wechat-3a3c3b?style=flat-square&logo=Wechat&labelColor=3a3c3b)](https://m.theovan.cn/docs/202405201752087.jpg)
150+
[![Alipay](https://img.shields.io/badge/Alipay-3a3c3b?style=flat-square&logo=Alipay&labelColor=3a3c3b)](https://i.theovan.cn/docs/202405201752089.jpg)
151+
[![Wechat](https://img.shields.io/badge/Wechat-3a3c3b?style=flat-square&logo=Wechat&labelColor=3a3c3b)](https://i.theovan.cn/docs/202405201752087.jpg)
152152
[![github](https://img.shields.io/badge/Github-Sponsors-3a3c3b?style=flat-square&logo=githubsponsors&labelColor=3a3c3b)](https://github.com/sponsors/Theo-messi)
153153

154-
<img width="360" src="https://m.theovan.cn/docs/202405201759098.jpg" alt='Sponsors'>
154+
<img width="360" src="https://i.theovan.cn/docs/202405201759098.jpg" alt='Sponsors'>
155155

156156
## 贡献
157157

0 commit comments

Comments
 (0)