feat:增加点和数字切换,减小点最大尺寸,增加range配色方案
This commit is contained in:
@@ -9,6 +9,7 @@ export type HudNoticeTone = "ok" | "warn" | "info";
|
||||
|
||||
export type SignalTone = "cyan" | "lime" | "orange" | "violet" | "gold" | "rose";
|
||||
export type PressureColorMapPreset = "emerald" | "arctic" | "ember";
|
||||
export type MatrixDisplayMode = "numeric" | "dots";
|
||||
|
||||
export type SignalPanelSide = "left" | "right";
|
||||
|
||||
@@ -82,6 +83,9 @@ export interface HudCopy {
|
||||
rangeMinLabel: string;
|
||||
rangeMaxLabel: string;
|
||||
colorMapLabel: string;
|
||||
matrixViewLabel: string;
|
||||
matrixViewNumericLabel: string;
|
||||
matrixViewDotsLabel: string;
|
||||
resetConfigLabel: string;
|
||||
applyLiveHint: string;
|
||||
runtimeReady: string;
|
||||
@@ -131,6 +135,7 @@ export interface HudMatrixConfig {
|
||||
rangeMin: number;
|
||||
rangeMax: number;
|
||||
colorMapPreset: PressureColorMapPreset;
|
||||
matrixDisplayMode: MatrixDisplayMode;
|
||||
}
|
||||
|
||||
export interface SerialConnectResult {
|
||||
|
||||
Reference in New Issue
Block a user