最新一次版本提交

This commit is contained in:
xuhuixiang
2026-01-06 16:16:49 +08:00
parent 08d67f0fed
commit 17b41fc9bf
5966 changed files with 219734 additions and 1598 deletions

View File

@@ -21,15 +21,15 @@ public class MainActivity2 extends com.web.base.MainActivity2 {
saveInt(MainActivity2.this,"version_code",getVersion());
MainActivity.saveString(this, "base_url","https://bk888.co/");
//网页的底部NavigationBar颜色
MainActivity.saveString(this, "style_color", "#000000");
MainActivity.saveString(this, "style_color", "#00000000");
//页面的大背景颜色
MainActivity.saveString(this, "windows_color", "#000000");
MainActivity.saveString(this, "windows_color", "#00000000");
//任务栏的文字颜色 0 黑 1白 默认黑
saveInt(MainActivity2.this,"is_white",1);
super.onCreate(savedInstanceState);
//用于修改大背景渐变色 不设置 大背景就是 windows_color 的颜色
setBackDrawables(R.drawable.big_bg);
setImageView(false);
setBackDrawables(R.mipmap.start_bg);
setImageView(true);
//订阅主题
FirebaseMessaging.getInstance().subscribeToTopic("demo")
.addOnCompleteListener(task -> {

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

View File

@@ -61,10 +61,10 @@
<!-- <item name="android:windowFullscreen">true</item>-->
<!-- <item name="android:windowBackground">@drawable/splah_bg</item>-->
<item name="android:navigationBarColor">@color/white</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
<!-- <item name="android:windowBackground">@mipmap/big_bg</item>-->
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
<item name="android:windowBackground">@drawable/big_bg</item>
<item name="android:windowBackground">@mipmap/start_bg</item>
</style>
</resources>

View File

@@ -64,10 +64,10 @@
<!-- <item name="android:windowFullscreen">true</item>-->
<!-- <item name="android:windowBackground">@drawable/splah_bg</item>-->
<item name="android:navigationBarColor">@color/white</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
<!-- <item name="android:windowBackground">@mipmap/big_bg</item>-->
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
<item name="android:windowBackground">@drawable/big_bg</item>
<item name="android:windowBackground">@mipmap/start_bg</item>
</style>