fix: default value

This commit is contained in:
wangfuduo 2026-07-15 15:00:17 +08:00
parent 9197cd10d9
commit 0ce4188b50
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ var pkgInstallDefaults = map[string]any{
ServiceUserPackageLack: "请您重新安装", ServiceUserPackageLack: "请您重新安装",
ServicePackageLackButton: "安装", ServicePackageLackButton: "安装",
ServicePackageLackUrl: "", ServicePackageLackUrl: "",
ServiceContactCustomer: "安装包缺失,请联系客服解决:all@batiao8.com", ServiceContactCustomer: "安装包缺失,请联系客服解决:wangfuduo@batiao8.com",
ServiceInstallButton: "安装", ServiceInstallButton: "安装",
} }