初步实现脚手架

This commit is contained in:
Joker.X
2025-11-30 01:38:52 +08:00
parent 8547f27605
commit 5e895c406c
113 changed files with 8241 additions and 30 deletions

View File

@@ -18,6 +18,8 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
// JitPack 远程仓库https://jitpack.io
maven { url = uri("https://jitpack.io") }
}
}