Git Product home page Git Product logo

maxsun2046 / luci-app-vssr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uni-pai/luci-app-vssr

0.0 0.0 0.0 17.09 MB

HelloWorld是一个以用户最佳主观体验为导向的插件,它支持多种主流协议和多种自定义视频分流服务,拥有精美的操作界面,并配上直观的节点信息。

License: MIT License

Shell 20.66% JavaScript 2.83% Lua 39.80% CSS 18.43% Makefile 0.72% HTML 17.56%

luci-app-vssr's Introduction

An OpenWrt Internet surfing plug-in

HelloWorld是一个以用户最佳主观体验为导向的插件,它支持多种主流协议和多种自定义视频分流服务,拥有精美的操作界面,并配上直观的节点信息。


支持全部类型的节点分流

目前只适配最新版 argon主题 (其他主题下应该也可以用 但显示应该不会很完美)
目前Lean最新版本的openwrt 已经可以直接拉取源码到 package/lean 下直接进行勾选并编译。

更新日志 2022-04-23 v1.25

  • UPDATE: 适配19.07 LuCI。
  • FIX: 继续优化订阅节点时旗帜匹配的准确性。
  • FIX: 优化了一些block的间距问题,同时优化了暗黑模式下的颜色显示【最好搭配最新版argon主题】。

详情见具体日志

插件介绍

  1. 基于 Lean ssrp 全新MOD的 Hello World ,在原插件的基础上做了一些优化用户操作体验的修改,感谢插件原作者所做出的的努力和贡献!
  2. 节点列表支持国旗显示并且页面打开自动检测节点的连接时间。
  3. 支持各种分流组合,并且可以自己编辑所有分流的域名,相当于七组自定义分流。
  4. 将节点订阅转移至[高级设置]请悉知。
  5. 底部状态栏:左边显示国旗地区以及IP,右边为四个站点的可访问状态,彩色为可访问,灰色为不能访问。
  6. 优化了国旗匹配方法。
  7. 建议搭配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

luci-app-vssr's People

Contributors

jerrykuku avatar beginner-go avatar v03413 avatar kevinmx avatar sempr avatar starpuccino avatar cleviry avatar tritu avatar vergilgao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.