feat:初步完成首页星球UI部分
This commit is contained in:
@@ -650,7 +650,7 @@ public class FileHelper {
|
||||
}
|
||||
if (!file.exists()) {
|
||||
try {
|
||||
if (!ensureDirExists(dir)) {
|
||||
if (!ensureDirExists(file.getParentFile().getAbsolutePath())) {
|
||||
return false;
|
||||
}
|
||||
file.createNewFile();
|
||||
|
Reference in New Issue
Block a user