feat:美化引用样式
This commit is contained in:
@@ -211,6 +211,13 @@ export default defineConfig({
|
||||
lastUpdated: true,
|
||||
|
||||
markdown: {
|
||||
lineNumbers: true
|
||||
lineNumbers: true,
|
||||
container: {
|
||||
tipLabel: '提示',
|
||||
warningLabel: '注意',
|
||||
dangerLabel: '警告',
|
||||
infoLabel: '信息',
|
||||
detailsLabel: '详细信息'
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user