bug调整

This commit is contained in:
xy
2025-07-31 09:41:10 +08:00
parent 0bfea394b8
commit e336bc14b7
12 changed files with 97 additions and 49 deletions

View File

@@ -21,4 +21,8 @@ public interface GeneralConstant {
String DAT =".DAT";
String HDR =".HDR";
String CFG_LOWER =".cfg";
String DAT_LOWER =".dat";
String HDR_LOWER =".hdr";
}