declare global { /** * 微信小游戏运行时的全局对象 * 在 TypeScript 编译阶段不会报错 */ const wx: any; } export {};