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/'