From fdf11991e8387ae73681a2c8abe982d93b864b06 Mon Sep 17 00:00:00 2001 From: xuhuixiang Date: Tue, 17 Mar 2026 17:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EAA7AU=20257=20=E5=92=8C=20BNG?= =?UTF-8?q?1AU=20258?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetSelector.xml | 6 + .idea/gradle.xml | 2 + aa7au/.gitignore | 2 + aa7au/build.gradle | 99 ++++++++++++++ aa7au/google-services.json | 29 ++++ aa7au/justlet.jks | Bin 0 -> 2644 bytes aa7au/proguard-rules.pro | 32 +++++ aa7au/src/main/AndroidManifest.xml | 63 +++++++++ aa7au/src/main/ic_launcher-playstore.png | Bin 0 -> 154887 bytes .../java/com/webclip/base/IndexActivity.java | 80 +++++++++++ .../base/MyFirebaseMessageingService.java | 125 ++++++++++++++++++ .../java/com/webclip/base/WebApplication.java | 19 +++ aa7au/src/main/res/drawable/big_bg.xml | 10 ++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 2818 bytes .../mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 7032 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 0 -> 5040 bytes .../src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 1682 bytes .../mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 3698 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 0 -> 2840 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 4294 bytes .../mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 9726 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 0 -> 7040 bytes aa7au/src/main/res/mipmap-xxhdpi/app_logo.jpg | Bin 0 -> 89916 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 7644 bytes .../mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 19032 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 0 -> 12526 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 11804 bytes .../ic_launcher_foreground.webp | Bin 0 -> 32160 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 0 -> 18978 bytes .../res/values/ic_launcher_background.xml | 4 + aa7au/src/main/res/values/themes.xml | 91 +++++++++++++ aa7au/src/main/res/xml/app_updater_paths.xml | 10 ++ .../main/res/xml/network_security_config.xml | 4 + aa7au/src/main/res/xml/provider_paths.xml | 13 ++ bng1au/.gitignore | 2 + bng1au/build.gradle | 99 ++++++++++++++ bng1au/google-services.json | 29 ++++ bng1au/justlet.jks | Bin 0 -> 2644 bytes bng1au/proguard-rules.pro | 32 +++++ bng1au/src/main/AndroidManifest.xml | 63 +++++++++ bng1au/src/main/ic_launcher-playstore.png | Bin 0 -> 81683 bytes .../java/com/webclip/base/IndexActivity.java | 81 ++++++++++++ .../base/MyFirebaseMessageingService.java | 125 ++++++++++++++++++ .../java/com/webclip/base/WebApplication.java | 19 +++ bng1au/src/main/res/drawable/big_bg.xml | 10 ++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 1806 bytes .../mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 3744 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 0 -> 3502 bytes .../src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 1092 bytes .../mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 1940 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 0 -> 2006 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 2752 bytes .../mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 5988 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 0 -> 5280 bytes .../src/main/res/mipmap-xxhdpi/app_logo.jpg | Bin 0 -> 49262 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 5204 bytes .../mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 12464 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 0 -> 9442 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 6700 bytes .../ic_launcher_foreground.webp | Bin 0 -> 16230 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 0 -> 12260 bytes .../res/values/ic_launcher_background.xml | 4 + bng1au/src/main/res/values/themes.xml | 91 +++++++++++++ bng1au/src/main/res/xml/app_updater_paths.xml | 10 ++ .../main/res/xml/network_security_config.xml | 4 + bng1au/src/main/res/xml/provider_paths.xml | 13 ++ build.gradle | 1 + settings.gradle | 2 + workbuddy/build.gradle | 5 +- .../java/com/webclip/base/WebApplication.java | 1 + 74 files changed, 1199 insertions(+), 1 deletion(-) create mode 100644 aa7au/.gitignore create mode 100644 aa7au/build.gradle create mode 100644 aa7au/google-services.json create mode 100644 aa7au/justlet.jks create mode 100644 aa7au/proguard-rules.pro create mode 100644 aa7au/src/main/AndroidManifest.xml create mode 100644 aa7au/src/main/ic_launcher-playstore.png create mode 100644 aa7au/src/main/java/com/webclip/base/IndexActivity.java create mode 100644 aa7au/src/main/java/com/webclip/base/MyFirebaseMessageingService.java create mode 100644 aa7au/src/main/java/com/webclip/base/WebApplication.java create mode 100644 aa7au/src/main/res/drawable/big_bg.xml create mode 100644 aa7au/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 aa7au/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 aa7au/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 aa7au/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 aa7au/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 aa7au/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 aa7au/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 aa7au/src/main/res/mipmap-mdpi/ic_launcher_round.webp create mode 100644 aa7au/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 aa7au/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 aa7au/src/main/res/mipmap-xhdpi/ic_launcher_round.webp create mode 100644 aa7au/src/main/res/mipmap-xxhdpi/app_logo.jpg create mode 100644 aa7au/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 aa7au/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 aa7au/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp create mode 100644 aa7au/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 aa7au/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 aa7au/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp create mode 100644 aa7au/src/main/res/values/ic_launcher_background.xml create mode 100644 aa7au/src/main/res/values/themes.xml create mode 100644 aa7au/src/main/res/xml/app_updater_paths.xml create mode 100644 aa7au/src/main/res/xml/network_security_config.xml create mode 100644 aa7au/src/main/res/xml/provider_paths.xml create mode 100644 bng1au/.gitignore create mode 100644 bng1au/build.gradle create mode 100644 bng1au/google-services.json create mode 100644 bng1au/justlet.jks create mode 100644 bng1au/proguard-rules.pro create mode 100644 bng1au/src/main/AndroidManifest.xml create mode 100644 bng1au/src/main/ic_launcher-playstore.png create mode 100644 bng1au/src/main/java/com/webclip/base/IndexActivity.java create mode 100644 bng1au/src/main/java/com/webclip/base/MyFirebaseMessageingService.java create mode 100644 bng1au/src/main/java/com/webclip/base/WebApplication.java create mode 100644 bng1au/src/main/res/drawable/big_bg.xml create mode 100644 bng1au/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 bng1au/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 bng1au/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 bng1au/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 bng1au/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 bng1au/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 bng1au/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 bng1au/src/main/res/mipmap-mdpi/ic_launcher_round.webp create mode 100644 bng1au/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 bng1au/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 bng1au/src/main/res/mipmap-xhdpi/ic_launcher_round.webp create mode 100644 bng1au/src/main/res/mipmap-xxhdpi/app_logo.jpg create mode 100644 bng1au/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 bng1au/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 bng1au/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp create mode 100644 bng1au/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 bng1au/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 bng1au/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp create mode 100644 bng1au/src/main/res/values/ic_launcher_background.xml create mode 100644 bng1au/src/main/res/values/themes.xml create mode 100644 bng1au/src/main/res/xml/app_updater_paths.xml create mode 100644 bng1au/src/main/res/xml/network_security_config.xml create mode 100644 bng1au/src/main/res/xml/provider_paths.xml diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index b9823f3..ce15689 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -38,6 +38,12 @@ + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index cb834f7..07c3823 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -12,8 +12,10 @@