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

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# node_modules
/server/node_modules
/webui/node_modules
# Editor configuration
/webui/.vscode/*
/server/.vscode/*
/.vscode/*
# HTTP client files
/http
*.http
# Environment file
.env
# Vite build output
/webui/dist