feat: 支持 toast

This commit is contained in:
richarjiang
2026-03-16 21:04:38 +08:00
parent b05ef71368
commit 45bb6b35ae
13 changed files with 933 additions and 0 deletions

View File

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