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: { mode: {
"ui:size": "xs", "ui:size": "xs",
"ui:options": { "ui:options": {
enumI18nPrefix: "birdseye.trackingMode" enumI18nPrefix: "birdseye.trackingMode",
} },
}, },
}, },
}, },

View File

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

View File

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

View File

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