mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-08 04:55:51 +08:00
🍱 更新资源下载地址
This commit is contained in:
parent
5ecf55869b
commit
d5035a6365
@ -4,6 +4,7 @@ from typing import Dict, Union, Optional
|
|||||||
import aiofiles
|
import aiofiles
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
from msgspec import json as msgjson
|
from msgspec import json as msgjson
|
||||||
|
|
||||||
from gsuid_core.help.model import PluginHelp
|
from gsuid_core.help.model import PluginHelp
|
||||||
from gsuid_core.help.draw_plugin_help import get_help
|
from gsuid_core.help.draw_plugin_help import get_help
|
||||||
|
|
||||||
@ -48,5 +49,6 @@ async def get_core_help() -> Union[bytes, str]:
|
|||||||
False,
|
False,
|
||||||
(5, 5, 5),
|
(5, 5, 5),
|
||||||
column=column,
|
column=column,
|
||||||
|
extra_message=['版本号测试', '数据版本 2.55'],
|
||||||
)
|
)
|
||||||
return img
|
return img
|
||||||
|
@ -12,7 +12,7 @@ from .download_url import PATH_MAP, download_file
|
|||||||
|
|
||||||
# MINIGG_FILE = 'http://file.microgg.cn/KimigaiiWuyi/resource/'
|
# MINIGG_FILE = 'http://file.microgg.cn/KimigaiiWuyi/resource/'
|
||||||
BASE_TAG = '[HKFRP]'
|
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/'
|
RESOURCE_FILE = f'{BASE_URL}/resource/'
|
||||||
WIKI_FILE = f'{BASE_URL}/wiki/'
|
WIKI_FILE = f'{BASE_URL}/wiki/'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user