Skip to content

Commit

Permalink
chore: Update gameinfo.json with new features and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzh0821 committed Jul 14, 2024
1 parent 5690003 commit f210320
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vuepress/public/jsons/gameinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Pan123": "https://www.123pan.com/s/xUemTd-1pZCh.html",
"Quark": "https://pan.quark.cn/s/8d6bdde97feb",
"Github": "",
"Onedrive": "https://xj2y2-my.sharepoint.com/personal/gaozih_xj2y2_onmicrosoft_com/Documents/PvZ2_Prepreprelease_WildWestP1.zip",
"OnedriveOrigin": "https://xj2y2-my.sharepoint.com/:u:/g/personal/gaozih_xj2y2_onmicrosoft_com/EV-iQNaYWHhMk2rAucF0m_kBjiDMkLGA2NnGbgMeKnmKqw?e=01CW1F"
"Onedrive": "",
"OnedriveOrigin": ""
}
}
12 changes: 12 additions & 0 deletions src/download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ onBeforeMount(() => {
本站只提供最新正式版本的下载链接<span v-if="data?.Version">,当前最新的游戏版本为 {{ data.Version }}</span>。

<span v-if="data?.Name">该游戏版本名称: {{ data.Name }}</span>

## 更新日志

<template v-if="data?.NewFeatures">

- <li v-for="(item, index) in data.NewFeatures" :key="index">{{ item }}</li>

</template>

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

## Onedrive 链接 <Badge text="推荐" type="tip" />

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

0 comments on commit f210320

Please sign in to comment.