🔨add checkbox plugin

This commit is contained in:
SocialSisterYi
2023-02-21 12:18:23 +08:00
parent e16f2718c9
commit 5493134f73
3 changed files with 1266 additions and 1251 deletions

View File

@@ -19,5 +19,8 @@ module.exports = {
],
sidebar: 'auto',
},
markdown: {
plugins: ['task-lists']
},
plugins: ['@vuepress/back-to-top'],
}