From b32e9a47b45573e80101fa3f3b4f97cd9cb3051b Mon Sep 17 00:00:00 2001 From: Akatsuki-Misaki Date: Mon, 3 Feb 2025 20:13:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Update:NekoPara=E5=86=85=E7=BD=91=E6=A8=A1?= =?UTF-8?q?=E6=8B=9F=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Json/download_config_CN0.json | 15 +++++++++++++++ Json/download_config_CN1.json | 15 +++++++++++++++ Json/download_config_CN3.json | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 Json/download_config_CN0.json create mode 100644 Json/download_config_CN1.json create mode 100644 Json/download_config_CN3.json diff --git a/Json/download_config_CN0.json b/Json/download_config_CN0.json new file mode 100644 index 0000000..58c1abf --- /dev/null +++ b/Json/download_config_CN0.json @@ -0,0 +1,15 @@ +{ + "version": "1.0.8600", + "vol.1.data": { + "url": "https://filebox-cdn1.ovofish.com/hosting_file/NEKOPARA/vol.1.7z" + }, + "vol.2.data": { + "url": "https://filebox-cdn1.ovofish.com/hosting_file/NEKOPARA/vol.2.7z" + }, + "vol.3.data": { + "url": "https://filebox-cdn1.ovofish.com/hosting_file/NEKOPARA/vol.3.7z" + }, + "vol.4.data": { + "url": "https://filebox-cdn1.ovofish.com/hosting_file/NEKOPARA/vol.4.7z" + } +} diff --git a/Json/download_config_CN1.json b/Json/download_config_CN1.json new file mode 100644 index 0000000..f8a8455 --- /dev/null +++ b/Json/download_config_CN1.json @@ -0,0 +1,15 @@ +{ + "version": "1.0.8610", + "vol.1.data": { + "url": "https://down-cdn.lolicon.team/hosting_file/NEKOPARA/vol.1.7z" + }, + "vol.2.data": { + "url": "https://down-cdn.lolicon.team/hosting_file/NEKOPARA/vol.2.7z" + }, + "vol.3.data": { + "url": "https://down-cdn.lolicon.team/hosting_file/NEKOPARA/vol.3.7z" + }, + "vol.4.data": { + "url": "https://down-cdn.lolicon.team/hosting_file/NEKOPARA/vol.4.7z" + } +} diff --git a/Json/download_config_CN3.json b/Json/download_config_CN3.json new file mode 100644 index 0000000..5e837f9 --- /dev/null +++ b/Json/download_config_CN3.json @@ -0,0 +1,15 @@ +{ + "version": "1.0.8600", + "vol.1.data": { + "url": "https://download-file.ovofish.com/hosting_file/NEKOPARA/vol.1.7z" + }, + "vol.2.data": { + "url": "https://download-file.ovofish.com/hosting_file/NEKOPARA/vol.2.7z" + }, + "vol.3.data": { + "url": "https://download-file.ovofish.com/hosting_file/NEKOPARA/vol.3.7z" + }, + "vol.4.data": { + "url": "https://download-file.ovofish.com/hosting_file/NEKOPARA/vol.4.7z" + } +} From 66a22e37961beeedb27690e6b7791139d827dd39 Mon Sep 17 00:00:00 2001 From: Akatsuki-Misaki Date: Thu, 6 Feb 2025 15:39:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Fix:=E5=91=BD=E5=90=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Json/{download_config_CN1.json => download_config_CN.json} | 0 Json/{download_config_CN3.json => download_config_HK.json} | 0 Json/{download_config_CN0.json => download_config_UN.json} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Json/{download_config_CN1.json => download_config_CN.json} (100%) rename Json/{download_config_CN3.json => download_config_HK.json} (100%) rename Json/{download_config_CN0.json => download_config_UN.json} (100%) diff --git a/Json/download_config_CN1.json b/Json/download_config_CN.json similarity index 100% rename from Json/download_config_CN1.json rename to Json/download_config_CN.json diff --git a/Json/download_config_CN3.json b/Json/download_config_HK.json similarity index 100% rename from Json/download_config_CN3.json rename to Json/download_config_HK.json diff --git a/Json/download_config_CN0.json b/Json/download_config_UN.json similarity index 100% rename from Json/download_config_CN0.json rename to Json/download_config_UN.json