更新项目结构:移除icon文件夹,添加图标指南文档,更新.gitignore

This commit is contained in:
2025-07-21 12:43:52 +08:00
parent 504868c739
commit 59c816767b
3 changed files with 84 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ void display_about()
{
printf("\n===== 关于五子棋游戏 =====\n");
printf("🎮 游戏名称:五子棋人机对战\n");
printf("📦 版本:4.0\n");
printf("📦 版本:7.0\n");
printf("👨‍💻 开发者:刘航宇\n");
printf("📧 联系邮箱:3364451258@qq.com\n");
printf("🌐 项目主页:https://github.com/LHY0125/Gobang-Game\n\n");