更新
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
interface ParseMiniProgramProjectJsonOptions {
|
||||
template: Record<string, any>;
|
||||
pagesJson: UniApp.PagesJson;
|
||||
}
|
||||
interface ProjectConfig {
|
||||
appid: string;
|
||||
projectname: string;
|
||||
condition?: {
|
||||
miniprogram?: UniApp.PagesJson['condition'];
|
||||
};
|
||||
}
|
||||
export declare const projectKeys: string[];
|
||||
export declare function isMiniProgramProjectJsonKey(name: string): boolean;
|
||||
export declare function parseMiniProgramProjectJson(jsonStr: string, platform: UniApp.PLATFORM, { template, pagesJson }: ParseMiniProgramProjectJsonOptions): ProjectConfig;
|
||||
export {};
|
||||
Reference in New Issue
Block a user