Skip to content

Commit

Permalink
🎨 补充帮助 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Oct 3, 2024
1 parent 1c4e86e commit e86ad80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GenshinUID/genshinuid_help/get_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e86ad80

Please sign in to comment.