Merge remote-tracking branch 'origin/master'

This commit is contained in:
雪风 2025-03-14 21:30:30 +08:00
commit 9db2fcbfdf
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,7 @@ public class ExplosiveControl extends JPanel {
File selectedFile = fileChooser.getSelectedFile();
Drop.importDataMob(selectedFile.getAbsolutePath());
刷新怪物爆物数据(null);
}
}
@ -281,6 +282,7 @@ public class ExplosiveControl extends JPanel {
File selectedFile = fileChooser.getSelectedFile();
Drop.importDataQQ(selectedFile.getAbsolutePath());
刷新怪物爆物数据(null);
}
}