Files
bilin/README.md
T
bing aac51bf183 feat: deliver P2 v0.2.0 with unified editor, search, and snapshots
Implement schema v2 migration, outline/setting/inspiration CRUD, unified TipTap editing, reference panel with mentions, FTS global search, chapter version history, writing landmarks, word frequency analysis, light theme contrast fixes, and full unit/E2E test coverage.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 14:13:27 +08:00

28 lines
629 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.
# 笔临 (Bilin)
长篇创作智能协作平台 — Electron 桌面客户端 v0.2.0P2
## 开发
```bash
npm install --legacy-peer-deps
npm run dev
```
数据库使用 Node.js 内置 `node:sqlite`(无需原生模块编译)。
## 测试
```bash
npm run build
npm run test # 单元测试
npm run test:e2e # E2E 测试(需先 build
```
## 文档
- P2 设计规格:`docs/superpowers/specs/2026-07-06-bilin-p2-design.md`
- P2 实现计划:`docs/superpowers/plans/2026-07-06-bilin-p2.md`
- P0/P1 设计规格:`docs/superpowers/specs/2026-07-05-bilin-p0-p1-design.md`
- UI 原型:`design/ui_pc.html`