解决错误回滚

This commit is contained in:
2025-08-14 15:54:19 +08:00
parent 3b4ce5b33e
commit f539cf9b7b
4 changed files with 2693 additions and 531 deletions

View File

@@ -0,0 +1,14 @@
import { _decorator, Component, Node } from 'cc';
const { ccclass, property } = _decorator;
@ccclass('HCardUICom')
export class HCardUICom extends Component {
start() {
}
update(deltaTime: number) {
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "d625f285-3706-4f2e-bf30-e03e34f16650",
"files": [],
"subMetas": {},
"userData": {}
}