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