From e86ad8017db5df4e35e89326ff0e93db6d03d9bb Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Fri, 4 Oct 2024 05:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=A1=A5=E5=85=85=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=20(#643)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/genshinuid_help/get_help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GenshinUID/genshinuid_help/get_help.py b/GenshinUID/genshinuid_help/get_help.py index 6291178f..2e4d7d8d 100644 --- a/GenshinUID/genshinuid_help/get_help.py +++ b/GenshinUID/genshinuid_help/get_help.py @@ -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 @@ -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,