Skip to content

release 1.0 in jitpack

Compare
Choose a tag to compare
@yjfnypeu yjfnypeu released this 21 Dec 12:28
· 181 commits to master since this release
  • 修复解析url时当值为空字串是导致的bug。比如‘?username=&password=’
  • 添加一个新的注解:RouteConfig。用于配置一些基本的参数支持。
    eg:
RouteConfig(schema="haoge",pack="com.haoge.basichome") + RouterRule("test.com")等同于:
RouterRule(value = "haoge://test.com",pack = "com.haoge.basichome")

RouteConfig注解只能添加与Application类上