Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- /// <reference types="miniprogram-api-typings" />
- export declare function getSystemInfoSync(): WechatMiniprogram.SystemInfo;
- export declare function canIUseModel(): boolean;
- export declare function canIUseFormFieldButton(): boolean;
- export declare function canIUseAnimate(): boolean;
- export declare function canIUseGroupSetData(): boolean;
- export declare function canIUseNextTick(): boolean;
- export declare function canIUseCanvas2d(): boolean;
- export declare function canIUseGetUserProfile(): boolean;
|