ai/at
1
0

fix social-app patch support page

This commit is contained in:
2026-02-03 10:35:37 +09:00
parent f27cae0669
commit 7086e7598d
7 changed files with 135 additions and 98 deletions

View File

@@ -1,26 +1,27 @@
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
index 3442d1bdf..8ed9e3d0d 100644
index cc4477696..10056d1cc 100644
--- a/src/view/com/auth/SplashScreen.tsx
+++ b/src/view/com/auth/SplashScreen.tsx
@@ -1,5 +1,6 @@
@@ -1,6 +1,8 @@
import {useMemo} from 'react'
-import {Image as RNImage, View} from 'react-native'
+import {Image as RNImage, View, Pressable, Linking} from 'react-native'
+import {Text} from '#/components/Typography'
+import {Image as RNImage, View, Pressable} from 'react-native'
import Animated, {FadeIn, FadeOut} from 'react-native-reanimated'
+import {Text} from '#/components/Typography'
+import {navigate} from '#/Navigation'
import {Image} from 'expo-image'
import {msg, Trans} from '@lingui/macro'
@@ -124,6 +125,18 @@ export const SplashScreen = ({
import {useLingui} from '@lingui/react'
@@ -124,6 +126,17 @@ export const SplashScreen = ({
</ButtonText>
</Button>
</View>
+ <View style={[a.pb_sm, a.justify_center, a.align_center]}>
+ <Pressable onPress={() => Linking.openURL('https://syu.is/about/support/license')}>
+ <Pressable onPress={() => navigate('License')}>
+ <Text
+ style={[
+ a.text_xs,
+ t.atoms.text_contrast_low,
+ {textDecorationLine: 'underline'},
+ {color: '#000000', textDecorationLine: 'underline'},
+ ]}>
+ License
+ </Text>
@@ -30,13 +31,13 @@ index 3442d1bdf..8ed9e3d0d 100644
</>
)
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx
index 22dd23d7f..7ceb3800e 100644
index d9185d778..504f521a4 100644
--- a/src/view/com/auth/SplashScreen.web.tsx
+++ b/src/view/com/auth/SplashScreen.web.tsx
@@ -94,14 +94,6 @@ export const SplashScreen = ({
</View>
)}
</View>
)}
- <Text
- style={[
- a.text_md,
@@ -46,5 +47,5 @@ index 22dd23d7f..7ceb3800e 100644
- <Trans>What's up?</Trans>
- </Text>
</View>
<View