Skip to content

Commit 0fb8d11

Browse files
author
SoftOSDev
committed
fixed bugs
1 parent ad37e37 commit 0fb8d11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/views/MoreSubViews/AboutAndThanks.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const openExternal = (url: string) => {
3838
title="憂鬱のb( ̄▽ ̄)d | SoftOSDev"
3939
subtitle="PCL.Electron 的作者"
4040
infoType="about"
41-
:btn="{ text: '去我的网站看看 👀', link: 'https://www.borisy.bar/' }"
42-
@btn-click="() => openExternal('https://www.borisy.bar/')"
41+
:btn="{ text: '去我的网站看看 👀', link: 'https://borisy.bar/' }"
42+
@btn-click="() => openExternal('https://borisy.bar/')"
4343
)
4444
CardInfoItem(
4545
icon="https://avatars.githubusercontent.com/u/63146698?v=4"
@@ -50,12 +50,12 @@ const openExternal = (url: string) => {
5050
@btn-click="() => openExternal('https://www.amagicpear.sbs/')"
5151
)
5252
CardInfoItem(
53-
:icon="picPCLProto"
54-
title="Plain Craft Launcher: Edition Prototype"
53+
icon="https://raw.githubusercontent.com/Realaf-Team/PCL.Electron.App/refs/heads/master/pcl-ele.ico"
54+
title="Plain Craft Launcher: Edition Electron"
5555
:subtitle="`当前版本:${version}`"
5656
infoType="about"
5757
:btn="{ text: 'GitHub 仓库', link: 'https://github.com/Realaf-Team/PCL.Electron.App' }"
58-
@btn-click="() => openExternal('https://github.com/PCL-Community/PCL.Electron.App')"
58+
@btn-click="() => openExternal('https://github.com/Realaf-Team/PCL.Electron.App')"
5959
)
6060

6161
MyCard
@@ -70,7 +70,7 @@ const openExternal = (url: string) => {
7070
@btn-click="() => openExternal('https://github.com/PCL-Community')"
7171
)
7272
CardInfoItem(
73-
icon="picPCLProto"
73+
icon="https://www.amagicpear.sbs/PCL.Proto/PCL.Proto.svg"
7474
title="PCL.Proto"
7575
subtitle="本项目使用 PCL.Proto 作为前端"
7676
infoType="about"

0 commit comments

Comments
 (0)