解决错误回滚

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

@@ -59,10 +59,13 @@
"_components": [
{
"__id__": 182
},
{
"__id__": 184
}
],
"_prefab": {
"__id__": 184
"__id__": 186
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -4157,6 +4160,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "7bkSfj+OVGuqT1IoJ0Rnz6"
},
{
"__type__": "d625fKFNwZPLr8w4D408WZQ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 185
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcpbQYKUNJ/4vYjVze363q"
},
{
"__type__": "cc.PrefabInfo",
"root": {

File diff suppressed because it is too large Load Diff

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": {}
}