fix
This commit is contained in:
@@ -104,7 +104,7 @@ index d7208df13..b711f71c7 100644
|
|||||||
- />
|
- />
|
||||||
- </Svg>
|
- </Svg>
|
||||||
+ <Image
|
+ <Image
|
||||||
+ source={require('../../../assets/icon.png')}
|
+ source={require('../../../assets/logo.png')}
|
||||||
+ style={[{width: size, height: size}, flatten(style)]}
|
+ style={[{width: size, height: size}, flatten(style)]}
|
||||||
+ contentFit="contain"
|
+ contentFit="contain"
|
||||||
+ accessibilityLabel="Logo"
|
+ accessibilityLabel="Logo"
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
- `011-social-app-ios-splash-license-footer.patch` - スプラッシュ画面の「What's up?」削除、© syui フッター追加
|
- `011-social-app-ios-splash-license-footer.patch` - スプラッシュ画面の「What's up?」削除、© syui フッター追加
|
||||||
- `012-social-app-ios-settings-about-help.patch` - About 設定のリンク修正(syu.is に変更)
|
- `012-social-app-ios-settings-about-help.patch` - About 設定のリンク修正(syu.is に変更)
|
||||||
- `013-social-app-ios-settings-remove-help.patch` - Settings から Help 項目を削除
|
- `013-social-app-ios-settings-remove-help.patch` - Settings から Help 項目を削除
|
||||||
|
- `019-social-app-ios-entitlements-plugin.patch` - iOS entitlements プラグイン設定
|
||||||
|
- `020-social-app-ios-bypass-age-assurance.patch` - 年齢確認を完全に無効化
|
||||||
|
- `021-social-app-ios-clean-feed.patch` - Following フィードのシンプル化(おすすめ・Discover削除)
|
||||||
- `License.tsx` - ライセンス表示画面(新規ファイル)
|
- `License.tsx` - ライセンス表示画面(新規ファイル)
|
||||||
|
|
||||||
## 使用方法
|
## 使用方法
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ PATCH_FILES_IOS=(
|
|||||||
"013-social-app-ios-settings-remove-help.patch"
|
"013-social-app-ios-settings-remove-help.patch"
|
||||||
"019-social-app-ios-entitlements-plugin.patch"
|
"019-social-app-ios-entitlements-plugin.patch"
|
||||||
"020-social-app-ios-bypass-age-assurance.patch"
|
"020-social-app-ios-bypass-age-assurance.patch"
|
||||||
|
"021-social-app-ios-clean-feed.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
function ios-env() {
|
function ios-env() {
|
||||||
|
|||||||
Reference in New Issue
Block a user