theRouterUseAutoInit

var theRouterUseAutoInit: Boolean = true

是否由框架自动初始化,如为false,则需要手动调用 TheRouter.init(context) 此设置需要在Application.onCreate()之前修改