1.主界面背景图修复,彻底修复了权限错误的Bug

2.优化了JMActivity加载速度和效率
3.增加了地图上机厅位置修改的功能
4.增加了本本收藏功能
This commit is contained in:
2025-05-10 14:57:41 +08:00
parent 5844dc638d
commit 0649da7387
10 changed files with 169 additions and 48 deletions

View File

@@ -1,6 +1,12 @@
pluginManagement {
repositories {
google()
maven {
url 'https://maven.aliyun.com/repository/public'
}
maven {
url 'https://maven.aliyun.com/repository/jcenter'
}
mavenCentral()
gradlePluginPortal()
}
@@ -11,9 +17,15 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven {
url 'https://maven.aliyun.com/repository/public'
}
maven {
url 'https://maven.aliyun.com/repository/jcenter'
}
}
}
rootProject.name = "FindMaimaiUltra"
include ':app'