支持前端使能/禁用代码折叠

This commit is contained in:
code-october
2024-10-11 11:19:36 +00:00
parent c5074f0aa4
commit 6792d6e475
7 changed files with 52 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ export type Mask = {
builtin: boolean;
plugin?: string[];
enableArtifacts?: boolean;
enableCodeFold?: boolean;
};
export const DEFAULT_MASK_STATE = {