增加广播支持,增加get参数

This commit is contained in:
laoyuyu
2018-12-04 20:36:37 +08:00
parent ed0c98fd7e
commit 44f3b4faf1
20 changed files with 367 additions and 60 deletions

View File

@@ -66,8 +66,10 @@
<!--进度更新更新间隔默认1000毫秒-->
<updateInterval value="1000"/>
<!--除非无法使用注解否则不建议使用广播来接受任务状态true使用广播接收任务状态false不适用广播接收状态 -->
<useBroadcast value="false"/>
<!-- http://aria.laoyuyu.me/aria_doc/api/use_broadcast.html -->
<useBroadcast value="true"/>
</download>
@@ -105,6 +107,7 @@
<updateInterval value="1000"/>
<!--除非无法使用注解否则不建议使用广播来接受任务状态true使用广播接收任务状态false不适用广播接收状态 -->
<!-- http://aria.laoyuyu.me/aria_doc/api/use_broadcast.html -->
<useBroadcast value="false"/>
</upload>