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,8 +1,2 @@
/// <reference types="miniprogram-api-typings" />
/// <reference types="miniprogram-api-typings" />
declare const themeChangeBehavior: WechatMiniprogram.Behavior.BehaviorIdentifier<{
theme: string;
}, WechatMiniprogram.Component.PropertyOption, {
_initTheme(): void;
}, WechatMiniprogram.Component.BehaviorOption>;
declare const themeChangeBehavior: string;
export default themeChangeBehavior;