refactor(ui): polish semi mileage workspace

This commit is contained in:
lingniu
2026-07-19 17:51:36 +08:00
parent 53767c707c
commit adc01f2fa4
2 changed files with 190 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ function SourceStrategy({ value, onChange }: { value: MileageSourceOption[]; onC
title={`当前优先:${primarySource?.label ?? '未配置'}`}
onClick={() => setOpen((current) => !current)}
>
<span></span><em>{primarySource?.protocol ?? '未配置'} </em><b>{enabled.length}/3</b>
<span></span><em>{primarySource?.protocol ?? '未配置'} </em><b>{enabled.length}/3</b>
</Button>
<WorkspaceSideSheet
className="v2-mileage-source-sidesheet"