将 highlight 代码高亮的全局引入,改成局部引入

This commit is contained in:
shizhong
2023-06-13 21:42:32 +08:00
parent 6f266fb967
commit 99774fc622
4 changed files with 57 additions and 33 deletions

View File

@ -443,5 +443,6 @@ export default {
btn_zoom_in: 'Zoom in',
btn_zoom_out: 'Zoom out',
preview: 'Preivew'
}
},
'OAuth 2.0': 'OAuth 2.0'
}

View File

@ -436,5 +436,6 @@ export default {
btn_zoom_in: '放大',
btn_zoom_out: '缩小',
preview: '预览'
}
},
'OAuth 2.0': 'OAuth 2.0'
}