修复部分bug

This commit is contained in:
2026-02-01 15:21:17 +08:00
parent b8cabfd1c0
commit 3fb0697045
6 changed files with 637 additions and 88 deletions

View File

@@ -74,7 +74,7 @@ namespace CMLeonOS
}
// 登录成功后初始化Shell
shell = new Shell();
shell = new Shell(userSystem);
// 检查并执行启动脚本
ExecuteStartupScript();