feat: 添加 DuckCoding 模板和自定义 logo 支持#19
Merged
awsl233777 merged 1 commit intoawsl-project:mainfrom Jan 14, 2026
Merged
Conversation
- 新增 DuckCoding 快速模板,支持 Claude/Codex/Gemini - 为模板添加自定义 logo 图片支持 (logoUrl 字段) - 优化模板卡片布局,从 3 列改为响应式 4 列布局 - 改进卡片高度一致性,使用 minHeight 确保统一外观 - DuckCoding 模板使用官方鸭子动画 GIF logo Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
awsl233777
approved these changes
Jan 14, 2026
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.
概述
主要变更
新功能
QuickTemplate类型中新增logoUrl可选字段,允许模板使用自定义图片 logoUI/UX 改进
minHeight: 140px确保所有模板卡片高度一致overflow-hidden和object-contain确保 logo 正确显示测试计划
🤖 Generated with Claude Code