feat: 重构 Skill 管理与编辑工作台

- 统一列表、分类、新建与详情页的产品交互

- 提供 Markdown 实时编辑、源码与脚本资源工作台

- 实现能力自动保存、导入导出及完整状态反馈
This commit is contained in:
2026-07-27 18:54:57 +08:00
parent 2a9e882ac6
commit 0dc5c3ca55
78 changed files with 16413 additions and 799 deletions

View File

@@ -85,6 +85,27 @@
/* Border radius for card, input and buttons */
--radius: 0.5rem;
/* Shared workspace and editor rhythm */
--space-1: 4px;
--space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 20px;
--space-6: 24px;
--space-8: 32px;
--radius-control: 10px;
--radius-toolbar: 12px;
--radius-panel: 16px;
--radius-float: 20px;
--radius-pill: 999px;
--motion-duration-fast: 120ms;
--motion-duration-base: 160ms;
--motion-duration-medium: 220ms;
--motion-duration-slow: 280ms;
--motion-ease-standard: cubic-bezier(0.2, 0, 0, 1);
--motion-ease-decelerate: cubic-bezier(0.16, 1, 0.3, 1);
--motion-ease-accelerate: cubic-bezier(0.3, 0, 1, 1);
/* ============= custom ============= */
/* 遮罩颜色 */