docs: 补充 Windows/.dll 支持和 Lua 插件说明,修正误导性描述

- README.md: 依赖从 Linux 改为 Linux/Windows

- OVERVIEW.md: .so 改为 .so/.dll,补充 Lua 插件示例列表

- ARCHITECTURE.md: 新增 Lua 插件加载方式,.so 改为 .so/.dll

- PLUGIN_DEV.md: 修正'Go 插件与内核绑定'的误导性描述
This commit is contained in:
JianFeeeee
2026-07-13 22:13:38 +08:00
parent 950090959f
commit de02468f2b
4 changed files with 7 additions and 5 deletions

View File

@ -180,4 +180,4 @@ make test # go test ./...
make install # 安装到系统
```
依赖Go 1.19+, CGo (go-sqlite3), Linux。
依赖Go 1.21+, CGo (go-sqlite3), Linux/Windows