refactor(config): 更新时间限制为30分钟并调整配置文件存储格式

refactor(globals): 移除不必要的GUI运行状态标志
refactor(gui): 更新注释以反映使用IUP库
refactor(ai): 修改威胁检测逻辑以提升威胁等级
refactor(config): 修改加载和保存配置的时间限制逻辑
refactor(network): 更新默认网络端口常量
refactor(record): 移除冗余注释并增强复盘步骤的合法性检查
This commit is contained in:
2026-05-02 12:24:27 +08:00
parent 249dc2ab4b
commit f897536a45
12 changed files with 29 additions and 83 deletions
-2
View File
@@ -33,8 +33,6 @@ extern int ai_difficulty; // AI难度 (1-5)
extern NetworkGameState network_state; // 网络游戏状态
// ==================== GUI相关变量 ====================
// Raylib 不需要暴露窗口和渲染器指针
extern int gui_running; // GUI运行状态标志
extern int current_player_gui; // GUI当前玩家
extern int game_over; // 游戏结束标志
extern char status_message[256]; // 状态消息