更新广支持,添加云宝小店广告。

This commit is contained in:
2026-01-05 19:10:02 +08:00
parent e18ed1b0fd
commit 7183338c97
3 changed files with 102 additions and 89 deletions

View File

@@ -87,7 +87,7 @@ dependencies {
//api 'cc.winboll.studio:libappbase:15.12.2'
// WinBoLL备用库 jitpack.io 地址
api 'com.github.ZhanGSKen:AES:aes-v15.12.8'
api 'com.github.ZhanGSKen:AES:aes-v15.12.9'
api 'com.github.ZhanGSKen:APPBase:appbase-v15.14.1'
//api fileTree(dir: 'libs', include: ['*.aar'])

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Dec 31 20:53:46 HKT 2025
#Mon Jan 05 11:08:15 GMT 2026
stageCount=46
libraryProject=
baseVersion=15.14
publishVersion=15.14.45
buildCount=0
buildCount=4
baseBetaVersion=15.14.46

View File

@@ -13,6 +13,16 @@
android:gravity="center_vertical"
style="@style/DefaultAToolbar"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.0">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
@@ -98,11 +108,10 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="300dp"
android:orientation="vertical"
android:background="@drawable/bg_frame"
android:padding="10dp"
android:layout_weight="1.0">
android:padding="10dp">
<LinearLayout
android:orientation="horizontal"
@@ -126,5 +135,9 @@
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>