├── .github └── workflows │ ├── Lean_LEDE_B70.yml │ ├── Lean_LEDE_HC5962.yml │ ├── Lean_LEDE_HC5962_PLUS.yml │ ├── Lean_LEDE_K2P.yml │ ├── Lean_LEDE_K2T.yml │ ├── Lean_LEDE_N1.yml │ ├── Lean_LEDE_Redmi_AC2100.yml │ └── update-checker.yml ├── LICENSE ├── Lean_LEDE_B70-BAK.config ├── Lean_LEDE_B70.config ├── Lean_LEDE_HC5962.config ├── Lean_LEDE_HC5962_PLUS.config ├── Lean_LEDE_K2P.config ├── Lean_LEDE_K2T.config ├── Lean_LEDE_Redmi_AC2100.config ├── README.md ├── diy-part0.sh ├── diy-part1.sh ├── diy-part2.sh ├── diy-part3.sh ├── 使用说明 ├── TELEGRAM_BOT_TOKEN.png ├── TELEGRAM_CHAT_ID.png ├── 创建自己的Bot.png ├── 根据提示创建Bot.png ├── 设置TELEGRAM密钥.png └── 通过get_id_bot获取ID.png └── 插件说明 ├── LuCI.txt └── LuCI应用说明.yml /.github/workflows/Lean_LEDE_B70.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_B70.yml -------------------------------------------------------------------------------- /.github/workflows/Lean_LEDE_HC5962.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_HC5962.yml -------------------------------------------------------------------------------- /.github/workflows/Lean_LEDE_HC5962_PLUS.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_HC5962_PLUS.yml -------------------------------------------------------------------------------- /.github/workflows/Lean_LEDE_K2P.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_K2P.yml -------------------------------------------------------------------------------- /.github/workflows/Lean_LEDE_K2T.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_K2T.yml -------------------------------------------------------------------------------- /.github/workflows/Lean_LEDE_N1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_N1.yml -------------------------------------------------------------------------------- /.github/workflows/Lean_LEDE_Redmi_AC2100.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/Lean_LEDE_Redmi_AC2100.yml -------------------------------------------------------------------------------- /.github/workflows/update-checker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/.github/workflows/update-checker.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/LICENSE -------------------------------------------------------------------------------- /Lean_LEDE_B70-BAK.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_B70-BAK.config -------------------------------------------------------------------------------- /Lean_LEDE_B70.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_B70.config -------------------------------------------------------------------------------- /Lean_LEDE_HC5962.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_HC5962.config -------------------------------------------------------------------------------- /Lean_LEDE_HC5962_PLUS.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_HC5962_PLUS.config -------------------------------------------------------------------------------- /Lean_LEDE_K2P.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_K2P.config -------------------------------------------------------------------------------- /Lean_LEDE_K2T.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_K2T.config -------------------------------------------------------------------------------- /Lean_LEDE_Redmi_AC2100.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/Lean_LEDE_Redmi_AC2100.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/README.md -------------------------------------------------------------------------------- /diy-part0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/diy-part0.sh -------------------------------------------------------------------------------- /diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/diy-part1.sh -------------------------------------------------------------------------------- /diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/diy-part2.sh -------------------------------------------------------------------------------- /diy-part3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/diy-part3.sh -------------------------------------------------------------------------------- /使用说明/TELEGRAM_BOT_TOKEN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/使用说明/TELEGRAM_BOT_TOKEN.png -------------------------------------------------------------------------------- /使用说明/TELEGRAM_CHAT_ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/使用说明/TELEGRAM_CHAT_ID.png -------------------------------------------------------------------------------- /使用说明/创建自己的Bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/使用说明/创建自己的Bot.png -------------------------------------------------------------------------------- /使用说明/根据提示创建Bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/使用说明/根据提示创建Bot.png -------------------------------------------------------------------------------- /使用说明/设置TELEGRAM密钥.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/使用说明/设置TELEGRAM密钥.png -------------------------------------------------------------------------------- /使用说明/通过get_id_bot获取ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/使用说明/通过get_id_bot获取ID.png -------------------------------------------------------------------------------- /插件说明/LuCI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/插件说明/LuCI.txt -------------------------------------------------------------------------------- /插件说明/LuCI应用说明.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molun/Auto-Build-OpenWrt/HEAD/插件说明/LuCI应用说明.yml --------------------------------------------------------------------------------