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

@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="">
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>qctool plus</title>
</head>
<body>
<body ontouchstart="">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>