Skip to content

Commit

Permalink
chore: Update gameinfo.json with TmpLink download option
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzh0821 committed Jul 14, 2024
1 parent 53cc95c commit 4f8ded9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/.vuepress/public/jsons/gameinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Quark": "https://pan.quark.cn/s/8d6bdde97feb",
"Github": "",
"Onedrive": "https://xj2y2-my.sharepoint.com/personal/gaozih_xj2y2_onmicrosoft_com/_layouts/52/download.aspx?share=EX1mVNy3WQJDjn68TiwlGWkBV6P5A4uQU-cxZNgkGm919w",
"OnedriveOrigin": ""
"OnedriveOrigin": "",
"TmpLink": "https://tmp.link/f/6693dc0b17cfb"
}
}
8 changes: 7 additions & 1 deletion src/download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,18 @@ onBeforeMount(() => {

<template v-else>暂无</template>

## Onedrive 链接 <Badge text="推荐" type="tip" />
## Onedrive 链接 <Badge text="无需登录" type="info" /><Badge text="高速" type="tip" />

下载链接:<span v-if="data?.Download.Onedrive">
<a :href="data.Download.Onedrive">点击进入</a>
</span><span v-else>暂无</span>

## 钛盘链接 <Badge text="无需登录" type="info" /><Badge text="高速" type="tip" />

下载链接:<span v-if="data?.Download.TmpLink">
<a :href="data.Download.TmpLink">点击进入</a>
</span><span v-else>暂无</span>

## 百度网盘

下载链接:<span v-if="data?.Download.Baidu">
Expand Down

0 comments on commit 4f8ded9

Please sign in to comment.