Skip to content

Commit ac3f9f7

Browse files
committed
✨️冰社2.0✨️
1 parent 929cde6 commit ac3f9f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1546
-363
lines changed

.idea/codeStyles/Project.xml

+123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

-17
This file was deleted.

.idea/dictionaries/kirmai.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

+44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+26-9
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99

1010
✨一个集成了各种好玩功能的Xposed模块,支持获取vip,去除广告,等功能 ✨
1111

12-
1312
</div>
1413

14+
**🌈冰社2.0 大版本更新来了,这次更新内容较多,大家可以下载体验一下🌈**
15+
1516
## ✨如何使用
1617

1718
点击[这里](https://github.com/Xposed-Modules-Repo/me.bingyue.IceCore/releases),下载**最新版本**
1819

20+
> 注:部分软件可能需要登录才能获取会员
21+
1922
---
2023

2124
## ✨免责声明
@@ -26,11 +29,18 @@
2629

2730
---
2831

29-
## 联系方式
32+
## 常见问题
3033

31-
如果你对冰社有更好的建议,可以加入[QQ群](https://qm.qq.com/q/hnbnj43qwM)来跟我们探讨模块
34+
- **Q:为什么我勾了软件没会员**
35+
- **A:请查看下面的使用说明,部分软件破解方法不同,如果试了还是这样就去GitHub提issue,另外部分软件要登陆才能获取会员**
36+
- **Q:为什么点开模块设置会闪退**
37+
- **A:请先前往LSPosed激活模块**
3238

33-
你也可以提出想适配的`app` 我会看看行不行
39+
---
40+
41+
## ✨联系方式
42+
43+
我们目前有[QQ群](https://qm.qq.com/q/hnbnj43qwM)[TG频道](https://t.me/bingyue_personal),可以自由选择加入
3444

3545
---
3646

@@ -40,7 +50,6 @@
4050
| --------- | ---- |
4151
| 获取`VIP` | 🟢 |
4252
| 去除广告 | 🟢 |
43-
| 附加功能 | 🔴 |
4453

4554
---
4655

@@ -49,16 +58,19 @@
4958
| APP名字 | 状态 | 功能 | 测试的版本 |
5059
| ------------- | ---- | -------------------------------------------------- | ---------- |
5160
| 一叶日历 | 🟢 | 获取`vip`解锁完整版 | 1.17 |
61+
| 彩云天气 | 🟢 | 解锁vip | 7.24.0 |
5262
| 365日历 | 🟢 | 获取`vip`解锁完整版 | 7.6.7 |
63+
| es文件管理 | 🟢 | 解锁vip | 4.4.2.17 |
5364
| 钱迹 | 🟢 | 解锁`vip` | 4.1.1 |
5465
| 倒数日 | 🟢 | 破解了内购,点击购买后退出即可获得`vip` | 1.22.0\ |
5566
| 小黑屋 | 🟢 | 破解了使用激活码激活,随便输入一个支付宝订单号即可 | 1.9.18c |
56-
| fake_location | 🟢 | 解锁`vip`完整版 | 1.3.5 BETA |
67+
| fake_location | 🟢 | 解锁`vip` | 1.3.5 BETA |
5768
| 堆糖 | 🟢 | 可以自由使用vip功能 | 8.42.3 |
69+
| vmos pro | 🟢 | 去登录 | 3.0.7 |
5870
| 番茄小说 | 🟢 | 去除广告 | 6.4.5.32 |
5971
| 小熊录屏 | 🟢 | 可以使用vip功能 | 2.4.4 |
60-
| 一木记账 | 🟠 | `vip`功能解锁 | 5.8.4 |
61-
| nfc tool | 🟢 | 去登录,可以使用vip功能 | 2.6.5 |
72+
| 一木记账 | 🟢 | `vip`功能解锁 | 5.8.9 |
73+
| nfc tool | 🟢 | 可以使用vip功能 | 2.6.5 |
6274
| 滴答清单 | 🟢 | `vip`破解 | 7.3.1.0 |
6375

6476
---
@@ -81,7 +93,12 @@ https://www.123865.com/s/dNbHjv-kqFsA?提取码:CZ3Z
8193

8294
---
8395

96+
## ⭐Star
97+
98+
[![Stargazers over time](https://starchart.cc/bingqiu456/IceCore.svg)](https://starchart.cc/bingqiu456/IceCore)
99+
100+
---
101+
84102
## 📜LICENSE
85103

86104
[GNU General Public License v3.0](https://github.com/bingqiu456/IceCore/blob/main/LICENSE)
87-

app/build.gradle

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ plugins {
55

66
android {
77
compileSdkVersion 33
8-
buildToolsVersion "33.0.0"
8+
buildToolsVersion "33.0.1"
99
namespace 'me.bingyue.IceCore'
1010

1111
defaultConfig {
1212
applicationId "me.bingyue.IceCore"
1313
minSdkVersion 27
1414
targetSdkVersion 33
15-
versionCode 1
16-
versionName "1.2.2"
15+
versionCode 2
16+
versionName "2.0.0"
1717
// ndk {
1818
// abiFilters "x86_64","x86","armeabi-v7a","arm64-v8a"
1919
// }
@@ -32,6 +32,7 @@ android {
3232
buildTypes {
3333
release {
3434
minifyEnabled true
35+
shrinkResources true
3536
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3637
}
3738
}
@@ -57,6 +58,8 @@ android {
5758
}
5859

5960
dependencies {
61+
implementation("io.coil-kt:coil-compose:2.0.0")
62+
implementation("io.coil-kt:coil-svg:2.0.0")
6063
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
6164
implementation 'androidx.activity:activity-compose:1.5.1'
6265
implementation platform('androidx.compose:compose-bom:2022.10.00')
@@ -65,11 +68,9 @@ dependencies {
6568
implementation 'androidx.compose.ui:ui-tooling-preview'
6669
implementation 'androidx.compose.material3:material3'
6770
implementation platform('androidx.compose:compose-bom:2022.10.00')
68-
implementation platform('androidx.compose:compose-bom:2022.10.00')
6971
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
7072
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
7173
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
72-
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
7374
compileOnly files('libs/XposedBridgeApi-82.jar')
7475
implementation 'androidx.appcompat:appcompat:1.1.0'
7576
implementation 'com.google.android.material:material:1.1.0'

0 commit comments

Comments
 (0)