Skip to content

Commit 82793ec

Browse files
authored
Merge pull request #1 from wyjsonGo/develop
update README.md
2 parents af0a350 + 8373ee3 commit 82793ec

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@
1818
动态注册拦截器 | 不支持 | 支持 | ARouter只能动态注册路由,不能动态注册拦截器
1919
重写跳转URL服务 | 支持 | 不支持 | 可以在PretreatmentService里实现相同功能
2020
获取元数据 | 不支持 | 支持 | 有些场景需要判断某个页面当前是否存在,就需要获取页面class等信息,参见5-1
21-
withObject() | 支持 | 不支持 | 没啥用,一般使用withSerializable()方法
21+
withObject() | 支持 | 不支持 | 没啥用,一般使用withSerializable()方法
2222
路由文档 | 支持 | 不支持 | 有用,但是本库没有。可以先临时在Log里查看全部路由信息,很全面
2323

2424
#### ARouter迁移指南
2525

26-
ARouter | GoRouter
27-
---------- | ----------
28-
ARouter | GoRouter
29-
navigation() | go()
30-
IProvider | IService
31-
Postcard | Card
26+
ARouter | GoRouter
27+
-------------------- | ----------
28+
ARouter | GoRouter
29+
navigation() | go()
30+
IProvider | IService
31+
Postcard | Card
32+
NavigationCallback | GoCallback
3233

3334
---
3435

0 commit comments

Comments
 (0)