We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af0a350 + 8373ee3 commit 82793ecCopy full SHA for 82793ec
README.md
@@ -18,17 +18,18 @@
18
动态注册拦截器 | 不支持 | 支持 | ARouter只能动态注册路由,不能动态注册拦截器
19
重写跳转URL服务 | 支持 | 不支持 | 可以在PretreatmentService里实现相同功能
20
获取元数据 | 不支持 | 支持 | 有些场景需要判断某个页面当前是否存在,就需要获取页面class等信息,参见5-1
21
-withObject() | 支持 | 不支持 | 没啥用,一般使用withSerializable()方法
+withObject() | 支持 | 不支持 | 没啥用,一般使用withSerializable()方法
22
路由文档 | 支持 | 不支持 | 有用,但是本库没有。可以先临时在Log里查看全部路由信息,很全面
23
24
#### ARouter迁移指南
25
26
-ARouter | GoRouter
27
----------- | ----------
28
29
-navigation() | go()
30
-IProvider | IService
31
-Postcard | Card
+ARouter | GoRouter
+-------------------- | ----------
+navigation() | go()
+IProvider | IService
+Postcard | Card
32
+NavigationCallback | GoCallback
33
34
---
35
0 commit comments