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