From d5035a6365af6190d033b40145ae0a1a78945519 Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Sun, 10 Sep 2023 15:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20=E6=9B=B4=E6=96=B0=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/genshinuid_help/get_help.py | 2 ++ GenshinUID/utils/resource/download_from_miniggicu.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GenshinUID/genshinuid_help/get_help.py b/GenshinUID/genshinuid_help/get_help.py index 39ad597e..76067f35 100644 --- a/GenshinUID/genshinuid_help/get_help.py +++ b/GenshinUID/genshinuid_help/get_help.py @@ -4,6 +4,7 @@ from typing import Dict, Union, Optional import aiofiles from PIL import Image from msgspec import json as msgjson + from gsuid_core.help.model import PluginHelp from gsuid_core.help.draw_plugin_help import get_help @@ -48,5 +49,6 @@ async def get_core_help() -> Union[bytes, str]: False, (5, 5, 5), column=column, + extra_message=['版本号测试', '数据版本 2.55'], ) return img diff --git a/GenshinUID/utils/resource/download_from_miniggicu.py b/GenshinUID/utils/resource/download_from_miniggicu.py index 50e354f4..d3c43e82 100644 --- a/GenshinUID/utils/resource/download_from_miniggicu.py +++ b/GenshinUID/utils/resource/download_from_miniggicu.py @@ -12,7 +12,7 @@ from .download_url import PATH_MAP, download_file # MINIGG_FILE = 'http://file.microgg.cn/KimigaiiWuyi/resource/' BASE_TAG = '[HKFRP]' -BASE_URL = 'http://jp-iij-1.lcf.icu:10200' +BASE_URL = 'http://hk-1.5gbps-2.lcf.icu:10200/' RESOURCE_FILE = f'{BASE_URL}/resource/' WIKI_FILE = f'{BASE_URL}/wiki/'