|
|
@@ -198,6 +198,13 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i243.AtmobApi>(),
|
|
|
),
|
|
|
);
|
|
|
+ gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
+ () => _i987.IntimacyAnalyseReportController(
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
+ gh<_i274.KeyboardRepository>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
gh.factory<_i922.KeyboardManageController>(
|
|
|
() => _i922.KeyboardManageController(
|
|
|
gh<_i274.KeyboardRepository>(),
|
|
|
@@ -248,14 +255,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i274.KeyboardRepository>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i666.IntimacyAnalyseUploadController>(
|
|
|
- () => _i666.IntimacyAnalyseUploadController(
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- gh<_i428.UploadFileManager>(),
|
|
|
- gh<_i83.AccountRepository>(),
|
|
|
- ),
|
|
|
- );
|
|
|
gh.factory<_i970.CharacterGroupContentController>(
|
|
|
() => _i970.CharacterGroupContentController(
|
|
|
gh<_i421.CharactersRepository>(),
|
|
|
@@ -271,6 +270,15 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i866.UserInfoController>(
|
|
|
() => _i866.UserInfoController(gh<_i83.AccountRepository>()),
|
|
|
);
|
|
|
+ gh.factory<_i666.IntimacyAnalyseUploadController>(
|
|
|
+ () => _i666.IntimacyAnalyseUploadController(
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
+ gh<_i428.UploadFileManager>(),
|
|
|
+ gh<_i83.AccountRepository>(),
|
|
|
+ gh<_i274.KeyboardRepository>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
gh.factoryParam<
|
|
|
_i991.CharacterAddTabController,
|
|
|
_i497.KeyboardInfo,
|
|
|
@@ -337,12 +345,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i83.AccountRepository>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
- () => _i987.IntimacyAnalyseReportController(
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- ),
|
|
|
- );
|
|
|
gh.factory<_i1008.LoginController>(
|
|
|
() => _i1008.LoginController(
|
|
|
gh<_i83.AccountRepository>(),
|