This commit is contained in:
2024-01-29 23:14:20 +08:00
parent 8159e9b70e
commit 52d178a609
5 changed files with 90 additions and 20 deletions

View File

@ -18,7 +18,7 @@ import '../../base/ui.dart';
class AppConf {
static const String appVersion = "2.11.0 Beta";
static const int appVersionCode = 36;
static const int appVersionCode = 35;
static const String appVersionDate = "2024-01-07";
static const gameChannels = ["LIVE", "PTU", "EPTU"];

View File

@ -24,4 +24,5 @@ class URLConf {
"$_rssHomeUrl/baidu/tieba/user/%E7%81%AC%E7%81%ACG%E7%81%AC%E7%81%AC&";
static const feedbackUrl = "https://txc.qq.com/products/614843";
static const devReleaseUrl = "https://git.sctoolbox.sccsgo.com/SCToolBox/Release/releases";
}