Files
pj0235-eai_agentplatform/docs/08_Design_Rules/README.md
T
eaiadminandClaude Code 16d63de4e1 chore: 工作台产品化进行中的改动
把工作区里其余在制品一并入库,主要是工作台产品化的推进:

  后端:新增 capability_definition / project / my_app_center / office_skill
        接口与 action_definition / skill_definition / project / user_app_center
        模型,config 加路由健康上报。
  前端:新增 frontend/src/skills(Office 技能与 workbuddy 复刻)、
        项目管理、应用中心、能力目录页,以及配套 api / store / config;
        聊天侧新增 SpecialistChip / SpecialistPanel / SkillStrip / AppChatRail
        等组件。
  清理:移除旧 views/tools 下的单页工具(已并入工作台)、_frozen 冻结组件、
        cmd/inspect_oa_debug 调试入口,以及两份调试笔记。
  其它:文档与启动脚本同步。

(这批改动与上一提交的 SY23 工作并行进行,此前已在同一工作区内交织。)

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-17 21:32:35 +08:00

20 lines
1001 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 08_Design_Rules — UI/UX 设计规范
> **命名规则:** `DR{NN}_{描述}.md`
> **用途:** 前端 UI 规范、交互规则、主题系统
>
> **当前统一口径:** 设计规范中的导航与工作台命名,请以 `SY22_Role_Skill_App_Unified_Task_Architecture.md` 为准。
> 当前一级导航目标态为:`新建任务 / 项目 / 专员·技能·APP·连接器 / 长程APP / 知识库 / 后台管理 / 我的`
>
> **注:** `DR02`、`DR04` 仍保留 V1 与 Chat-First 阶段方案,用于记录历史约束与演进过程;阅读时需以上述当前口径为准。
## 文件清单
| 文件 | 说明 |
|------|------|
| `README.md` | 本索引文件 |
| `DR01_Theme_System.md` | 主题系统(Element Plus 变量覆盖) |
| `DR02_Navigation_Rules.md` | 导航规则(菜单/权限显示/路由守卫) |
| `DR03_Interaction_Rules.md` | 交互规范(按钮状态/反馈/弹窗) |
| `DR04_ChatFirst_Redesign.md` | 全局 Chat-First(WorkBuddy 风格)改造方案 |