This commit is contained in:
zyronon
2023-09-25 23:58:46 +08:00
parent 5c1994f0db
commit c0185f585b
4 changed files with 87 additions and 99 deletions

View File

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