Skip to content

Commit 6a8124f

Browse files
committed
build: tag v0.1.11
Signed-off-by: OctagonalStar <[email protected]>
1 parent 264193f commit 6a8124f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vars/statics_var.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class StaticsVar {
1010
static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium';
1111
static const Map<String, dynamic> tempConfig = {"SelectedClasses": []};
1212
static const Curve curve = Curves.easeInOut;
13+
static const String onlineDictOwner = 'JYinherit';
1314
static const String arBackupFont = "Vazirmatn";
1415
static const String zhBackupFont = "NotoSansSC";
1516
static final isDesktop = kIsWeb ? false : (Platform.isWindows || Platform.isLinux || Platform.isMacOS);

0 commit comments

Comments
 (0)