Files
Claude-Code-Workflow/ccw/frontend/src/locales/zh/notification.json
catlog22 715ef12c92 feat(a2ui): Implement A2UI backend with question handling and WebSocket support
- Added A2UITypes for defining question structures and answers.
- Created A2UIWebSocketHandler for managing WebSocket connections and message handling.
- Developed ask-question tool for interactive user questions via A2UI.
- Introduced platformUtils for platform detection and shell command handling.
- Centralized TypeScript types in index.ts for better organization.
- Implemented compatibility checks for hook templates based on platform requirements.
2026-01-31 15:27:12 +08:00

10 lines
211 B
JSON

{
"title": "通知",
"markAllRead": "全部已读",
"clearAll": "清空全部",
"showMore": "显示更多",
"showLess": "收起",
"empty": "暂无通知",
"emptyHint": "通知将显示在这里"
}