修改注释及代码重构

This commit is contained in:
zyj
2026-03-10 13:41:18 +08:00
parent 8a7521faff
commit 1be2f4021f
15 changed files with 411 additions and 365 deletions

34
.gitignore vendored
View File

@@ -1,10 +1,36 @@
# 配置文件(包含敏感信息)
config.yaml
# Editor directories and files
.idea
.vscode
# 编译输出
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/
/dist/
# 测试输出
*.test
*.out
*.prof
# 依赖目录
/vendor/
# 编辑器和 IDE 配置
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
.vs/*
.vs/
# 操作系统文件
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.log