修改首页

This commit is contained in:
nail
2026-03-28 19:18:53 +08:00
parent 659eef7e29
commit 0c3bc88a29
53 changed files with 3850 additions and 51 deletions

View File

@@ -166,7 +166,7 @@ android {
// }
oss {
applicationId "com.xuebiping.bolizhuzi"
buildConfigField "boolean", "IS_DEV", "false"
buildConfigField "boolean", "IS_DEV", "true"
buildConfigField "String", "PRIVACY", '"/index/about/siyuPrivacy.html"'
buildConfigField "String", "AGREEMENT", '"/index/about/siyuAgreement.html"'
buildConfigField "String", "VIP_AGREEMENT", '"/index/about/siyuVipAgreement.html"'
@@ -348,6 +348,7 @@ android {
implementation project(path: ':storage')
implementation project(path: ':yunxinkit')
implementation project(':faceunity')
implementation project(':magicindicator')
//EventBus
implementation 'de.greenrobot:eventbus:2.4.0'
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.8.0'
@@ -398,6 +399,9 @@ android {
implementation 'com.devzld:expandlayout:1.0.0'
implementation 'io.github.lucksiege:pictureselector:v3.11.2'
implementation 'com.github.Dimezis:BlurView:version-3.1.0'
implementation "com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-x"
implementation "com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6" //3.0.2更换了很多API
}
}