diff --git a/src/components/ProviderList.tsx b/src/components/ProviderList.tsx index a4a886a..d08cd6b 100644 --- a/src/components/ProviderList.tsx +++ b/src/components/ProviderList.tsx @@ -221,12 +221,13 @@ const ProviderList: React.FC = ({ {provider.name} {/* 分类徽章已移除 */} - {isCurrent && ( -
- - 当前使用 -
- )} +
+ + 当前使用 +
@@ -253,7 +254,7 @@ const ProviderList: React.FC = ({
- {appType === "codex" && isCurrent && provider.category !== "official" && ( + {appType === "codex" && provider.category !== "official" && (