fix: 修改图片处理逻辑,将文件扩展名从 .png 更改为 .jpeg

This commit is contained in:
lixiangwuxian
2025-03-08 17:35:10 +08:00
parent 6b58408cd2
commit 06dc8ea4d1
2 changed files with 5 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ func GetControllerStr(controller int) string {
case 78:
return "Etee"
}
return "未知手柄"
return "神秘手柄"
}
func GetHMDStr(hmd int) string {