进一步补充详细注释

This commit is contained in:
2026-05-01 16:27:27 +08:00
parent 84017ae6b7
commit d5f6cea2ed
24 changed files with 232 additions and 5 deletions
+7
View File
@@ -5,5 +5,12 @@
#include "stdafx.h"
/**
* @file stdafx.cpp
* @brief 预编译头源文件,用于让构建系统生成 stdafx.h 对应的预编译结果。
*
* 本文件不包含业务逻辑;保留它是为了兼容 Visual Studio 模板和现有构建结构。
*/
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用