This commit is contained in:
2024-12-19 22:50:59 +08:00
parent 3ae7becc40
commit 4920667ac9
24 changed files with 89 additions and 42 deletions

View File

@@ -0,0 +1,3 @@
:lang(zh) {
--vp-code-copy-copied-text-content: '已复制'
}

View File

@@ -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,