Skip to content

Commit

Permalink
chore: 修改category
Browse files Browse the repository at this point in the history
  • Loading branch information
xwchris committed Dec 30, 2024
1 parent 9f59bd2 commit 978beab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = class MvJsonPlugin {
handleFile('review', '')
const categoryFile = path.resolve(process.cwd(), './src/category.json');
if (fs.existsSync(categoryFile)) {
handleFile('category', {})
handleFile('category', '{}')
}
})
}
Expand Down

0 comments on commit 978beab

Please sign in to comment.