feat: change main language to english

This commit is contained in:
email
2022-02-04 22:48:22 +08:00
parent 321183db52
commit 226e9c156a
32 changed files with 161 additions and 158 deletions

View File

@ -4,13 +4,10 @@ import { InputAction } from "tiny-undo";
* Define storage data type
*/
interface StorageData {
// 编辑器输入缓存内容
// Editor content cache
editorContentCache: string;
// 分词开关
shouldSplitMemoWord: boolean;
// 是否隐藏图片链接地址
shouldHideImageUrl: boolean;
// markdown 解析开关
shouldUseMarkdownParser: boolean;
// Editor setting