feat: 初版提交

This commit is contained in:
2025-01-13 23:11:52 +08:00
commit 340392bcf9
15 changed files with 442 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.airgame.compose.ui.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
],
"injectors": {
"defaultRequire": 1
}
}