You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
English:
Implement interactive UI components similar to MobileSuit .NET v3.0+ to enhance user interaction in console applications. This feature will provide arrow-key navigation, multi-selection support, and confirmation prompts.
Description / 功能描述
English:
Implement interactive UI components similar to MobileSuit .NET v3.0+ to enhance user interaction in console applications. This feature will provide arrow-key navigation, multi-selection support, and confirmation prompts.
中文:
实现类似于 MobileSuit .NET v3.0+ 的交互式UI组件,以增强控制台应用程序中的用户交互。此功能将提供方向键导航、多选支持和确认提示。
Features / 功能特性
English:
中文:
Tech Stack / 技术栈
keyboardorreadcharlibrary for key capture / 使用keyboard或readchar库进行按键捕获Difficulty & Time / 难度与时间
Difficulty / 难度: 🟢 Easy to Medium / 简单到中等
Estimated Time / 预估时间: 2-4 days / 2-4天
Requirements / 要求
English:
.claude/MobileSuitFeatures.mdFeature Use pyproject.toml instead of setup.py #9)中文:
.claude/MobileSuitFeatures.md功能 Use pyproject.toml instead of setup.py #9)Acceptance Criteria / 验收标准
IOInteractive.SingleSelection(options, prompt)/ 实现单选方法IOInteractive.MultiSelection(options, prompt)/ 实现多选方法IOInteractive.Confirm(prompt, default_value)/ 实现确认方法ParseRange("1-3 5 7-9")/ 实现范围解析器README.md/ 更新README.md文档examples/directory / 在examples/目录添加示例Reference / 参考
See
.claude/MobileSuitFeatures.mdFeature #9 for detailed specification.详细规格请参见
.claude/MobileSuitFeatures.md功能 #9。Before Starting / 开始之前
Please comment on this issue to let us know you're working on it!
请在此issue下评论,让我们知道你正在处理!