version:1.0.0

bugfixes:
update:主页完成
This commit is contained in:
2026-01-27 16:00:07 +08:00
parent 69d3ddd498
commit faa81e0d5b
33 changed files with 1146 additions and 158 deletions

View File

@@ -33,6 +33,11 @@ allprojects {
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs.add('-Xbootclasspath/p:app/libs/framework.jar')
}
}
}
task clean(type: Delete) {