generated from halo-dev/plugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
plugin-content-tools/ui/src/views/tabs/MarkdownImport.vue
Lines 289 to 299 in 8352b19
| title: matterData.title || fileName, | |
| slug: matterData.slug || fileName.toLowerCase().replace(/\s+/g, '-'), | |
| template: '', | |
| cover: '', | |
| deleted: false, | |
| publish: false, | |
| publishTime: undefined, | |
| pinned: false, | |
| allowComment: true, | |
| visible: 'PUBLIC', | |
| priority: 0, |
这里并没有将 cover 进行引用,为什么?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels