fix: 格式化 PinPuYi.vue
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m56s
/ playwright (push) Failing after 1m51s
/ surge (push) Successful in 2m57s
/ cleanup_surge (push) Has been skipped
/ lint-build-and-check (push) Successful in 5m35s

This commit is contained in:
严浩
2025-05-09 16:51:03 +08:00
parent f34202febb
commit ab70388a53
2 changed files with 19 additions and 13 deletions

View File

@ -1,9 +1,9 @@
export enum E_选项卡菜单 {
= '幅度单位列表',
= '幅度菜单列表',
= '跨度菜单列表',
= '频率单位列表',
= '频率菜单列表',
= '跨度菜单列表',
= '幅度菜单列表',
= '幅度单位列表',
}
export enum E_幅度菜单列表的项目 {
@ -14,14 +14,14 @@ export enum E_幅度菜单列表的项目 {
export enum E_幅度单位 {
dBm = 'dBm',
mV = 'mV',
uV = 'µV', // 使用 uV 表示微伏
uA = 'µA', // 使用 uA 表示微安
uV = 'µV', // 使用 uV 表示微伏
}
export enum E_跨度菜单列表的项目 {
FullSpan = 'Full Span',
ZeroSpan = 'Zero Span',
LastSpan = 'Last Span',
ZeroSpan = 'Zero Span',
}
/* 值是在屏幕上显示的值。 */