fix: minor fixes

This commit is contained in:
saicaca
2024-01-21 20:19:34 +08:00
parent 3fcb566a54
commit 23533e9ac9
8 changed files with 45 additions and 36 deletions

View File

@@ -37,10 +37,11 @@ if (fs.existsSync(fullPath)) {
const content = `---
title: ${args[0]}
published: ${getDate()}
description:
image:
description: ''
image: ''
tags: []
category:
category: ''
draft: false
---
`