refactor: remove unused ProviderLogo styled component from multiple pages

- Deleted the ProviderLogo styled component from CodeToolsPage, AihubmixPage, and PreprocessProviderSettings to streamline the codebase and eliminate redundancy.
This commit is contained in:
MyPrototypeWhat 2025-09-29 17:48:01 +08:00
parent 99962b740c
commit d470fd8b88
3 changed files with 0 additions and 11 deletions

View File

@ -560,8 +560,4 @@ const BunInstallAlert = styled.div`
margin-bottom: 24px;
`
const ProviderLogo = styled(Avatar)`
border-radius: 4px;
`
export default CodeToolsPage

View File

@ -1026,10 +1026,6 @@ const StyledInputNumber = styled(InputNumber)`
width: 70px;
`
const ProviderLogo = styled(Avatar)`
border: 0.5px solid var(--color-border);
`
// 添加新的样式组件
const ModeSegmentedContainer = styled.div`
display: flex;

View File

@ -184,8 +184,5 @@ const ProviderName = styled.span`
font-size: 14px;
font-weight: 500;
`
const ProviderLogo = styled(Avatar)`
border: 0.5px solid var(--color-border);
`
export default PreprocessProviderSettings