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