|
|
@@ -11,6 +11,8 @@ import 'package:keyboard/module/store/store_page.dart';
|
|
|
|
|
|
import '../../data/api/response/keyboard_love_index_response.dart';
|
|
|
import '../../utils/atmob_log.dart';
|
|
|
+import '../intimacy_analyse/intimacy_analyse_page.dart';
|
|
|
+import '../keyboard_guide/keyboard_guide_page.dart';
|
|
|
import '../profile/profile_page.dart';
|
|
|
|
|
|
@injectable
|
|
|
@@ -46,6 +48,7 @@ class KeyBoardController extends BaseController {
|
|
|
|
|
|
void clickIntimacyAnalyze() {
|
|
|
debugPrint("click intimacy analyze");
|
|
|
+ IntimacyAnalysePage.start();
|
|
|
}
|
|
|
|
|
|
void clickScreenshotReply() {
|
|
|
@@ -53,6 +56,7 @@ class KeyBoardController extends BaseController {
|
|
|
}
|
|
|
|
|
|
void clickEasyReply() {
|
|
|
+ KeyboardGuidePage.start();
|
|
|
debugPrint("click easy reply");
|
|
|
}
|
|
|
|