-
-
- }
- style={{ background: COLOR_BACKGROUND }}
- />
+ <>
+
+
+ {icon}
+
+
+ {platform.slice(0, 1)}-{ver}
+
-
- {authorName}
-
-
-
-
-
+
+
{toolName}
+
{`ID: ${toolId}`}
+ {toolDesc &&
{`简介:${toolDesc}`}
}
+
+
+
+
+ }
+ style={{ background: COLOR_BACKGROUND }}
+ />
+
+
+ {authorName}
+
+
+
+ {platform !== 'ANDROID' && supportPlatform.includes('ANDROID') && (
+
+
+
+ )}
+ {platform === 'DESKTOP' && supportPlatform.includes('WEB') && (
+
+
+
+ )}
+ {platform === 'WEB' && supportPlatform.includes('DESKTOP') && (
+
+
+
+ )}
+
+
+
+
+
+
+ {contextHolder}
+ >
)
}
@@ -231,25 +340,58 @@ const Store = () => {