update
This commit is contained in:
3
.vitepress/theme/custom.css
Normal file
3
.vitepress/theme/custom.css
Normal file
@@ -0,0 +1,3 @@
|
||||
:lang(zh) {
|
||||
--vp-code-copy-copied-text-content: '已复制'
|
||||
}
|
||||
@@ -3,6 +3,7 @@ import DefaultTheme from "vitepress/theme"
|
||||
import BVideo from "./components/BVideo.vue"
|
||||
import Author from "./components/Author.vue"
|
||||
import CodeEditor from "./components/CodeEditor.vue"
|
||||
import './custom.css'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
|
||||
Reference in New Issue
Block a user