feat: 添加跨度菜单列表及其项目,更新频谱仪状态管理
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m57s
/ surge (push) Successful in 2m42s
/ cleanup_surge (push) Successful in 16s
/ playwright (push) Successful in 55s
/ lint-build-and-check (push) Successful in 6m13s

This commit is contained in:
严浩
2025-05-08 18:10:27 +08:00
parent 243b2bbd6b
commit b850ae82ae
2 changed files with 185 additions and 57 deletions

View File

@ -1,6 +1,13 @@
export enum E_选项卡菜单 {
= '频率单位列表',
= '频率菜单列表',
= '跨度菜单列表',
}
export enum E_跨度菜单列表的项目 {
FullSpan = 'Full Span',
ZeroSpan = 'Zero Span',
LastSpan = 'Last Span',
}
/* 值是在屏幕上显示的值。 */