🐛 修复gs帮助

This commit is contained in:
‘KimigaiiWuyi’ 2023-05-29 09:48:33 +08:00
parent 3724b4b160
commit 8ed8865996
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from ..utils.image.image_tools import get_color_bg
from ..utils.fonts.genshin_fonts import genshin_font_origin
TEXT_PATH = Path(__file__).parent / 'texture2d'
HELP_DATA = Path(__file__).parent / 'Help.json'
HELP_DATA = Path(__file__).parent / 'help.json'
async def get_help_data() -> Optional[Dict[str, PluginHelp]]: