add config upload server

This commit is contained in:
zhongchao
2022-12-01 17:38:07 +08:00
parent 92a954ddbc
commit e646d4367b
18 changed files with 336 additions and 98 deletions

View File

@@ -123,4 +123,9 @@ interface IDevaToolsProvider : IProvider {
fun startMonitor()
fun stopMonitor()
/**
* 同步AppConfigInfo信息
*/
fun syncConfig()
}