diff --git a/luci-app-chatgpt-web/README.md b/luci-app-chatgpt-web/README.md index 508721b90..030b4b137 100644 --- a/luci-app-chatgpt-web/README.md +++ b/luci-app-chatgpt-web/README.md @@ -120,11 +120,11 @@ luci-app-chatgpt 在OPENWRT上实现ChatGPT项目,基于OpenAI API ## 界面 -![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/chatgpd1.png) +![screenshots](./doc/chatgpt1.png) -![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/chatgpd2.png) +![screenshots](./doc/chatgpt2.png) -![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/chatgpd3.png) +![screenshots](./doc/chatgpt3.png) ## 使用与授权相关说明 @@ -133,28 +133,21 @@ luci-app-chatgpt 在OPENWRT上实现ChatGPT项目,基于OpenAI API # My other project -- 网络速度测试 :https://github.com/sirpdboy/NetSpeedTest - -- 定时设置插件 : https://github.com/sirpdboy/luci-app-autotimeset - +- 路由安全看门狗 :https://github.com/sirpdboy/luci-app-watchdog +- 网络速度测试 :https://github.com/sirpdboy/luci-app-netspeedtest +- 计划任务插件(原定时设置) : https://github.com/sirpdboy/luci-app-taskplan - 关机功能插件 : https://github.com/sirpdboy/luci-app-poweroffdevice - - opentopd主题 : https://github.com/sirpdboy/luci-theme-opentopd - -- kucat 主题: https://github.com/sirpdboy/luci-theme-kucat - +- kucat酷猫主题: https://github.com/sirpdboy/luci-theme-kucat +- kucat酷猫主题设置工具: https://github.com/sirpdboy/luci-app-kucat-config +- NFT版上网时间控制插件: https://github.com/sirpdboy/luci-app-timecontrol - 家长控制: https://github.com/sirpdboy/luci-theme-parentcontrol - +- 定时限速: https://github.com/sirpdboy/luci-app-eqosplus - 系统高级设置 : https://github.com/sirpdboy/luci-app-advanced - - ddns-go动态域名: https://github.com/sirpdboy/luci-app-ddns-go - - 进阶设置(系统高级设置+主题设置kucat/agron/opentopd): https://github.com/sirpdboy/luci-app-advancedplus - -- 设置向导: https://github.com/sirpdboy/luci-app-wizard - -- 分区扩容: https://github.com/sirpdboy/luci-app-partexp - +- 网络设置向导: https://github.com/sirpdboy/luci-app-netwizard +- 一键分区扩容: https://github.com/sirpdboy/luci-app-partexp - lukcy大吉: https://github.com/sirpdboy/luci-app-lukcy ## 捐助 diff --git a/luci-app-chatgpt-web/doc/chatgpt1.png b/luci-app-chatgpt-web/doc/chatgpt1.png new file mode 100644 index 000000000..f715b006f Binary files /dev/null and b/luci-app-chatgpt-web/doc/chatgpt1.png differ diff --git a/luci-app-chatgpt-web/doc/chatgpt2.png b/luci-app-chatgpt-web/doc/chatgpt2.png new file mode 100644 index 000000000..7de824a2a Binary files /dev/null and b/luci-app-chatgpt-web/doc/chatgpt2.png differ diff --git a/luci-app-chatgpt-web/doc/chatgpt3.png b/luci-app-chatgpt-web/doc/chatgpt3.png new file mode 100644 index 000000000..9d2809411 Binary files /dev/null and b/luci-app-chatgpt-web/doc/chatgpt3.png differ diff --git a/luci-app-poweroffdevice/README.md b/luci-app-poweroffdevice/README.md index 2babe50db..1c116c4c8 100644 --- a/luci-app-poweroffdevice/README.md +++ b/luci-app-poweroffdevice/README.md @@ -1,4 +1,6 @@ -[![若部分图片无法正常显示,请挂上机场浏览或点这里到末尾看修复教程](https://visitor-badge.glitch.me/badge?page_id=sirpdboy-visitor-badge)](#解决-github-网页上图片显示失败的问题) [![](https://img.shields.io/badge/TG群-点击加入-FFFFFF.svg)](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) +## 访问数:![hello](https://views.whatilearened.today/views/github/sirpdboy/deplives.svg)[![](https://img.shields.io/badge/TG群-点击加入-FFFFFF.svg)](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) +### 访问数:[![](https://visitor-badge.glitch.me/badge?page_id=sirpdboy-visitor-badge)] [![](https://img.shields.io/badge/TG群-点击加入-FFFFFF.svg)](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) +(https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) 图飞了😂 @@ -52,6 +54,13 @@ poweroffdevice是一款基于OPNEWRT编译的关机源码插件。 curl -fsSL https://raw.githubusercontent.com/sirpdboy/other/master/patch/poweroff/system.lua > ./feeds/luci/modules/luci-mod-admin-full/luasrc/controller/admin/system.lua ``` + +## 界面 + +![screenshots](./doc/poweroff1.png) + +![screenshots](./doc/poweroff2.png) + ![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明2.jpg) ## 说明 [![](https://img.shields.io/badge/-说明-F5F5F5.svg)](#说明-) @@ -65,30 +74,24 @@ poweroffdevice是一款基于OPNEWRT编译的关机源码插件。 - 本人开源的所有源码,任何引用需注明本处出处,如需修改二次发布必告之本人,未经许可不得做于任何商用用途。 + # My other project -- 网络速度测试 :https://github.com/sirpdboy/NetSpeedTest - -- 定时设置插件 : https://github.com/sirpdboy/luci-app-autotimeset - +- 路由安全看门狗 :https://github.com/sirpdboy/luci-app-watchdog +- 网络速度测试 :https://github.com/sirpdboy/luci-app-netspeedtest +- 计划任务插件(原定时设置) : https://github.com/sirpdboy/luci-app-taskplan - 关机功能插件 : https://github.com/sirpdboy/luci-app-poweroffdevice - - opentopd主题 : https://github.com/sirpdboy/luci-theme-opentopd - -- kucat 主题: https://github.com/sirpdboy/luci-theme-kucat - +- kucat酷猫主题: https://github.com/sirpdboy/luci-theme-kucat +- kucat酷猫主题设置工具: https://github.com/sirpdboy/luci-app-kucat-config +- NFT版上网时间控制插件: https://github.com/sirpdboy/luci-app-timecontrol - 家长控制: https://github.com/sirpdboy/luci-theme-parentcontrol - +- 定时限速: https://github.com/sirpdboy/luci-app-eqosplus - 系统高级设置 : https://github.com/sirpdboy/luci-app-advanced - - ddns-go动态域名: https://github.com/sirpdboy/luci-app-ddns-go - - 进阶设置(系统高级设置+主题设置kucat/agron/opentopd): https://github.com/sirpdboy/luci-app-advancedplus - -- 设置向导: https://github.com/sirpdboy/luci-app-wizard - -- 分区扩容: https://github.com/sirpdboy/luci-app-partexp - +- 网络设置向导: https://github.com/sirpdboy/luci-app-netwizard +- 一键分区扩容: https://github.com/sirpdboy/luci-app-partexp - lukcy大吉: https://github.com/sirpdboy/luci-app-lukcy ## 捐助