pullrequests Search Results · language:Dune language:HTML language:JavaScript language:TypeScript language:JavaScript
Filter by
48.7M results
What changed
- Settings now hides the duplicate storage item returned by /api/admin/settings/runtime-tools
- every visible Settings storage status therefore comes from truth.storage returned by /api/admin/settings/status ...
This PR introduces administrative and user account enhancements:
1. Super Admin User Deletion:
- The Personnel Management console (login/admin.html) now displays a delete action (trash icon) ...
Follow-up to #6, prompted by a multi-agent adversarial review of commit 47f3455039. The review found no critical/high
issues in the five security fixes themselves, but surfaced one real medium config-wiring ...
📌 Closes Issue
Closes #327
🚀 Feature Description
Add PDF Embedded Images Extractor tool that extracts raw raster images (JPEG/PNG) from PDF files without re-compression
or quality loss.
✨ What s New? ...
Automated test pull request
新增 apps/api-py:FastAPI 应用入口、多层配置系统、异步任务队列、 SDXL 推理 Pipeline 骨架、模型管理、提示词组合,以及 ASR/assets/commands/health 路由与规则版命令解析器, 配套
config/async_worker/health 单元测试。
- feat: add retry hook, typed errors and optional logger
- ci: merge security check workflows
- chore: update dependencies
问题
商品详情主图卡用固定 aspect-[3/4] 竖框 + fit=contain,而商品图多为横版 → 图片只占上半部,下方兜出一大片奶油色 letterbox = 多余 gap(顾客反馈)。
改动
web-shop/src/pages/ProductDetail.tsx:
- 去掉图片容器的 aspect-[3/4] 固定比例;
- antd-mobile Image height= ...