Files
NetworkAuth/constants/status.go

12 lines
293 B
Go
Raw Normal View History

2025-10-27 23:12:15 +08:00
package constants
// ============================================================================
// 常量定义
// ============================================================================
// 应用程序版本信息
const (
// AppVersion 应用程序版本号
AppVersion = "0.3.0"
)