fix: 修复文件名错误

This commit is contained in:
qianxu 2023-09-01 02:50:11 +08:00 committed by GitHub
parent 97148306c2
commit 1062e11097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ async def get_core_help() -> bytes | str:
f'版本号:{Arknights_Client_version}',
help_data,
Image.open(TEXT_PATH / 'bg.jpg'),
Image.open(TEXT_PATH / 'ICON.png'),
Image.open(TEXT_PATH / 'icon.png'),
Image.open(TEXT_PATH / 'badge.png'),
Image.open(TEXT_PATH / 'banner.png'),
Image.open(TEXT_PATH / 'button.png'),