更新文档

This commit is contained in:
崮生(子虚) 2026-05-28 22:50:02 +08:00
parent b4a7a820eb
commit 5dab3d6d93
2 changed files with 0 additions and 39 deletions

View File

@ -185,26 +185,6 @@ web-font/
└── vendor/ # fonteditor-core
```
## Roadmap
### Current (MVP)
- [x] Font subsetting API
- [x] Runtime Font Delivery SDK (incremental loading, zero flicker)
- [x] Docker deployment (LLRT, ~30MB image)
- [x] Typography Presets
- [x] AI Typography Skill Prompt
### Next
- [ ] MCP Tool integration
- [ ] Vite Plugin for build-time font optimization
- [ ] CLI tool for batch font operations
### Future
- [ ] AI Website Builder integration
- [ ] Runtime Glyph Streaming
- [ ] Edge Cache / CDN Strategy
- [ ] Variable Font support
## Acknowledgments
- [kekee000/fonteditor-core](https://github.com/kekee000/fonteditor-core) — Font parsing, subsetting, and format conversion

View File

@ -168,25 +168,6 @@ web-font/
└── vendor/ # fonteditor-core
```
## 路线图
### 当前MVP
- [x] 字体子集化 API
- [x] Runtime Font Delivery SDK增量加载零闪烁
- [x] Docker 部署LLRT~30MB 镜像)
- [x] AI Typography Skill Prompt
### 下一阶段
- [ ] MCP Tool 集成
- [ ] Vite Plugin 构建时字体优化
- [ ] CLI 批量字体操作工具
### 未来
- [ ] AI Website Builder 集成
- [ ] Runtime Glyph Streaming
- [ ] Edge Cache / CDN 策略
- [ ] Variable Font 支持
## 鸣谢
- [kekee000/fonteditor-core](https://github.com/kekee000/fonteditor-core) — 字体解析、子集化、格式转换