From 5dab3d6d93ff8ca8ed6a8f5a8015dbbfcdaa4924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=AE=E7=94=9F=EF=BC=88=E5=AD=90=E8=99=9A=EF=BC=89?= <2234839456@qq.com> Date: Thu, 28 May 2026 22:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 20 -------------------- README.md | 19 ------------------- 2 files changed, 39 deletions(-) diff --git a/README.en.md b/README.en.md index e413e32..3f04b98 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.md b/README.md index 9a7546d..552e37d 100644 --- a/README.md +++ b/README.md @@ -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) — 字体解析、子集化、格式转换