实现方案导入导出,根据选项自动生成文件名

This commit is contained in:
ranchuan
2024-01-15 18:07:02 +08:00
parent 5b3786dd36
commit 89ef0a6514
20 changed files with 2141 additions and 252 deletions

View File

@@ -1181,8 +1181,8 @@ function YMUid_Valid_check(u8ArrayYMUid) {
}
}
if (u8ValidDataCounter < 7)
return 1;
if (u8ValidDataCounter < 7)
return false;
return true;
}