上传文件至 .vitepress/theme

This commit is contained in:
2026-04-13 12:28:13 +08:00
parent da2eb7841b
commit f91fcad2bc

View File

@@ -0,0 +1,6 @@
import DefaultTheme from 'vitepress/theme'
import './style/print.css'
export default {
...DefaultTheme,
}