mirror of
https://github.com/nini22P/iris.git
synced 2026-06-21 21:42:46 +08:00
* feat: built-in audio track switch * update readme * update subtitle icon and l10n * fix: delay setting default audio track * move android subtitle font * improved subtitle and audio track title display * v1.0.2
7 lines
223 B
Dart
7 lines
223 B
Dart
class INFO {
|
|
static const String title = 'Iris';
|
|
static const String author = '22';
|
|
static const String authorUrl = 'https://github.com/nini22P';
|
|
static const String githubUrl = 'https://github.com/nini22P/Iris';
|
|
}
|