Develop dictionary management function

This commit is contained in:
zyronon
2023-11-29 01:57:23 +08:00
parent 2d06e1fc2a
commit 72875a5fc9
18 changed files with 197 additions and 1237 deletions

View File

@@ -84,7 +84,6 @@ export interface Article {
title: string,
titleTranslate: string,
text: string,
textFormat: string,
textCustomTranslate: string,
textCustomTranslateIsFormat: boolean,//翻译是否格式化
textNetworkTranslate: string,
@@ -100,7 +99,6 @@ export const DefaultArticle: Article = {
title: '',
titleTranslate: '',
text: '',
textFormat: '',
textCustomTranslate: '',
textNetworkTranslate: '',
textCustomTranslateIsFormat: false,