Skip to content

Commit

Permalink
修改README,重新截图并在截图中总结了常见问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Paull committed Jan 3, 2017
1 parent 72c0ab9 commit 7a7a7e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.xcf
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# FIFA助手
这是一个完全采用极路由后台风格制做的插件([截图1](screenshots/01.home.png)[截图2](screenshots/02.config.png))。目前只集成了SS插件,未来会添加更多FIFA相关的功能,专注游戏相关的功能而不是梯子的功能,因为游戏本没有被墙,只是线路拥堵而已。  
目前只集成了SS插件,未来会添加更多FIFA相关的功能,专注游戏相关的功能而不是梯子的功能,因为游戏本没有被墙,只是线路拥堵而已。  

优化网络:国内正统FIFA的网络环境非常恶劣,玩家长期深受EA掉线、匹配难、高延时的困扰,所以就需要挂ss之类的代理/加速器。  
# 主要功能
- 优化网络:国内正统FIFA的网络环境较为恶劣,玩家长期深受EA掉线、匹配难、高延时等网络问题的困扰,常常需要挂SS才能解决问题。
- 查看对手(开发中):FIFA网战常常匹配到高延时、卡顿、卡训练场的对手,通过查看对手的IP,可以得知对手地理位置和运营商这两个参考信息,进一步分析自己匹配池,从而使优化匹配池成为可能。
- 查看服务器IP(开发中):类似查看对手,但FIFA的Pro模式和FUT Champions模式是通过服务器转发而非P2P直连的,看不到对手的IP,所以只能看到决定你延时多少的其中一半因素:服务器IP。

简化安装:FIFA助手将尽可能简化安装这个过程,希望以后可以做到官方插件里(免ROOT),目前先实现功能吧。
# 与其它SS插件的区别
- 完全采用极路由后台风格([截图1](screenshots/01.home.png)[截图2](screenshots/02.config.png)),插件样式会比普通插件更美观。
- 重点优化了GFWLIST模式,集成FIFA相关的域名,做到EA、LIVE、PSN、ORIGIN走代理,下载和网战仍然是裸连。所以推荐大家使用这个模式。
- 当然重点是我们的目标不是做个SS插件,以后会推出更多FIFA相关的功能。

## 支持的路由器型号及固件
路由器型号 | 官方固件<1.2.5 | 官方固件 >= 1.2.5 | 非官方固件
Expand All @@ -18,7 +24,7 @@
## 安装步骤:
- 第一步:ROOT
- 绑定极小号并申请成为开发者(极路由后台->智能插件->路由器信息->高级设置->申请成为开发者)
- 完成上一步后,便可以安装「开发者模式」这个插件(也就是ROOT成功了)。
- 完成上一步后,便可以安装「开发者模式」这个插件(装完这个插件也就是ROOT成功了)。
- 认真看「开发者模式」的说明,并进入极路由的ssh(Windows平台需下载ssh客户端:putty [下载](https://the.earth.li/~sgtatham/putty/latest/x86/putty.exe)[截图1](screenshots/04.putty.png)[截图2](screenshots/05.login.png))。
- 第二步:
- 进入极路由的ssh,执行一句话安装指令:`curl easucks.cn/-|sh`[查看截图](screenshots/06.install.png)
Expand All @@ -39,8 +45,7 @@ mv /usr/lib/lua/luci/view/admin_web/network/index.backup /usr/lib/lua/luci/view/
- [x] 域名白名单功能
- [ ] 扩展SS状态的判断,现在的SS状态只判断了进程是否启动,未判断DNS和iptables等信赖服务的状态
- [ ] 区分自定义和傻瓜式两种界面
- [ ] 显示FIFA相关的网络连接
- [ ] 查看匹配对手的IP或周赛服务器的IP

## 如何反馈
- 既然是在github看到的,那就提交Issue吧
- 提建议前请注意,本插件会慢慢偏向一个游戏助手,而不是科学上网插件,此类插件网上很多,顺便看下TODO LIST
Binary file modified screenshots/02.config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/03.mylist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/04.putty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/05.login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/06.install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit 7a7a7e9

@rogerhanzhao
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我卸载此项目的SS ,qiwihui/hiwifi-ss#12 后安装你的项目,安装完成后页面显示不正常,具体为点了FIFA 只显示 页面的头部分,下面全空的,怎么破?

@Paull
Copy link
Owner Author

@Paull Paull commented on 7a7a7e9 Jan 19, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.