File tree Expand file tree Collapse file tree 3 files changed +19
-12
lines changed
Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1+ ## 2018.01.30
2+
3+ ` router: 1.3.3 ` :
4+
5+ 1 . fix: https://github.com/chenenyu/Router/pull/68
6+
17## 2017.11.29
28
39` router: 1.3.2 ` :
Original file line number Diff line number Diff line change @@ -45,17 +45,8 @@ Router.initialize(new Configuration.Builder()
4545 .build());
4646```
4747
48- 2 . 添加注解
4948
50- ``` java
51- // 这里添加了path和拦截器
52- @Route (value = " test" , interceptors = " SampleInterceptor" )
53- public class TestActivity extends AppCompatActivity {
54- ...
55- }
56- ```
57-
58- 3 . 添加拦截器
49+ 2 . 添加拦截器(可选)
5950
6051``` java
6152@Interceptor (" SampleInterceptor" )
@@ -68,6 +59,16 @@ public class SampleInterceptor implements RouteInterceptor {
6859}
6960```
7061
62+ 3 . 添加注解
63+
64+ ``` java
65+ // 这里添加了path和拦截器(可选)
66+ @Route (value = " test" , interceptors = " SampleInterceptor" )
67+ public class TestActivity extends AppCompatActivity {
68+ ...
69+ }
70+ ```
71+
71724 . 跳转
7273
7374``` java
Original file line number Diff line number Diff line change 11# router library version
2- ROUTER_VERSION =1.3.2
2+ ROUTER_VERSION =1.3.3
33# compiler library version
4- COMPILER_VERSION =1.3.2
4+ COMPILER_VERSION =1.3.3
55# annotation library version
66ANNOTATION_VERSION =0.3.0
You can’t perform that action at this time.
0 commit comments