2025/9/26/1:02

This commit is contained in:
2025-09-26 01:02:43 +08:00
parent c1b7a1174d
commit 578d49826b
10 changed files with 199 additions and 49 deletions

View File

@@ -1,4 +1,7 @@
// index.ts
import { IAppOption } from "../../../typings";
// 获取应用实例
const app = getApp<IAppOption>()
Component({