fix: format

This commit is contained in:
ZhaiSoul 2026-05-09 15:22:06 +08:00
parent 4b15e68b74
commit 423d4719bf
4 changed files with 11 additions and 11 deletions

View File

@ -26,8 +26,8 @@ const birdseye: SectionConfigOverrides = {
mode: {
"ui:size": "xs",
"ui:options": {
enumI18nPrefix: "birdseye.trackingMode"
}
enumI18nPrefix: "birdseye.trackingMode",
},
},
},
},

View File

@ -130,11 +130,11 @@ const review: SectionConfigOverrides = {
size: "full",
},
},
"image_source": {
image_source: {
"ui:options": {
enumI18nPrefix: "review.imageSource",
},
}
},
},
},
},

View File

@ -37,9 +37,9 @@ const snapshots: SectionConfigOverrides = {
},
"retain.mode": {
"ui:options": {
enumI18nPrefix: "snapshot.retainMode"
}
}
enumI18nPrefix: "snapshot.retainMode",
},
},
},
},
global: {

View File

@ -23,16 +23,16 @@ const ui: SectionConfigOverrides = {
timezone: {
"ui:widget": "timezoneSelect",
},
"time_format": {
time_format: {
"ui:options": { enumI18nPrefix: "ui.timeFormat" },
},
"date_style": {
date_style: {
"ui:options": { enumI18nPrefix: "ui.TimeOrDateStyle" },
},
"time_style": {
time_style: {
"ui:options": { enumI18nPrefix: "ui.TimeOrDateStyle" },
},
"unit_system": {
unit_system: {
"ui:options": { enumI18nPrefix: "ui.unitSystem" },
},
},