feat:初始化qi

This commit is contained in:
m0_75251201
2025-10-22 15:59:08 +08:00
commit 768c294a87
25 changed files with 867 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}