GithubHelp home page GithubHelp logo

ps2zhuantou / jeii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from geresa/jeii

0.0 0.0 0.0 6.18 MB

简单的几个包裹,不太更新

Makefile 0.81% CSS 53.34% JavaScript 8.20% Less 16.85% HTML 17.88% Shell 1.58% Lua 1.34%

jeii's Introduction

图飞了😂

部署环境(STEP 1):

  1. 首先需要获取 Github Token: 点击这里 获取,

    Note项填写一个名称,Select scopes不理解就全部打勾,操作完成后点击下方Generate token

  2. 复制页面中生成的 Token,并保存到本地,Token 只会显示一次!

  3. Fork 我的AutoBuild-Actions仓库,然后进入你的AutoBuild-Actions仓库进行之后的设置

  4. 点击上方菜单中的Settings,依次点击Secrets-New repository secret

    其中Name项填写GITHUB_TOKEN,然后将你的 Token 粘贴到Value项,完成后点击Add secert

jeii

  • 就添加了几个自定义主题插件,修改ssh banner

  • 针对于自己个性化编译,不建议git clone此仓库

更新日志

使用方式(三选一):

  1. 先cd进package目录,然后执行
 git clone https://github.com/kenzok78/jeii 
  1. 或者添加下面代码到feeds.conf.default文件
 src-git jeii https://github.com/kenzok78/jeii 
  1. lede/下运行 或者openwrt/下运行
git clone git clone https://github.com/kenzok78/jeii  package/jeii
  • Lean源码下快捷编译(如果git litte仓库地址的话)
rm -rf package/litte/microsocks && rm -rf package/litte/redsocks2 && rm -rf package/litte/tcpping
cp -f package/litte/default-settings package/lean/default-settings/files/zzz-default-settings
cp -f package/litte/banner package/base-files/files/etc/banner
cp -f package/litte/Leandiffconfig .config && make defconfig
./scripts/feeds update -a
./scripts/feeds install -a
make download -j7 V=s && find dl -size -1024c -exec ls -l {} \;
make download && make -j$(nproc) V=s
  • Lienol源码下快捷编译(如果git litte仓库地址的话)
rm -rf package/litte/adguardhome && rm -rf package/litte/luci-app-adguardhome
cp -f package/litte/zzz-default-settings package/default-settings/files/zzz-default-settings
cp -f package/litte/banner package/base-files/files/etc/banner
cp -f package/litte/Lienoldiffconfig .config && make defconfig
./scripts/feeds update -a
./scripts/feeds install -a
make download -j7 V=s && find dl -size -1024c -exec ls -l {} \;
make download && make -j$(nproc) V=s
  • ctc team源码下快捷编译(如果git litte仓库地址的话)
rm -rf package/lienol/luci-app-passwall && rm -rf package/lean/luci-app-ssr-plus
rm -rf package/litte/microsocks && rm -rf package/litte/redsocks2 && rm -rf package/litte/tcpping
rm -rf package/ntlf9t/AdGuardHome && rm -rf package/ctcgfw/luci-app-adguardhome
rm -rf package/litte/luci-app-advancedsetting && rm -rf package/litte/luci-app-aliddns && rm -rf package/litte/luci-app-clash
rm -rf package/litte/gost && rm -rf package/litte/luci-app-gost && rm -rf package/litte/luci-app-eqos
rm -rf package/ctcgfw/luci-app-openclash && rm -rf package/litte/luci-app-smartdns && rm -rf package/litte/smartdns
rm -rf package/ctcgfw/luci-theme-atmaterial && rm -rf package/ctcgfw/luci-theme-opentomato && rm -rf package/ctcgfw/luci-theme-mcat
cp -f package/litte/default-settings package/lean/default-settings/files/zzz-default-settings
cp -f package/litte/banner package/base-files/files/etc/banner
cp -f package/litte/ctcdiffconfig .config && make defconfig
./scripts/feeds update -a
./scripts/feeds install -a
make download -j7 V=s && find dl -size -1024c -exec ls -l {} \;
make download && make -j$(nproc) V=s
  • openwrt 固件编译自定义主题与软件
  • luci-app-openclash
  • clash图形简易版
  • luci-theme-atmaterial
  • atmaterial 三合一主题
  • luci-theme-argon-new
  • argon二合一主题 Lean Lienol 19.07适配
  • ifit 透明主题
  • luci-app-ADG
  • 去广告
  • luci-app-passwall
  • Lienol大神passwall
  • luci-app-ssr-plus
  • lean大神的ssr

注意

  • 本人自用的插件并不能保证没有bug,diffconfig是自己用于编译的备份文件,不乱改的话能确保编译成功

暗黄主题 暗黄主题 暗黄主题 暗黑红主题 暗黑红主题 暗黑红主题 暗黑红主题 抹茶绿主题 抹茶绿主题 抹茶绿主题 argon主题 argon主题 argon主题 argon主题

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.