feat: 添加二维码生成功能并简化架构

- 新增二维码生成服务层,支持自定义内容和配置
  - 移除 Platform 抽象层,简化为三层架构
  - 更新开发文档和架构说明
  - 添加前端二维码生成页面和状态管理
This commit is contained in:
2026-02-10 19:06:36 +08:00
parent 927eaa1e03
commit b2754bdad5
24 changed files with 1642 additions and 278 deletions

View File

@@ -3,7 +3,8 @@
"allow": [
"Bash(cargo check:*)",
"Bash(pnpm build:*)",
"Bash(tree:*)"
"Bash(tree:*)",
"Bash(pnpm add:*)"
]
}
}