feat(editor): add scroll navigation and update theme Markdown behavior

This commit is contained in:
2026-09-06 17:15:41 +08:00
parent f32971d32e
commit f0fe8f2629
15 changed files with 211 additions and 8 deletions
+1
View File
@@ -4,6 +4,7 @@ import App from './App.vue'
import router from './router'
import './styles/tokens.css'
import './styles/features.css'
import './styles/markdown-behavior.css'
import { useThemeStore } from './stores/theme'
import { useSettingsStore } from './stores/settings'
import { watch } from 'vue'