feat: login rest

This commit is contained in:
Blizzard
2026-02-12 09:26:39 +08:00
parent e97fd30fa3
commit 5553e2711a
115 changed files with 4090 additions and 3499 deletions
+1 -7
View File
@@ -1,8 +1,2 @@
/// <reference types="miniprogram-api-typings" />
/// <reference types="miniprogram-api-typings" />
declare const _default: WechatMiniprogram.Behavior.BehaviorIdentifier<WechatMiniprogram.Component.DataOption, WechatMiniprogram.Component.PropertyOption, {
resetTouchStatus(): void;
touchStart(event: any): void;
touchMove(event: any): void;
}, WechatMiniprogram.Component.BehaviorOption>;
declare const _default: string;
export default _default;