feat:美化引用样式

This commit is contained in:
2025-12-12 14:30:44 +08:00
parent c68d66f01a
commit 8b2c289833
6 changed files with 222 additions and 14 deletions

View File

@@ -211,6 +211,13 @@ export default defineConfig({
lastUpdated: true,
markdown: {
lineNumbers: true
lineNumbers: true,
container: {
tipLabel: '提示',
warningLabel: '注意',
dangerLabel: '警告',
infoLabel: '信息',
detailsLabel: '详细信息'
}
},
})