From 6e17e899618bc6dd54d81d244cc3bafef78b9b3d Mon Sep 17 00:00:00 2001 From: spark Date: Wed, 12 Feb 2025 09:36:09 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=B7=BB=E5=8A=A0=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=BC=80=E5=8F=91=E5=8A=9F=E8=83=BD=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 README.md 中新增了"计划开发"章节 - 增加了自定义提问模板和多轮对话两个即将开发的功能 - 为每个功能添加了状态和备注信息 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8288eae..25088ca 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ - 软件快速迭代开发中,请大家优先测试和使用最新发布的版本。 - 欢迎大家提出宝贵的建议,欢迎提issue,PR。当然更欢迎[赞助我](#都划到这了如果我的项目对您有帮助请赞助我吧)。💕 +## 🧩 计划开发 +| 模型 | 状态 | 备注 | +|---------|--|--------------| +| 自定义提问模板 | 🚧 | 可配置的提问 | +| 多轮对话 | 🚧 | AI分析后可继续对话提问 | + ## 📦 立即体验 - 安装版:[go-stock-amd64-installer.exe](https://github.com/ArvinLovegood/go-stock/releases) - 绿色版:[go-stock-windows-amd64.exe](https://github.com/ArvinLovegood/go-stock/releases)