Files
iris/lib/info.dart
22 8bb19aaf7d v1.0.2 (#2)
* 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
2025-01-12 20:21:10 +08:00

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';
}