mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
feat: add Sheet component for bottom sheet UI with drag-to-dismiss and snap points
test: implement DialogStyleContext tests for preference management and style recommendations test: create tests for useAutoSelection hook, including countdown and pause functionality feat: implement useAutoSelection hook for enhanced auto-selection with sound notifications feat: create Zustand store for managing issue submission wizard state feat: add Zod validation schemas for issue-related API requests feat: implement issue service for CRUD operations and validation handling feat: define TypeScript types for issue submission and management
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"systemStatus": "系统状态",
|
||||
"hooks": "Git 钩子",
|
||||
"rules": "规则",
|
||||
"about": "关于"
|
||||
"about": "关于",
|
||||
"a2ui": "A2UI 偏好设置"
|
||||
},
|
||||
"appearance": {
|
||||
"title": "外观",
|
||||
@@ -210,5 +211,28 @@
|
||||
"description": "将所有用户偏好重置为默认值。此操作无法撤销。",
|
||||
"confirm": "确定要将所有设置重置为默认值吗?",
|
||||
"button": "重置为默认值"
|
||||
},
|
||||
"a2ui": {
|
||||
"title": "A2UI 偏好设置",
|
||||
"dialogStyle": "对话框风格",
|
||||
"dialogStyleDesc": "选择 A2UI 对话框的显示方式",
|
||||
"styleModal": "弹窗",
|
||||
"styleModalDesc": "居中显示",
|
||||
"styleDrawer": "抽屉",
|
||||
"styleDrawerDesc": "侧边面板",
|
||||
"styleSheet": "底部弹出",
|
||||
"styleSheetDesc": "从底部弹出",
|
||||
"styleFullscreen": "全屏",
|
||||
"styleFullscreenDesc": "全屏显示",
|
||||
"smartMode": "智能模式",
|
||||
"smartModeDesc": "根据问题类型自动选择风格",
|
||||
"autoSelectionDuration": "自动选择倒计时",
|
||||
"autoSelectionDurationDesc": "自动选择默认选项前的倒计时",
|
||||
"pauseOnInteraction": "交互时暂停",
|
||||
"pauseOnInteractionDesc": "与对话框交互时暂停倒计时",
|
||||
"soundNotification": "声音提醒",
|
||||
"soundNotificationDesc": "自动提交前 3 秒播放提示音",
|
||||
"showToolbarButton": "显示工具栏按钮",
|
||||
"showToolbarButtonDesc": "在工具栏显示 A2UI 快速操作按钮"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user