move package and add tab component for tui famework

This commit is contained in:
2025-10-10 19:59:22 +08:00
parent a176433c4f
commit 61baedb606
14 changed files with 553 additions and 72 deletions

View File

@@ -1,9 +1,14 @@
{
"name": "@jackmacwindows/cc-types",
"version": "1.0.1",
"description": "TypeScript type definitions for CraftOS modules.",
"types": "index.d.ts",
"files": ["./*.d.ts", "./audio", "./image", "./shell"],
"author": "JackMacWindows",
"license": "MIT"
}
"name": "@jackmacwindows/cc-types",
"version": "1.0.1",
"description": "TypeScript type definitions for CraftOS modules.",
"types": "index.d.ts",
"files": [
"./*.d.ts",
"./audio",
"./image",
"./shell"
],
"author": "JackMacWindows",
"license": "MIT"
}