mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-28 15:59:29 +08:00
支持前端使能/禁用代码折叠
This commit is contained in:
@@ -19,6 +19,7 @@ export type Mask = {
|
||||
builtin: boolean;
|
||||
plugin?: string[];
|
||||
enableArtifacts?: boolean;
|
||||
enableCodeFold?: boolean;
|
||||
};
|
||||
|
||||
export const DEFAULT_MASK_STATE = {
|
||||
|
Reference in New Issue
Block a user