mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-08 04:55:51 +08:00
🎨 补充帮助 (#643)
This commit is contained in:
parent
1c4e86ebae
commit
e86ad8017d
@ -4,9 +4,9 @@ from typing import Dict, Union
|
||||
import aiofiles
|
||||
from PIL import Image
|
||||
from msgspec import json as msgjson
|
||||
from gsuid_core.sv import get_plugin_prefix
|
||||
from gsuid_core.help.model import PluginHelp
|
||||
from gsuid_core.help.draw_plugin_help import get_help
|
||||
from gsuid_core.sv import get_plugin_available_prefix
|
||||
from gsuid_core.help.draw_new_plugin_help import get_new_help
|
||||
|
||||
from ..genshinuid_config.gs_config import gsconfig
|
||||
@ -46,7 +46,7 @@ async def get_core_help() -> Union[bytes, str]:
|
||||
plugin_info={f'v{GenshinUID_version}': ''},
|
||||
plugin_icon=Image.open(ICON),
|
||||
plugin_help=await get_help_data(),
|
||||
plugin_prefix=get_plugin_prefix('GenshinUID'),
|
||||
plugin_prefix=get_plugin_available_prefix('GenshinUID'),
|
||||
help_mode='dark',
|
||||
banner_bg=BANNER_BG,
|
||||
cag_bg=CAG_BG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user