feat: add UnloadActorClean

This commit is contained in:
EpsilonZunsat
2025-03-25 19:40:55 +08:00
Unverified
parent 9e5ab45953
commit 5bca67d884
5 changed files with 34 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ bool Entry::load() { return true; }
bool Entry::enable() {
mConfig.emplace();
ll::config::loadConfig(*mConfig, getSelf().getConfigDir() / "config.json");
saveConfig();
gmlib::locale::I18nAPI::updateOrCreateLanguageFile(getSelf().getLangDir(), "en_US", en_US);
gmlib::locale::I18nAPI::updateOrCreateLanguageFile(getSelf().getLangDir(), "zh_CN", zh_CN);