@@ -160,13 +159,14 @@ const StoreCard = ({
-
{toolName}
+
+ {toolName}
+
{`ID: ${toolId}`}
{toolDesc && (
-
{`简介:${omitText(toolDesc, 18)}`}
+
+ {omitTextByByte(toolDesc, 64)}
+
)}
{showAuthor && (
@@ -180,7 +180,7 @@ const StoreCard = ({
alt={'Avatar'}
/>
}
- style={{ background: COLOR_BACKGROUND }}
+ style={{ background: theme.colorBgLayout }}
/>