Files
iris/lib/info.dart
2025-09-26 20:46:46 +08:00

8 lines
273 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';
static const String msStoreId = '9NML7WNHNRTJ';
}