From 503fd4036e2041101350cc705e673f215e742b1a Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 13 Jul 2026 22:22:56 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3,=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E5=BC=80=E5=8F=91=E7=AB=A0?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f9f0f9c..ae21766 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,23 @@ files/etc/uci-defaults/99-sshd-root-login ``` 这个机制适合放置默认配置、初始化脚本、SSH 配置、LuCI 配置等文件。 + + +## 关于开发 +如果需要增加新设备固件. 你可以用以下`提示词`和`材料`喂给AI + +材料: +- 代码模板: 找项目其中一个构建脚本作为模板, 比如: x86-64.sh +- imm openwrt image builder 下载地址 + + + +AI提示词: +``` +image builder 下载地址: xxxx + +目标设备: xxx + +我想构建xxx设备固件, 请你按这个代码模板编写代码. + +```