feat: 频谱仪: 添加幅度菜单和单位支持
Some checks failed
/ lint-build-and-check (push) Has been cancelled
/ playwright (push) Has been cancelled
/ cleanup_surge (push) Has been cancelled
/ build-and-deploy-to-vercel (push) Has been cancelled
/ surge (push) Has been cancelled

This commit is contained in:
严浩
2025-05-09 16:48:07 +08:00
parent aafff004f4
commit f34202febb
2 changed files with 374 additions and 180 deletions

View File

@ -2,6 +2,20 @@ export enum E_选项卡菜单 {
= '频率单位列表',
= '频率菜单列表',
= '跨度菜单列表',
= '幅度菜单列表',
= '幅度单位列表',
}
export enum E_幅度菜单列表的项目 {
RefLevel = 'Ref Level',
// Attenuation = 'Attenuation', // 如果衰减也需要类似交互,则取消注释
}
export enum E_幅度单位 {
dBm = 'dBm',
mV = 'mV',
uV = 'µV', // 使用 uV 表示微伏
uA = 'µA', // 使用 uA 表示微安
}
export enum E_跨度菜单列表的项目 {