mod: 移除热搜、搜索提示词

This commit is contained in:
guozhigq
2023-09-09 13:33:30 +08:00
parent 39995bae23
commit e3c9e8c13b
3 changed files with 5 additions and 167 deletions

View File

@ -27,9 +27,9 @@ class SSearchController extends GetxController {
@override
void onInit() {
super.onInit();
if (setting.get(SettingBoxKey.enableSearchWord, defaultValue: true)) {
searchDefault();
}
// if (setting.get(SettingBoxKey.enableSearchWord, defaultValue: true)) {
// searchDefault();
// }
// 其他页面跳转过来
if (Get.parameters.keys.isNotEmpty) {
if (Get.parameters['keyword'] != null) {