Develop dictionary management function

This commit is contained in:
zyronon
2023-11-28 21:29:52 +08:00
parent a0568b7eaa
commit c5887dc4e4
8 changed files with 18 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ export interface Article {
}
export const DefaultArticle: Article = {
// id: uuidv4(),
// id: nanoid(6),
id: '',
title: '',
titleTranslate: '',