@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
31 lines (30 loc) • 1.22 kB
TypeScript
export declare const INPUT_PLACEHOLDER = "\u8BF7\u8F93\u5165\u95EE\u9898\u6216\"/\"\u83B7\u53D6\u63D0\u793A\u8BCD";
export declare const SELECT_PLACEHOLDER = "\u5411\u6211\u63D0\u95EE/\u9009\u62E9\u64CD\u4F5C";
export declare const STOP_ANSWER = "\u505C\u6B62\u56DE\u7B54";
export declare const REPLACE_SELECT = "\u66FF\u6362\u9009\u4E2D\u5185\u5BB9";
export declare const INSERT_TEXT = "\u63D2\u5165\u5185\u5BB9";
export declare const INSERT_SUB_CONTENT_TEXT = "\u63D2\u5165\u5185\u5BB9\u4E0B\u65B9";
export declare const REGENERATE = "\u91CD\u65B0\u751F\u6210";
export declare const CLOSE = "\u5173\u95ED";
export declare const THINK_TEXT = "\u6B63\u5728\u4E3A\u60A8\u5206\u6790\u5E76\u603B\u7ED3\u7B54\u6848";
export declare const RESULT_HEADER_TEXT = "\u6839\u636E\u60A8\u7684\u8BC9\u6C42\uFF0C\u5DF2\u4E3A\u60A8\u89E3\u7B54\uFF0C\u5177\u4F53\u5982\u4E0B\uFF1A";
export declare const MENU_TITLE_DATA: {
editor: {
id: string;
text: string;
icon: string;
}[];
tone: {
id: string;
text: string;
}[];
adjust: {
id: string;
text: string;
}[];
};
export declare const MENU_ID_MAP: {
editor: string;
tone: string;
adjust: string;
};