13 Commits

Author SHA1 Message Date
Developer
a9bc4edc3f feat: 完善预览功能和测试数据支持
- 修复 Mustache.js 加载问题(内联到 HTML)
- 添加所有 block 类型的渲染支持(list, table, barcode, image)
- 为每个模板添加测试数据(daily-todo, food-order, fancy-receipt, ticket-list, long-text)
- 选择模板时自动加载对应测试数据
- 添加 Schema 页面显示功能
- 添加服务器启动和监控脚本
- 更新样式支持斜体、下划线等文本样式
2026-02-16 18:33:08 +00:00
Developer
2c18fca719 fix: inject templates storage into API routes 2026-02-12 08:28:19 +00:00
Developer
fff24a08ed feat: load example templates on startup 2026-02-12 08:12:01 +00:00
Developer
82e4fc91a4 feat: add web configuration interface 2026-02-12 08:10:13 +00:00
Developer
0235473254 feat: add Hono HTTP server with REST API 2026-02-12 08:07:58 +00:00
Developer
002f6dc8f3 feat: add printer connector with job queue 2026-02-12 08:04:20 +00:00
Developer
400b716623 feat: add automatic schema extraction from templates 2026-02-12 08:01:10 +00:00
Developer
6cc292d61a feat: add ESC/POS renderer 2026-02-12 08:01:10 +00:00
Developer
c561dae461 feat: add YAML template parser 2026-02-12 07:57:27 +00:00
Developer
72b1d357e8 feat: add template type definitions 2026-02-12 07:55:47 +00:00
Developer
ac7248ec07 chore: initialize bun project with dependencies 2026-02-12 07:54:17 +00:00
Developer
b4e16d6515 docs: add detailed implementation plan 2026-02-12 07:46:20 +00:00
Developer
1c4187cb29 Initial commit: Receipt Printer design docs and examples 2026-02-12 07:14:10 +00:00