xiaozuoassistant 0.1.79 → 0.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ xiaozuoAssistant 是一个**本地优先(Local-first)**的个人 AI 助手
|
|
|
21
21
|
## 系统要求
|
|
22
22
|
|
|
23
23
|
- **操作系统**: macOS, Linux, Windows (WSL 或 PowerShell/CMD)
|
|
24
|
-
- **Node.js**: v18.0.0 或更高版本
|
|
24
|
+
- **Node.js**: v18.0.0 或更高版本 (参见 [Node.js 环境安装指南](docs/nodejs_install_guide.md))
|
|
25
25
|
- **Python**: v3.0+ (某些依赖可能需要)
|
|
26
26
|
|
|
27
27
|
## 快速开始(推荐:npm 全局安装)
|
|
@@ -99,6 +99,7 @@ xiaozuoAssistant start
|
|
|
99
99
|
|
|
100
100
|
## 文档
|
|
101
101
|
|
|
102
|
+
- [Node.js 环境安装指南](docs/nodejs_install_guide.md)
|
|
102
103
|
- [功能特性详解](docs/features.md)
|
|
103
104
|
- [技术架构](docs/technical_architecture.md)
|
|
104
105
|
- [数据库设计](docs/database_schema.md)
|
package/package.json
CHANGED