wip
This commit is contained in:
@@ -72,6 +72,8 @@ export function getDefaultDict(val: Partial<Dict> = {}): Dict {
|
||||
en_name: '',
|
||||
category_id: null,
|
||||
is_default: false,
|
||||
update: false,
|
||||
cover: '',
|
||||
|
||||
...val,
|
||||
words: shallowReactive(val.words ?? []),
|
||||
|
||||
@@ -178,6 +178,8 @@ export interface Dict extends DictResource {
|
||||
createdBy?: string
|
||||
category_id?: number
|
||||
is_default?: boolean
|
||||
update?: boolean
|
||||
cover?: string
|
||||
}
|
||||
|
||||
export interface ArticleItem {
|
||||
|
||||
Reference in New Issue
Block a user