293 lines
6.6 KiB
Dart
293 lines
6.6 KiB
Dart
// Author: fengshengxiong
|
||
// Date: 2024/6/13
|
||
// Description: 全局配置
|
||
|
||
import 'package:tone_snap/data/enum/app_side_enum.dart';
|
||
|
||
class AppConfig {
|
||
static const String appName = 'ToneSnap';
|
||
|
||
/// 当前App展示的一面
|
||
static AppSideEnum appSideEnum = AppSideEnum.sideA;
|
||
|
||
/// 开屏启动插页事件间隔时长/秒,默认值
|
||
static const int openAppEventDurationTime = 10;
|
||
|
||
/// 插页广告事件间隔时长/秒,默认值
|
||
static const int interstitialEventDuration = 40;
|
||
|
||
/// ClientVersion,默认值
|
||
static const String clientVersion = '1.20240618.01.00';
|
||
|
||
/// PlayerVersion,默认值
|
||
static const String playerVersion = '6.18.1';
|
||
|
||
/// 所在区域,默认值
|
||
static String isoCode = 'HK';
|
||
|
||
/// iOS广告场景默认配置,level越小价值越高
|
||
static String adIOSDefaultConfig = '''{
|
||
"coldLoading": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"hotLoading": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/3414045794",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/9382223193",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"play": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/9827341094",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/5270553952",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"download": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/2060531710",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/1913192057",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"list": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/9600110380",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/6079667773",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"library": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/7785036659",
|
||
"ad": "AdMob",
|
||
"type": "Native"
|
||
}
|
||
],
|
||
"playCut": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/8551323416",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/2140422769",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"search": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/8434368376",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/9505312439",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"searchResult": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/1645766617",
|
||
"ad": "AdMob",
|
||
"type": "Native"
|
||
}
|
||
],
|
||
"backup": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/5987502154",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/5361482476",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
]
|
||
}''';
|
||
|
||
/// Android广告场景默认配置,level越小价值越高
|
||
static String adAndroidDefaultConfig = '''{
|
||
"coldLoading": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/2307556684",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/3395973732",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"hotLoading": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/2527048534",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/5763116779",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"play": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/4450035105",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/4279113904",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"download": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/3136953430",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/7368311678",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"list": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/1823871765",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/2536557320",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"library": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/5438052836",
|
||
"ad": "AdMob",
|
||
"type": "Native"
|
||
}
|
||
],
|
||
"playCut": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/5727092792",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/8197708422",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"search": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/4971148979",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/8026787222",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
],
|
||
"searchResult": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/6848602773",
|
||
"ad": "AdMob",
|
||
"type": "Native"
|
||
}
|
||
],
|
||
"backup": [
|
||
{
|
||
"level": 1,
|
||
"identifier": "ca-app-pub-5684307632319406/8718822297",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
},
|
||
{
|
||
"level": 2,
|
||
"identifier": "ca-app-pub-5684307632319406/4517483713",
|
||
"ad": "AdMob",
|
||
"type": "Insert"
|
||
}
|
||
]
|
||
}''';
|
||
}
|
||
|