From 56900036db976eeb29340e8074ca1882704ce5e0 Mon Sep 17 00:00:00 2001 From: Gzh0821 Date: Sun, 14 Jul 2024 20:14:00 +0800 Subject: [PATCH] chore: Update gameinfo.json with new features and download links --- src/.vuepress/public/jsons/gameinfo.json | 17 ++++++++++++----- src/.vuepress/theme.ts | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/.vuepress/public/jsons/gameinfo.json b/src/.vuepress/public/jsons/gameinfo.json index a88357c46..04754f615 100644 --- a/src/.vuepress/public/jsons/gameinfo.json +++ b/src/.vuepress/public/jsons/gameinfo.json @@ -1,10 +1,17 @@ { - "Version": "preprepre-1.0.3", - "InsideVersion": "0.1.0.3", + "Name": "PvZ2_Prepreprelease_StarChallenges", + "Version": "preprepre-1.0.4", + "InsideVersion": "0.1.0.4", + "NewFeatures": [ + "新增战败画面", + "新增选卡记忆,包括清空卡槽和重新载入记忆卡槽按钮", + "新增关卡必须完成的任务,包括僵尸计时击杀,阳光限制,阳光生产,植物上限,植物损失上限,花坛,霉菌等", + "调整动态刷怪(根据远古埃及34精准调整)" + ], "Download": { - "Baidu": "https://pan.baidu.com/s/1eIFm5loVnLqOd69sghAjHg?pwd=pvz2", - "Pan123": "https://www.123pan.com/s/xUemTd-zmZCh.html", - "Quark": "https://pan.quark.cn/s/573e27228a45", + "Baidu": "https://pan.baidu.com/s/1ojN0bMN0NpeZ3PxYu7KIOg?pwd=pvz2", + "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" diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 90d7967ac..6a087ba5b 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -90,7 +90,7 @@ export default hopeTheme({ searchPro: true, components: { - components: ["Badge", "VPCard"], + components: ["Badge", "BiliBili", "VPCard"], }, // All features are enabled for demo, only preserve features you need here