无信息版本

This commit is contained in:
2026-05-30 14:11:13 +08:00
parent 9a9809af05
commit e476086c5a
12 changed files with 1662 additions and 162 deletions
+31
View File
@@ -0,0 +1,31 @@
# Chookoo 产品网站 - 新电脑配置清单
## 最小运行清单
| 项目 | 说明 |
|---|---|
| **浏览器** | Chrome / Edge / Firefox 任意一个 |
| **本地服务器** | VS Code + Live Server 插件(右键 `index.html` → Open with Live Server |
## 如果还需要编辑 Excel 模板
| 项目 | 说明 |
|---|---|
| **Python 3.8+** | 运行 `tools/generate_template.py` |
| **openpyxl** | `pip install openpyxl` |
## 如果需要 Git 版本管理
| 项目 | 说明 |
|---|---|
| **Git** | `git init` 已完成,直接用即可 |
## 快速开始步骤
1. 安装 [VS Code](https://code.visualstudio.com/)
2. 安装扩展 **Live Server**Extensions 搜索 "Live Server"
3. 用 VS Code 打开 `chookoo.net` 文件夹
4. 右键 `index.html`**Open with Live Server**
5. 浏览器自动打开 `http://127.0.0.1:5501/index.html`
无需 Node.js、无需 npm、无需数据库、无需任何编译构建。