调试窗修改

添加应用包管理中心
This commit is contained in:
xuxinchao
2022-03-31 17:27:17 +08:00
parent d5007a4869
commit e58ae85710
10 changed files with 324 additions and 12 deletions

View File

@@ -88,5 +88,5 @@ interface IDevaToolsProvider : IProvider {
/**
* 下载指定包
*/
fun downLoadPackage(downLoadKey:String)
fun downLoadPackage(downloadKey:String,downloadUrl:String)
}