| 12345678910111213141516171819 |
- class Configs {
- Configs._();
- //官网
- static const String officialWebsiteEmail = "[email protected]";
- 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";
- }
|