+ {platform !== 'ANDROID' && supportPlatform.includes('ANDROID') && (
+
+
+
+ )}
+ {platform === 'DESKTOP' && supportPlatform.includes('WEB') && (
+
+
+
+ )}
+ {platform === 'WEB' && supportPlatform.includes('DESKTOP') && (
+
+
+
+ )}
+
+
+
+
+
+
+
+