feat: use Opus-MT-StarCitizen-zh-en model

This commit is contained in:
xkeyC
2025-11-16 15:09:56 +08:00
parent af15d106f0
commit 77c1b4f51a
5 changed files with 126 additions and 124 deletions

View File

@@ -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",

View File

@@ -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();