Add classification annotations

This commit is contained in:
2025-10-27 23:12:15 +08:00
parent 3990ec01c6
commit 5aacb88c22
44 changed files with 2769 additions and 2241 deletions

View File

@@ -1,7 +1,11 @@
package constants
// 应用程序版本信息
const (
// AppVersion 应用程序版本号
AppVersion = "0.3.0"
)
package constants
// ============================================================================
// 常量定义
// ============================================================================
// 应用程序版本信息
const (
// AppVersion 应用程序版本号
AppVersion = "0.3.0"
)