lanyuanxiaoyao b1dec691e9 refactor(web): 前端目录重构 — consoles/pages → layouts/features + shared
- consoles/admin/ → layouts/admin-layout/
- consoles/workbench/ → layouts/workbench-layout/ + features/chat/
- pages/ → features/ (dashboard, models, projects, not-found)
- components/ → shared/components/
- hooks/ → shared/hooks/
- utils/ → shared/utils/
- 更新所有 import 路径 (src/web/ + tests/web/)
- 更新开发文档 (README.md, frontend.md, architecture.md)
2026-06-02 23:17:28 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-31 02:37:23 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00
2026-05-26 18:21:06 +08:00

Alfred·阿福

基于 AI 的信息综合处理平台,融合多源信息、智能分析与一站式处理。

快速开始

cp config.example.yaml config.yaml
bun install
bun run dev config.yaml

访问 http://127.0.0.1:5173 查看应用。

文档导航

文档 内容
docs/README.md 文档总览、归属矩阵、影响分析规则
docs/user/ 使用、配置、部署、故障排查
docs/development/ 架构、后端、前端、构建发布开发规范
docs/prompts/ AI 提示词资产(不属于常规文档流)

常用命令

命令 说明
bun run dev <config> 启动开发模式
bun run build 生产构建
bun test 运行测试
bun run check 完整质量检查
bun run verify 验证构建流程

开源协议

Apache 2.0

Description
No description provided
Readme Apache-2.0 2.7 MiB
Languages
TypeScript 97.7%
JavaScript 1.2%
CSS 1.1%