迁移仓库

This commit is contained in:
xuhuixiang
2026-02-24 09:47:40 +08:00
parent 5870b1c164
commit 8909d2ec4f
454 changed files with 15559 additions and 625 deletions

View File

@@ -7,7 +7,7 @@ android {
compileSdkVersion 31
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.web.gk9"
applicationId "com.xyz.gk9s"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode
@@ -44,7 +44,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all {
def appName = "gk9"
def appName = "opeopweopewopew"
def outputDir = new File(rootProject.ext.outputPath)
// 创建输出目录
outputDir.mkdirs()

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "1002658508661",
"project_id": "gk9s-ef6e3",
"storage_bucket": "gk9s-ef6e3.firebasestorage.app"
"project_number": "719580895133",
"project_id": "g1k19s",
"storage_bucket": "g1k19s.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1002658508661:android:4f7327b5cc3afda2f52d3c",
"mobilesdk_app_id": "1:719580895133:android:1fbc032db1d9d6e0484174",
"android_client_info": {
"package_name": "com.web.gk9"
"package_name": "com.xyz.gk9s"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCkpYivy5OwFJgwlJFRHtwbNiWYJQmEvA0"
"current_key": "AIzaSyD2NNVObMZytjInr48llRt5iaAxt1OnDak"
}
],
"services": {

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.web.gk9">
package="com.xyz.gk9s">
<uses-feature
android:name="android.hardware.camera"
@@ -9,7 +9,7 @@
android:name="android.hardware.camera2"
android:required="false" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<!-- <uses-permission android:name="android.permission.READ_CONTACTS" />-->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

View File

@@ -1,4 +1,4 @@
package com.web.gk9;
package com.xyz.gk9s;
import android.content.pm.PackageInfo;
@@ -24,15 +24,15 @@ public class MainActivity extends MainActivity2 {
saveInt(MainActivity.this,"version_code",getVersion());
com.web.base.MainActivity.saveString(this, "base_url","https://gk9my.com/");
//网页的底部NavigationBar颜色
com.web.base.MainActivity.saveString(this, "style_color", "#FFFFFF");
com.web.base.MainActivity.saveString(this, "style_color", "#2b8f59");
//页面的大背景颜色
com.web.base.MainActivity.saveString(this, "windows_color", "#FFFFFF");
com.web.base.MainActivity.saveString(this, "windows_color", "#2b8f59");
//任务栏的文字颜色 0 1白 默认黑
saveInt(MainActivity.this,"is_white",0);
super.onCreate(savedInstanceState);
//用于修改大背景渐变色 不设置 大背景就是 windows_color 的颜色t
setBackDrawables(R.drawable.big_bg);
setImageView(false);
setImageView(true);
showTopV1.setImageResource(R.mipmap.app_logo1);
//订阅主题
FirebaseMessaging.getInstance().subscribeToTopic("demo")

View File

@@ -1,4 +1,4 @@
package com.web.gk9;
package com.xyz.gk9s;
import android.app.NotificationChannel;
import android.app.NotificationManager;

View File

@@ -1,4 +1,4 @@
package com.web.gk9;
package com.xyz.gk9s;
import android.app.Application;
import android.content.Context;

View File

@@ -3,6 +3,6 @@
android:shape="rectangle">
<gradient
android:angle="270"
android:startColor="#FFFFFF"
android:endColor="#FFFFFF"/>
android:startColor="#2b8f59"
android:endColor="#2b8f59"/>
</shape>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 188 KiB

View File

@@ -9,7 +9,7 @@
<color name="white">#FFFFFFFF</color>
<color name="jisuanqi">#EF4723</color>
<color name="notify_color">#FFFFFFFF</color>
<color name="main_color">#FFFFFF</color>
<color name="main_color">#2b8f59</color>
<color name="dialog_bg">#2C2C2E</color>
<color name="dialog_textcolor">#FFA722</color>
<color name="dialog_input_bg">#434343</color>