English:
- Fix startup initialization timing issue that caused blank screen on some Windows devices
- Fix Settings page crash when config not fully loaded
- Add
bootstrap:extended-readyevent for proper frontend/backend synchronization - Add debug logs for troubleshooting startup issues
中文:
- 修复部分 Windows 设备启动时出现黑屏/白屏的问题
- 修复设置页面在配置未完全加载时崩溃的问题
- 新增
bootstrap:extended-ready事件,确保前后端正确同步 - 添加启动调试日志,便于问题排查