🍱 更新资源下载地址

This commit is contained in:
KimigaiiWuyi 2023-09-10 15:53:00 +08:00
parent 5ecf55869b
commit d5035a6365
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

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