Psnine第三方安卓和iOS客户端, 基于React Native、Redux
- 支持PSNINE网站的所有功能
- 支持自动签到、消息快捷回复、图片快捷插入、拍摄图片直传、非WIFI环境懒加载图片等功能
- 支持过滤DNS劫持广告
- 支持主题的切换, 可以切换19种主题颜色, 以及对应的强调色和夜间主题
- 重构 (1.0.0)
- react-native-navigation
- react-native-interactable (IOS)
- collapse-toolbar-layout (Android)
- coordinator-layout (Android)
- nested-scroll-view (Android)
- react-native-fs
- react-native-share
- react-native-snackbar
- react-native-photo-view
- react-native-image-picker
- react-native-vector-icons
- react-native-splash-screen
- react-native-linear-gradient
- react-native-google-analytics-bridge
- 兼容
- iOS
- 安卓从5.0兼容至4.1
git clone https://github.com/smallpath/psnine.git
cd psnine
npm install --registry=https://registry.npm.taobao.org
下载 psnine-patcher , 并将其中所有内容全部拷贝至node_modules
前置: Android Studio, SDK Platform 23 ~ 26, SDK Build-Tools 23.0.1、23.0.3、25.0.0、25.0.2、26.0.0、26.0.1
react-native run-android // for development
cd android && ./gradlew assembleRelease // for release
前置: XCode, CocoaPods
mv node_modules/react-native-charts-wrapper/ios/ReactNativeCharts ios/ReactNativeCharts
cd ios
pod install && cd ..
react-native run-ios // for development
react-native run-ios --configuration Release // for release
该项目已取得Psnine官方的第三方应用授权
如果发现了漏洞或者需要新功能, 请在本仓库新建issue, 也可联系邮箱[email protected]
Copyright (C) 2017 smallpath
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.