feat: 支持 PK 数据以及详情页面

This commit is contained in:
richarjiang
2026-04-07 21:07:35 +08:00
parent e05a6a1f8c
commit 0ecb572ba8
13 changed files with 4313 additions and 164 deletions

View File

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