style: auto format

This commit is contained in:
GitHub Action 2021-09-08 06:01:15 +00:00
parent 62a01c8ea1
commit 52b1326b29
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const got = require('@/utils/got');
const { parseDate } = require('@/utils/parse-date');
const timezone = require('@/utils/timezone');
const md = require('markdown-it')({
html:true
html: true,
});
// 加载文章页
async function load(id) {