feat: 项目初始化

This commit is contained in:
2025-12-03 23:29:51 +08:00
commit 016c44618b
14 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package constants
const (
AppName = "netctl"
DefaultConfig = "config.yaml"
DefaultDHCPMsg = "请选择网卡以使用 DHCP"
DefaultStaticMsg = "请选择网卡以设置静态 IP"
)