feat: 完成查看色谱柱的功能

This commit is contained in:
2025-08-30 23:15:06 +08:00
parent 0223dff65e
commit 694ac5ce46
30 changed files with 2328 additions and 471 deletions

View File

@@ -8,11 +8,11 @@ import vueDevTools from 'vite-plugin-vue-devtools'
export default defineConfig({
plugins: [
vue(),
vueDevTools(),
// vueDevTools(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
}
})