This commit is contained in:
曾志威
2026-05-16 12:18:22 +08:00
parent 8799c6e53e
commit 67d719cd46
5 changed files with 7 additions and 15 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/ttx_page_admin.iml" filepath="$PROJECT_DIR$/ttx_page_admin.iml" /> <module fileurl="file://$PROJECT_DIR$/ttx_page_admin.iml" filepath="$PROJECT_DIR$/ttx_page_admin.iml" />
<module fileurl="file://$PROJECT_DIR$/android/ttx_page_admin_android.iml" filepath="$PROJECT_DIR$/android/ttx_page_admin_android.iml" />
</modules> </modules>
</component> </component>
</project> </project>
-6
View File
@@ -1,6 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="main.dart" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method />
</configuration>
</component>
+1
View File
@@ -1,2 +1,3 @@
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.configuration-cache=false
android.useAndroidX=true android.useAndroidX=true
+2 -1
View File
@@ -1,5 +1,6 @@
#Sat May 16 11:43:59 CST 2026
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://mirrors.aliyun.com/gradle/distributions/v9.5.0/gradle-9.5.0-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
+3 -6
View File
@@ -15,9 +15,7 @@ pluginManagement {
maven("https://maven.aliyun.com/repository/public") maven("https://maven.aliyun.com/repository/public")
maven("https://maven.aliyun.com/repository/google") maven("https://maven.aliyun.com/repository/google")
maven("https://maven.aliyun.com/repository/central") maven("https://maven.aliyun.com/repository/central")
google() maven("https://repo.huaweicloud.com/repository/maven/")
mavenCentral()
gradlePluginPortal()
} }
} }
@@ -27,9 +25,8 @@ dependencyResolutionManagement {
maven("https://maven.aliyun.com/repository/public") maven("https://maven.aliyun.com/repository/public")
maven("https://maven.aliyun.com/repository/google") maven("https://maven.aliyun.com/repository/google")
maven("https://maven.aliyun.com/repository/central") maven("https://maven.aliyun.com/repository/central")
google() maven("https://repo.huaweicloud.com/repository/maven/")
mavenCentral() val storageUrl: String = System.getenv("FLUTTER_STORAGE_BASE_URL") ?: "https://storage.flutter-io.cn"
val storageUrl: String = System.getenv("FLUTTER_STORAGE_BASE_URL") ?: "https://storage.googleapis.com"
maven("$storageUrl/download.flutter.io") maven("$storageUrl/download.flutter.io")
} }
} }