Files
bilin/README.md
T
bing 011bd6d4ca feat: 实现笔临 P0/P1 Electron 桌面应用 v0.1.0
交付写作核心(TipTap、自动保存、分卷分章)、Onboarding、7 主题与双语 i18n、快捷键设置;主进程使用 node:sqlite;补全 Vitest 与 Playwright E2E;统一 design/ 目录并移除 desigin 拼写错误路径。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 10:39:20 +08:00

27 lines
555 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.1.0P0/P1
## 开发
```bash
npm install --legacy-peer-deps
npm run dev
```
数据库使用 Node.js 内置 `node:sqlite`(无需原生模块编译)。
## 测试
```bash
npm run test # 单元测试 6/6
npm run test:e2e # E2E 测试(需先 build
npm run build
```
## 文档
- 设计规格:`docs/superpowers/specs/2026-07-05-bilin-p0-p1-design.md`
- 实现计划:`docs/superpowers/plans/2026-07-05-bilin-p0-p1.md`
- UI 原型:`design/ui_pc.html`