|
|
@@ -143,6 +143,15 @@ export default function RoomScreen() {
|
|
|
>
|
|
|
<View style={{ height: 90 + insets.top }} />
|
|
|
|
|
|
+ {/* iOS 特有免责声明 (应 Apple 审核要求显眼展示) */}
|
|
|
+ {Platform.OS === 'ios' && (
|
|
|
+ <View style={{ paddingHorizontal: 15, marginBottom: 15, alignItems: 'center' }}>
|
|
|
+ <Text style={{ color: 'rgba(255,255,255,0.4)', fontSize: 10, textAlign: 'center' }}>
|
|
|
+ 特别声明:本平台所有活动与苹果公司(Apple Inc.)无关
|
|
|
+ </Text>
|
|
|
+ </View>
|
|
|
+ )}
|
|
|
+
|
|
|
{/* 搜索栏和功能按钮 */}
|
|
|
<View style={styles.topSection}>
|
|
|
<ImageBackground source={{ uri: Images.welfare.roomInputBg }} style={styles.searchBox} resizeMode="stretch">
|