refactor(docs): move sidebar styles to css file and remove cache busting

Clean up styles by moving them from config to dedicated CSS file
Remove unnecessary cache busting parameter from style import
This commit is contained in:
sanbuphy
2026-01-12 18:23:52 +08:00
parent eace31ff07
commit 3d9101c247
3 changed files with 28 additions and 40 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import 'viewerjs/dist/viewer.css'
import TypeIt from 'typeit'
import { onMounted, watch, nextTick } from 'vue'
import { useRoute, useData } from 'vitepress'
import './style.css?v=20260112' // 强制刷新缓存
import './style.css'
export default {
extends: DefaultTheme,