feat: add device-type background colors to subtasks, fix collapsed header height

子任务现按设备类型显示不同背景色和左侧色条,便于区分。
修复 Naive UI default padding-top 导致折叠时标题高度不一致的问题。
This commit is contained in:
xin
2026-06-22 10:30:27 +08:00
parent 2ed0ab1457
commit f75768805b
7 changed files with 39 additions and 6 deletions

2
src-tauri/Cargo.lock generated
View File

@ -3180,7 +3180,7 @@ dependencies = [
[[package]]
name = "spectral-insight-mission-plan"
version = "0.0.5"
version = "0.0.7"
dependencies = [
"byteorder",
"chrono",

View File

@ -1,6 +1,6 @@
[package]
name = "spectral-insight-mission-plan"
version = "0.0.7"
version = "0.0.8"
description = "Spectral Insight Mission Plan"
authors = ["you"]
edition = "2021"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Spectral Insight Mission Plan",
"version": "0.0.7",
"version": "0.0.8",
"identifier": "com.spectral-insight.mission-plan",
"build": {
"beforeDevCommand": "npm run dev",