Luffa钱包SDK

This commit is contained in:
chen wei bo
2025-09-27 15:06:21 +08:00
parent 19417f1089
commit 66ba9dbc67
4 changed files with 146 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
declare global {
/**
* 微信小游戏运行时的全局对象
* 在 TypeScript 编译阶段不会报错
*/
const wx: any;
}
export {};