diff --git a/config.h b/config.h index f1f3f9a..23c9da3 100644 --- a/config.h +++ b/config.h @@ -2,8 +2,8 @@ * @file config.h * @author 刘航宇(3364451258@qq.com、15236416560@163.com、lhy3364451258@outlook.com) * @brief 五子棋游戏参数配置头文件 - * @version 1.0 - * @date 2025-07-09 + * @version 5.0 + * @date 2025-07-10 * * @copyright Copyright (c) 2025 * diff --git a/main.c b/main.c index ee55393..a7750d8 100644 --- a/main.c +++ b/main.c @@ -3,8 +3,8 @@ * @brief 五子棋游戏核心逻辑头文件 * @details 游戏核心逻辑实现 * @author 刘航宇(3364451258@qq.com、15236416560@163.com、lhy3364451258@outlook.com) - * @date 2025-07-07 - * @version 4.0 + * @date 2025-07-10 + * @version 5.0 * @note * 1. 新增功能: * - 增加了对禁手规则的支持,防止玩家进行无意义的走法。 diff --git a/ui.h b/ui.h index 0875d51..159b016 100644 --- a/ui.h +++ b/ui.h @@ -6,8 +6,8 @@ /** * @brief UI模块 - 用户界面相关功能 * @author 刘航宇 - * @date 2025-01-15 - * @version 1.0 + * @date 2025-07-10 + * @version 5.0 */ /**