ai/at
1
0

fix social-app ios host server

This commit is contained in:
2025-12-08 15:49:28 +09:00
parent ea589afe41
commit 5b21fc6cac
3 changed files with 51 additions and 3 deletions

View File

@@ -68,8 +68,7 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a
## build ## build
- https://appstoreconnect.apple.com/
- https://developer.apple.com/account/resources/profiles/list
```sh ```sh
# build # build
@@ -82,6 +81,8 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a
./install.zsh ./install.zsh
--- ---
# social-app ios # social-app ios
# https://appstoreconnect.apple.com/
# https://developer.apple.com/account/resources/profiles/list
./install.zsh pull;./ios/setup.zsh ./install.zsh pull;./ios/setup.zsh
./ios/build.zsh ./ios/build.zsh
``` ```

View File

@@ -125,6 +125,15 @@ diff --git a/src/lib/strings/url-helpers.ts b/src/lib/strings/url-helpers.ts
index 6088e2806..0f6787a4d 100644 index 6088e2806..0f6787a4d 100644
--- a/src/lib/strings/url-helpers.ts --- a/src/lib/strings/url-helpers.ts
+++ b/src/lib/strings/url-helpers.ts +++ b/src/lib/strings/url-helpers.ts
@@ -53,7 +53,7 @@ export function toNiceDomain(url: string): string {
try {
const urlp = new URL(url)
if (`https://${urlp.host}` === BSKY_SERVICE) {
- return 'Bluesky Social'
+ return 'syu.is'
}
return urlp.host ? urlp.host : url
} catch (e) {
@@ -338,7 +338,7 @@ export function createProxiedUrl(url: string): string { @@ -338,7 +338,7 @@ export function createProxiedUrl(url: string): string {
return url return url
} }

View File

@@ -2,7 +2,24 @@ diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen
index 3442d1bdf..dd2d1fdfb 100644 index 3442d1bdf..dd2d1fdfb 100644
--- a/src/view/com/auth/SplashScreen.tsx --- a/src/view/com/auth/SplashScreen.tsx
+++ b/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx
@@ -102,6 +102,17 @@ export const SplashScreen = ({ @@ -40,16 +40,6 @@ export const SplashScreen = ({
<View style={[a.pb_sm, a.pt_5xl]}>
<Logotype width={161} fill={t.atoms.text.color} />
</View>
-
- <Text
- style={[
- a.text_md,
- a.font_semi_bold,
- t.atoms.text_contrast_medium,
- a.text_center,
- ]}>
- <Trans>What's up?</Trans>
- </Text>
</View>
<View
@@ -92,6 +82,17 @@ export const SplashScreen = ({
<AppLanguageDropdown /> <AppLanguageDropdown />
</View> </View>
</View> </View>
@@ -20,3 +37,24 @@ index 3442d1bdf..dd2d1fdfb 100644
<View style={{height: insets.bottom}} /> <View style={{height: insets.bottom}} />
</ErrorBoundary> </ErrorBoundary>
</Animated.View> </Animated.View>
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx
--- a/src/view/com/auth/SplashScreen.web.tsx
+++ b/src/view/com/auth/SplashScreen.web.tsx
@@ -91,15 +91,6 @@ export const SplashScreen = ({
{!kawaii && (
<View style={[a.pb_sm, a.pt_5xl]}>
<Logotype width={161} fill={t.atoms.text.color} />
</View>
)}
-
- <Text
- style={[
- a.text_md,
- a.font_semi_bold,
- t.atoms.text_contrast_medium,
- ]}>
- <Trans>What's up?</Trans>
- </Text>
</View>
<View