feat:初步完成首页星球UI部分

This commit is contained in:
max
2024-02-29 21:10:22 +08:00
parent bffe6916e9
commit 038aded819
34 changed files with 3947 additions and 226 deletions

View File

@@ -650,7 +650,7 @@ public class FileHelper {
}
if (!file.exists()) {
try {
if (!ensureDirExists(dir)) {
if (!ensureDirExists(file.getParentFile().getAbsolutePath())) {
return false;
}
file.createNewFile();