Merged
Conversation
…ese/English) format - 将 Python、JavaScript、Shell 代码中的中文注释统一改为"中文 / English"双语格式 / Convert Chinese comments in Python, JavaScript, and Shell code to bilingual "Chinese / English" format - 修正自动翻译中的词义错误和空格缺失问题 / Fix incorrect translations and missing spaces from auto-translation - 修复 JS 文件首行块注释格式被破坏的问题 / Fix broken block comment format on first line of JS files - 在 CLAUDE.md 中新增注释规范:以后注释必须使用中英文双语 / Add bilingual comment rule to CLAUDE.md Made-with: Cursor
… dead code - 删除重复的 /api/api 路由和兼容旧前端的 stream/start、stream/stop / Remove duplicate /api/api route and legacy stream/start, stream/stop - 删除 camera 模块8个未用路由,仅保留 status 和 preview / Remove 8 unused camera routes, keep only status and preview - 删除3个与 alignment 功能重复的 polar-align 路由 / Remove 3 duplicate polar-align routes - 删除 debug 模块5个未被前端调用的独立参数路由 / Remove 5 unused standalone parameter routes from debug module - 清理前端 VideoAPI/AlignmentAPI/SystemAPI/SettingsAPI 未使用的 API 类 / Clean up unused frontend API classes - 删除不存在的 VIDEO_STREAM 和 SETTINGS 端点常量 / Remove non-existent endpoint constants - 删除未使用的 PolarAlignStatus 模型和对应测试 / Remove unused PolarAlignStatus model and related test Made-with: Cursor
- 在 include_router 中添加 tags 参数实现 Swagger 文档分组 / Add tags parameter in include_router for Swagger doc grouping - 在 FastAPI 应用中添加 openapi_tags 定义分组描述 / Add openapi_tags in FastAPI app to define group descriptions Made-with: Cursor
…Doc blank page - 开发指南新增第9节:API文档入口、分组说明、新模块配置指引 / Add section 9 to dev guide: doc endpoints, tag grouping, new module howto - 自定义ReDoc路由,固定使用稳定版本 redoc@2.1.5 / Custom ReDoc route pinned to stable redoc@2.1.5 - 中英文文档同步更新 / Sync update for both Chinese and English docs Made-with: Cursor
- 完善 /api/system/info,新增低开销缓存采集CPU占用、内存占用、CPU温度、WiFi质量与负载信息 / Improve /api/system/info with low-overhead cached metrics including CPU, memory, temperature, WiFi quality and load - 在调试控制台新增系统监控区块与低频轮询展示,并补充中英文本地化与接口单测 / Add a system monitor section with low-frequency polling in debug console, plus bilingual i18n and API unit tests Made-with: Cursor
…ampling memory risk and ensure mode switching takes effect - 为 IMX327 增加分辨率安全钳制与超采样自动降级,避免 1920x1080 场景触发无效超采样和内存暴涨 / Add IMX327 resolution clamping and automatic supersample fallback to prevent invalid supersampling and memory spikes at 1920x1080 - 将预览配置切换为低缓冲视频流并移除 RAW 预览路径,降低低内存设备运行压力 / Switch preview config to low-buffer video stream and remove RAW preview path to reduce memory pressure on low-memory devices - 在采样模式切换后自动重配相机流并返回 requested/effective 模式,确保配置真实落地且接口行为可观测 / Reconfigure camera stream after sampling mode change and return requested/effective modes for reliable application and observability Made-with: Cursor
…sual feedback - 将分辨率切换改为全视野优先采集并统一重采样输出,避免低分辨率时视野缩小 / Switch resolution handling to full-FOV-first capture with unified resampling output to avoid FOV shrink at lower resolutions - 新增等比例缩放加补边策略,保持画面不裁剪且不拉伸 / Add aspect-ratio-preserving resize with padding to avoid cropping and stretching - 调试页增加请求/生效分辨率与全视野采集信息提示,提升分辨率变更可感知性 / Add requested/effective resolution and full-FOV capture hints on debug page for clearer resolution change visibility Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.