mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
feat: use Opus-MT-StarCitizen-zh-en model
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "2.15.1 Beta";
|
||||
static const String appVersion = "2.15.1 Beta2";
|
||||
static const int appVersionCode = 71;
|
||||
static const String appVersionDate = "2025-11-15";
|
||||
static const String appVersionDate = "2025-11-16";
|
||||
static const _gameChannels = [
|
||||
"LIVE",
|
||||
"4.0_PREVIEW",
|
||||
|
||||
@@ -77,7 +77,7 @@ class MultiWindowManager {
|
||||
),
|
||||
);
|
||||
await Future.delayed(Duration(milliseconds: 500)).then((_) async {
|
||||
await controller.setFrame(const Rect.fromLTWH(0, 0, 800, 1200));
|
||||
await controller.setFrame(const Rect.fromLTWH(0, 0, 720, 800));
|
||||
await controller.setTitle(title);
|
||||
await controller.center();
|
||||
await controller.show();
|
||||
|
||||
Reference in New Issue
Block a user