small/README.md

51 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=kenzok8&show_icons=true&theme=radical)
<div align="center">
<h1 align="center"smmall</h1>
<img src="https://img.shields.io/github/issues/kenzok8/small?color=green">
<img src="https://img.shields.io/github/stars/kenzok8/small?color=yellow">
<img src="https://img.shields.io/github/forks/kenzok8/small?color=orange">
<img src="https://img.shields.io/github/languages/code-size/kenzok8/small?color=blueviolet">
</div>
<img src="https://v2.jinrishici.com/one.svg?font-size=24&spacing=2&color=Black">
* 把openwrt-packages与small仓库重新归类ssr、passwall、vssr以及依赖合并small
#### 使用方式
```yaml
默认ssr与passwall的插件与依赖整合包
使用方法将整合包上传到openwrt设备的tmp目录输入命令 opkg install *.ipk
默认压缩包里包含ssr passwall bypass passwall2 插件
如果单独安装ssr与依赖rm -rf {*passwall*,*bypass*,*vssr*}
```
* 喜欢追新的可以去下载small-package该仓库每天自动同步更新
* [small-package仓库地址](https://github.com/kenzok8/small-package)
##### 插件每日更新下载:
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/small?style=for-the-badge&label=插件下载)](https://github.com/kenzok8/small/releases/latest)
+ [ssr+passwall依赖仓库](https://github.com/kenzok8/small)
+ [openwrt固件与插件下载](https://op.dllkids.xyz/)
#### 使用
一键命令
```yaml
sed -i '$a src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default
git pull
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
```