Commit df413aa4 authored by shiyl's avatar shiyl

修改关于xbrid初始化的注释

parent fb55e19c
......@@ -51,8 +51,10 @@ object BaseInitConfig {
* 初始化XBrid
*
* 注意:
* 1.如果有多个xbrid资源时,请分别进行注册,区分assetRoot名称,否则打包后出现文件丢失加载失败
* 1.xbrid在项目中只能初始化一次
* 如果有多个xbrid资源时,会将资源包集中打包,在assetRoot使用不同的文件名区分
* 2.更新assert文件后不生效,可以卸载重新安装
* 3.远程设置版本升级后,第一次下载,第二次启动加载
*/
private fun initXBridManager(context: Context) {
XBridManager.init(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment