Skip to content

Commit

Permalink
chore: Update download page with Chinese localization and content upd…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
Gzh0821 committed Jul 23, 2024
1 parent 5c6db11 commit 2a60385
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/en/download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,48 +91,48 @@ Download Link: <a :href="gameInfoData.Download.Mega">click to enter</a>

<template v-if="gameInfoData?.Download.TmpLink">

## 钛盘链接 <Badge text="无需登录" type="info" /><Badge text="高速" type="tip" />
## TmpLink <Badge text="Only in Chinese" type="danger" /><Badge text="No login required" type="info" /><Badge text="high-speed" type="tip" />

Download Link: <a :href="gameInfoData.Download.TmpLink">click to enter</a>

</template>

<template v-if="gameInfoData?.Download.Baidu">

## 百度网盘
## Baidu Netdisk<Badge text="Only in Chinese" type="danger" />

Download Link: <a :href="gameInfoData.Download.Baidu">click to enter</a>

</template>

<template v-if="gameInfoData?.Download.Pan123">

## 123 网盘
## 123Pan <Badge text="Only in Chinese" type="danger" />

Download Link: <a :href="gameInfoData.Download.Pan123">click to enter</a>

</template>

<template v-if="gameInfoData?.Download.Quark">

## 夸克网盘
## Quark <Badge text="Only in Chinese" type="danger" />

下载链接:<a :href="gameInfoData.Download.Quark">点击进入</a>
Download Link: <a :href="gameInfoData.Download.Quark">click to enter</a>

</template>

<template v-if="gameInfoData?.Download.Feijipan">

## 小飞机网盘 <Badge text="无需登录" type="info" />
## LittlePlane <Badge text="Only in Chinese" type="danger" /><Badge text="No login required" type="info" />

下载链接:<a :href="gameInfoData.Download.Feijipan">点击进入</a>
Download Link: <a :href="gameInfoData.Download.Feijipan">click to enter</a>

</template>

<template v-if="gameInfoData?.Download.Github">

## Github

下载链接:<a :href="gameInfoData.Download.Github">点击进入</a>
Download Link: <a :href="gameInfoData.Download.Github">click to enter</a>

</template>

0 comments on commit 2a60385

Please sign in to comment.