class Configs { Configs._(); //官网 static const String officialWebsiteEmail = "support@nomovpn.com"; static const String officialWebsiteHttp = "https://www.znomo.com"; // 调试相关 static var debug = false; static var assetUrl = "https://res.golink.dev"; static var websiteUrl = "https:/www.znomo.com"; // 内核使用 static const String appName = 'NOMO VPN'; // api使用 static const String productCode = "nomo"; }