mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 12:34:45 +08:00
upgrade
This commit is contained in:
@ -17,8 +17,8 @@ import 'package:uuid/uuid.dart';
|
||||
import 'package:window_manager/window_manager.dart';
|
||||
|
||||
class AppConf {
|
||||
static const String appVersion = "2.10.3 Beta";
|
||||
static const int appVersionCode = 38;
|
||||
static const String appVersion = "2.10.4 Beta";
|
||||
static const int appVersionCode = 39;
|
||||
static const String appVersionDate = "2024-02-03";
|
||||
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU"];
|
||||
|
@ -18,7 +18,7 @@ class URLConf {
|
||||
|
||||
static String get apiRepoPath => "$gitApiHome/SCToolBox/api/raw/branch/main";
|
||||
|
||||
static String get gitlabApiPath => "https://$gitApiHome/api/v1/";
|
||||
static String get gitlabApiPath => "$gitApiHome/api/v1/";
|
||||
|
||||
static String get webTranslateHomeUrl =>
|
||||
"$gitApiHome/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales";
|
||||
|
Reference in New Issue
Block a user