diff --git a/website/src/components/Resource/DetailCard/index.tsx b/website/src/components/Resource/DetailCard/index.tsx index ce9cd6d32960..c0cbfeed1276 100644 --- a/website/src/components/Resource/DetailCard/index.tsx +++ b/website/src/components/Resource/DetailCard/index.tsx @@ -105,12 +105,12 @@ export default function ResourceDetailCard({ resource }: Props) {
- {" "} + {" "} {(pypiData && pypiData.info.requires_python) || "无"}
- {" "} + {" "} {(pypiData && pypiData.releases[pypiData.info.version] && `${ @@ -131,17 +131,17 @@ export default function ResourceDetailCard({ resource }: Props) {
- {" "} + {" "} {(pypiData && pypiData.info.version) || "无"}
- {" "} + {" "} {moduleName}
- {" "} + {" "} {projectLink}