🐛 修复错误的图片路径

This commit is contained in:
Wuyi无疑 2023-04-17 02:43:39 +08:00 committed by GitHub
parent acb77b28ee
commit 1dae726f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ from gsuid_core.models import Event
from ..utils.image.convert import convert_img
HELP_IMG = Path(__file__).parent / 'help.png'
HELP_IMG = Path(__file__).parent / 'help.jpg'
sv_gsuid_help = SV('原神帮助')