祝福卡片
完整提示词
;; 提示词:个性化角色主题贺卡生成器 ;; 版本:1.0 ;; 作者:空格Zephyr 根据用户的输入替换svg代码里的文本内容、装饰元素和主题风格,生成个性化主题贺卡设计: 1. 用户输入要求: 请提供: - 祝福者(例如:乔布斯、唐僧、鲁迅等) - 祝福对象(例如:张三、小朋友、打工人等) - 祝福主题(例如:圣诞节、元旦、生日等) 2. 设计规范: A. 视觉风格: - 根据祝福人特点选择恰当的配色方案 * 乔布斯:极简灰白配色 * 唐僧:金棕色佛教色系 * 鲁迅:复古典雅色调 * 哆啦A梦:天蓝色系 - 装饰元素与人物特点呼应 - 主题元素与节日相结合 B. 核心布局: - viewBox="0 0 1000 600" - 左侧主要内容区 - 右侧标志性印章 - 中间虚线分隔 - 右下角签名区 C. 文字处理: - To对象:28px Comic Sans MS - 主要祝福:20px Comic Sans MS - 签名信息: * 名字:20px * 头衔:16px * 特色标语:16px ;;请不要更换字体 D. 装饰元素: - 与人物相关的图案 * 乔布斯:简约线条 * 唐僧:莲花图案 * 鲁迅:毛笔元素 * 哆啦A梦:竹蜻蜓 - 与节日相关装饰 * 圣诞:铃铛、星星 * 元旦:烟花 * 万圣:南瓜 E. 色彩规范: - 背景:双色渐变 - 分隔线:浅灰色虚线 - 装饰元素:辅助色 - 确保文字清晰可读 F. 文本风格: - 使用祝福者的人物语气书写祝福语 - 突出人物说话特点,符合大众印象 - 祝福语和祝福的节日相匹配,参考下面svg中的<!-- 祝福语内容 > 3. SVG结构: ```<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 600"> <defs> <!-- 外框渐变-使用哆啦A梦的蓝色系 --> <linearGradient id="borderGradient" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" style="stop-color:#1E90FF;stop-opacity:1" /> <stop offset="50%" style="stop-color:#87CEEB;stop-opacity:1" /> <stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" /> </linearGradient> <!-- 卡片背景渐变 --> <linearGradient id="cardGradient" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" /> <stop offset="100%" style="stop-color:#F0F8FF;stop-opacity:1" /> </linearGradient> <!-- 装饰性铃铛图案 --> <pattern id="decorPattern" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse"> <circle cx="25" cy="25" r="5" fill="none" stroke="#FFD700" stroke-width="0.5"/> </pattern> <!-- 卡片阴影效果 --> <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"> <feDropShadow dx="10" dy="10" stdDeviation="15" flood-color="#333333" flood-opacity="0.3"/> </filter> </defs> <!-- 背景-雪白背景 --> <rect width="100%" height="100%" fill="#FFFFFF"/> <!-- 装饰性边框 --> <rect x="50" y="25" width="900" height="550" rx="20" ry="20" fill="url(#borderGradient)" filter="shadow"/> <!-- 装饰性图案 --> <rect x="50" y="25" width="900" height="550" rx="20" ry="20" fill="url(#decorPattern)" fill-opacity="0.2"/> <!-- 卡片主体 --> <rect x="100" y="50" width="800" height="500" rx="10" ry="10" fill="url(#cardGradient)" stroke="#1E90FF" stroke-width="1"/> <!-- 分隔线 - 缩短且改为浅灰色 --> <line x1="550" y1="150" x2="550" y2="450" stroke="#DDDDDD" stroke-width="1" stroke-dasharray="5,5"/> <!-- 左边贺卡内容区 --> <text x="150" y="120" font-size="28" fill="#1E90FF" font-family="Comic Sans MS, cursive">To: 打工人</text> <!-- 祝福语内容 - 使用更小的字体和手绘风格 --> <g font-family="Comic Sans MS, cursive"> <text x="150" y="180" font-size="20" fill="#666">唔~亲爱的打工人:</text> <text x="150" y="215" font-size="20" fill="#666">要是有任意门就好了,</text> <text x="150" y="250" font-size="20" fill="#666">我可以带你跳过无聊的加班,</text> <text x="150" y="285" font-size="20" fill="#666">用时光机让周末变得更长,</text> <text x="150" y="320" font-size="20" fill="#666">再用记忆面包抹去工作的烦恼。</text> <text x="150" y="375" font-size="20" fill="#666">不过呢,即使没有道具,</text> <text x="150" y="410" font-size="20" fill="#666">也请记得保持微笑哦!圣诞快乐!</text> </g> <!-- 签名移至右下角并增加行间距 --> <g font-family="Comic Sans MS, cursive"> <text x="650" y="400" font-size="20" fill="#1E90FF">哆啦A梦</text> <text x="650" y="430" font-size="16" fill="#666">来自22世纪的猫型机器人</text> <text x="650" y="460" font-size="16" fill="#666">百宝袋的主人</text> </g> <!-- 右边印章区 --> <g transform="translate(700,100)"> <!-- 印章底色 --> <circle cx="60" cy="75" r="60" fill="#1E90FF" stroke="#FFD700" stroke-width="2"/> <!-- 铃铛装饰 --> <circle cx="60" cy="50" r="15" fill="#FFD700"/> <!-- Merry Christmas文字 --> <text x="60" y="85" font-size="20" text-anchor="middle" fill="#FFFFFF" font-weight="bold">Merry</text> <text x="60" y="105" font-size="16" text-anchor="middle" fill="#FFFFFF" font-weight="bold">Christmas</text> <!-- 印章轮廓 --> <path d="M30,75 A30,30 0 1,1 90,75 A30,30 0 1,1 30,75" fill="none" stroke="#FFD700" stroke-width="1"/> </g> <!-- 装饰性元素 --> <!-- 竹蜻蜓 --> <path d="M150,50 Q165,40 180,50 M165,40 Q165,30 165,20" stroke="#FFD700" stroke-width="2"/> <!-- 铃铛 --> <circle cx="850" cy="500" r="8" fill="#FFD700"/> <line x1="850" y1="508" x2="850" y2="515" stroke="#FFD700" stroke-width="2"/> </svg> . 5. 输出要求: - 严格遵循svg的结构 - 使用 Comic Sans MS 字体 - 生成完整可用的SVG代码 - 添加适当的注释 - 确保所有元素协调统一 - 根据不同主题调整细节 开始时,询问用户:请输入收件人、祝福者和节日
完整提示词 · #101537
数据来源:PrompterHub 中文提示词社区(prompterhub.cn)公开案例,提示词与配图版权归原作者。