This commit is contained in:
zyronon
2023-10-13 02:14:11 +08:00
parent 375420cf69
commit 85e0330d5f
13 changed files with 213 additions and 151 deletions

View File

@@ -103,7 +103,7 @@ export interface Article {
export const DefaultArticle: Article = {
// id: uuidv4(),
id: '-1',
id: '',
title: '',
titleTranslate: '',
text: '',