支持全部类型的节点分流
目前只适配最新版 argon主题 (其他主题下应该也可以用 但显示应该不会很完美)
目前Lean最新版本的openwrt 已经可以直接拉取源码到 package/lean 下直接进行勾选并编译。
- UPDATE: 适配19.07 LuCI。
- FIX: 继续优化订阅节点时旗帜匹配的准确性。
- FIX: 优化了一些block的间距问题,同时优化了暗黑模式下的颜色显示【最好搭配最新版argon主题】。
详情见具体日志。
- 基于 Lean ssrp 全新MOD的 Hello World ,在原插件的基础上做了一些优化用户操作体验的修改,感谢插件原作者所做出的的努力和贡献!
- 节点列表支持国旗显示并且页面打开自动检测节点的连接时间。
- 支持各种分流组合,并且可以自己编辑所有分流的域名,相当于七组自定义分流。
- 将节点订阅转移至[高级设置]请悉知。
- 底部状态栏:左边显示国旗地区以及IP,右边为四个站点的可访问状态,彩色为可访问,灰色为不能访问。
- 优化了国旗匹配方法。
- 建议搭配Argon主题,以达到最佳的显示效果。
欢迎提交bug。
假设你的Lean openwrt(最新版本19.07) 在 lede 目录下
cd lede/package/lean/
git clone https://github.com/jerrykuku/lua-maxminddb.git #git lua-maxminddb 依赖
git clone https://github.com/jerrykuku/luci-app-vssr.git
make menuconfig
make -j1 V=s
使用lede最新源码编译失败,报错缺少依赖:
satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-vssr:
- shadowsocksr-libev-ssr-local
- shadowsocksr-libev-ssr-redir
- shadowsocksr-libev-ssr-check
- xray-core
- xray-plugin
- shadowsocksr-libev-ssr-server
opkg_install_cmd: Cannot install package luci-app-vssr.
原因是lede缺少软件源,解决办法,清除缓存重新下载编译:
# 1.清除缓存
rm -rf tmp
# 2.feeds.conf文件添加源
src-git helloworld https://github.com/fw876/helloworld
src-git passwall https://github.com/xiaorouji/openwrt-passwall
# 3.重新执行升级安装下载编译等操作
./scripts/feeds update -a
./scripts/feeds install -a
make -j8 download V=s
make -j1 V=s
或者也可以完全删除lede,重新git并修改feeds.conf(比较耗时)
https://github.com/coolsnowwolf/lede
Argon theme :https://github.com/jerrykuku/luci-theme-argon
京东签到插件 :https://github.com/jerrykuku/luci-app-jd-dailybonus
openwrt-nanopi-r1s-h5 : https://github.com/jerrykuku/openwrt-nanopi-r1s-h5