修复获取定时任务参数

This commit is contained in:
whyour
2026-06-13 00:09:31 +08:00
parent d1dfde3ca9
commit 7d8feadc78
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ export default async () => {
const lang = systemConfig.info?.lang || 'zh';
await writeFile(config.langEnvFile, `export QL_LANG='${lang}'\n`);
}
} catch {}
} catch { }
setLang(systemConfig.info?.lang || 'zh');
await envService.set_envs();