10 lines
147 B
Dart
10 lines
147 B
Dart
// Author: fengshengxiong
|
|
// Date: 2024/6/13
|
|
// Description: App配置
|
|
|
|
class AppConfig {
|
|
/// App名称
|
|
static const appName = 'TransLark';
|
|
}
|
|
|