nomadweb/redmini/README.md
eric 73b0513b9c Add WeChat, Douyin, and offline XHS mini-program scaffolds.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-27 12:57:18 -05:00

26 lines
660 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# redmini · nomadro 小红书小程序(纯前端离线)
参考 Desktop/redmini:小红书 **miniTool 无法联网**,本目录禁止 `fetch` / XHR / WebSocket。
数据写死在 `src/data.js`,收藏仅存本地 Storage。
## 打包
```bash
cd redmini
python scripts/assemble.py
python scripts/static_scan.py
python scripts/pack.py
```
产出:`dist/nomadro-redmini.zip`(根目录含 `index.html`),用小红书开发者工具上传。
## 目录
| 路径 | 说明 |
|------|------|
| `src/data.js` | 离线目的地与提示文案 |
| `tool/` | 源码 HTML/CSS/JS |
| `release/` | assemble 产物 |
| `scripts/` | assemble / scan / pack |