调整搜索页面

This commit is contained in:
zhangyuanzhen
2020-01-06 14:17:00 +08:00
parent 887898a920
commit 32c3b24b84
18 changed files with 311 additions and 1149 deletions

View File

@@ -29,6 +29,15 @@ public class MogoModulePaths {
@Keep
public static final String PATH_MODULE_APPS = "/appslist/ui";
/**
* 搜索页面模块实例化路径
*/
@Keep
public static final String PATH_MODULE_SEARCH= "navi/search/ui";
public static void addModule( String path ) {
if ( TextUtils.isEmpty( path.replace( " ", "" ) ) ) {
throw new IllegalArgumentException( "module path can't be empty or null or blank" );