1
0
forked from dyf/APP

修改服务协议和隐私政策,添加注销账号功能

This commit is contained in:
liub
2025-12-09 15:23:07 +08:00
parent 6414bf3d7a
commit 5a558f1ed8
13 changed files with 622 additions and 72 deletions

View File

@ -57,7 +57,8 @@
],
"minSdkVersion" : 21,
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"schemes" : ""
"schemes" : "",
"targetSdkVersion" : 30
},
/* ios */
"ios" : {
@ -139,7 +140,8 @@
}
},
"splashscreen" : {
"useOriginalMsgbox" : true
"useOriginalMsgbox" : true,
"androidStyle" : "common"
}
}
},