添加demo

This commit is contained in:
gongxh
2025-09-17 10:25:13 +08:00
parent d7fc1e49ae
commit b582a5d1da
29 changed files with 2125 additions and 1 deletions

10
bt-demo/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"module": "ES6",
"target": "ES6"
}
}