讨论

海豚骑自行车Vlog的SVG提示词

来自 Wikiprompt,自由的提示词百科全书

1LittleCoder💻

2026年8月14日

海豚骑自行车Vlog的SVG提示词 一个创意提示,要求制作一只骑自行车并拍摄Vlog的海豚的动画SVG,包括关于鳍状肢和手机操作的幽默规划笔记。

相关媒体

提示词内容收藏

🌐
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600"> <!-- 背景 - 天空 --> <rect width="800" height="600" fill="#87CEEB"/> <!-- 太阳 --> <circle cx="680" cy="80" r="50" fill="#FFD700"/> <g stroke="#FFD700" stroke-width="3" fill="none"> <line x1="680" y1="15" x2="680" y2="0"/> <line x1="680" y1="145" x2="680" y2="160"/> <line x1="615" y1="80" x2="600" y2="80"/> <line x1="745" y1="80" x2="760" y2="80"/> <line x1="634" y1="34" x2="623" y2="23"/> <line x1="726" y1="126" x2="737" y2="137"/> <line x1="726" y1="34" x2="737" y2="23"/> <line x1="634" y1="126" x2="623" y2="137"/> </g> <!-- 云朵 --> <g fill="white" opacity="0.8"> <circle cx="150" cy="70" r="30"/> <circle cx="180" cy="55" r="35"/> <circle cx="215" cy="70" r="28"/> <circle cx="500" cy="100" r="25"/> <circle cx="530" cy="88" r="30"/> <circle cx="560" cy="100" r="22"/> </g> <!-- 地面/道路 --> <rect x="0" y="480" width="800" height="120" fill="#8B7355"/> <rect x="0" y="480" width="800" height="10" fill="#6B5B3A"/> <!-- 道路标线 --> <g stroke="#FFD700" stroke-width="3" stroke-dasharray="30,20"> <line x1="0" y1="520" x2="800" y2="520"/> </g> <!-- 自行车 - 后轮 --> <circle cx="280" cy="450" r="55" fill="none" stroke="#333" stroke-width="5"/> <circle cx="280" cy="450" r="8" fill="#666"/> <!-- 后轮辐条 --> <g stroke="#999" stroke-width="1.5"> <line x1="280" y1="395" x2="280" y2="505"/> <line x1="225" y1="450" x2="335" y2="450"/> <line x1="241" y1="411" x2="319" y2="489"/> <line x1="319" y1="411" x2="241" y2="489"/> </g> <!-- 自行车 - 前轮 --> <circle cx="480" cy="450" r="55" fill="none" stroke="#333" stroke-width="5"/> <circle cx="480" cy="450" r="8" fill="#666"/> <!-- 前轮辐条 --> <g stroke="#999" stroke-width="1.5"> <line x1="480" y1="395" x2="480" y2="505"/> <line x1="425" y1="450" x2="535" y2="450"/> <line x1="441" y1="411" x2="519" y2="489"/> <line x1="519" y1="411" x2="441" y2="489"/> </g> <!-- 自行车 - 车架 --> <g stroke="#E63946" stroke-width="6" fill="none" stroke-linecap="round"> <!-- 下管 --> <line x1="280" y1="450" x2="380" y2="380"/> <!-- 座管 --> <line x1="380" y1="380" x2="380" y2="450"/> <!-- 上管 --> <line x1="380" y1="380" x2="460" y2="400"/> <!-- 头管 --> <line x1="460" y1="400" x2="480" y2="450"/> <!-- 前叉 --> <line x1="460" y1="400" x2="480" y2="450"/> <!-- 后下叉 --> <line x1="280" y1="450" x2="380" y2="450"/> <!-- 后上叉 --> <line x1="280" y1="450" x2="380" y2="380"/> </g> <!-- 自行车 - 链条和齿轮 --> <circle cx="380" cy="450" r="15" fill="#555" stroke="#333" stroke-width="2"/> <circle cx="280" cy="450" r="10" fill="#555" stroke="#333" stroke-width="2"/> <line x1="365" y1="450" x2="290" y2="450" stroke="#444" stroke-width="3"/> <!-- 自行车 - 踏板 --> <line x1="380" y1="435" x2="380" y2="465" stroke="#333" stroke-width="4"/> <rect x="370" y="430" width="20" height="6" rx="2" fill="#666" transform="rotate(0,380,435)"/> <rect x="370" y="460" width="20" height="6" rx="2" fill="#666"/> <!-- 自行车 - 车把 --> <line x1="460" y1="400" x2="460" y2="370" stroke="#333" stroke-width="5"/> <line x1="440" y1="365" x2="480" y2="365" stroke="#333" stroke-width="5" stroke-linecap="round"/> <!-- 自行车 - 车座 --> <ellipse cx="380" cy="370" rx="22" ry="8" fill="#333"/> <!-- 海豚身体 --> <g transform="translate(380, 300)"> <!-- 海豚主体 --> <ellipse cx="0" cy="30" rx="70" ry="35" fill="#4A90D9"/> <!-- 海豚腹部 --> <ellipse cx="0" cy="40" rx="55" ry="20" fill="#7BB8E8"/> <!-- 海豚头部 --> <ellipse cx="-55" cy="20" rx="30" ry="25" fill="#4A90D9"/> <!-- 海豚嘴部 --> <path d="M-80,15 Q-100,20 -105,25 Q-100,30 -80,28" fill="#4A90D9" stroke="#3A7BC8" stroke-width="1"/> <!-- 海豚眼睛 --> <circle cx="-65" cy="15" r="5" fill="white"/> <circle cx="-67" cy="15" r="3" fill="#1a1a2e"/> <circle cx="-68" cy="14" r="1" fill="white"/> <!-- 海豚微笑 --> <path d="M-75,25 Q-70,30 -60,28" fill="none" stroke="#2E6BA8" stroke-width="1.5" stroke-linecap="round"/> <!-- 海豚背鳍 --> <path d="M-20,-5 Q-10,-35 5,-5" fill="#3A7BC8" stroke="#3A7BC8" stroke-width="1"/> <!-- 海豚胸鳍(握住车把) --> <path d="M-40,35 Q-50,55 -35,65" fill="#3A7BC8" stroke="#3A7BC8" stroke-width="2"/> <path d="M-30,40 Q-20,60 -35,65" fill="#3A7BC8" stroke="#3A7BC8" stroke-width="2"/> <!-- 海豚尾鳍 --> <path d="M65,30 Q85,10 95,15 Q85,30 95,45 Q85,50 65,30" fill="#3A7BC8" stroke="#3A7BC8" stroke-width="1"/> <!-- 海豚身上的斑点 --> <circle cx="-10" cy="20" r="4" fill="#3A7BC8" opacity="0.5"/> <circle cx="15" cy="15" r="3" fill="#3A7BC8" opacity="0.5"/> <circle cx="30" cy="25" r="5" fill="#3A7BC8" opacity="0.5"/> </g> <!-- 手机 - 海豚拿着的自拍杆 --> <g transform="translate(330, 280)"> <!-- 自拍杆 --> <line x1="0" y1="0" x2="-40" y2="-50" stroke="#555" stroke-width="4"/> <!-- 手机 --> <rect x="-55" y="-80" width="30" height="50" rx="3" fill="#222"/> <rect x="-52" y="-77" width="24" height="44" rx="2" fill="#4A90D9"/> <!-- 手机屏幕上的画面(显示海豚自己) --> <rect x="-52" y="-77" width="24" height="44" rx="2" fill="#2a6cb8" opacity="0.7"/> <!-- 手机摄像头 --> <circle cx="-40" y="-78" r="2" fill="#444"/> <!-- 手机闪光灯 --> <circle cx="-35" y="-78" r="1.5" fill="#FFD700"/> <!-- 录制指示点 --> <circle cx="-50" y="-73" r="2" fill="#FF0000"/> <text x="-46" y="-71" font-size="5" fill="white" font-family="Arial">REC</text> </g> <!-- 录制图标 - 浮动UI元素 --> <g transform="translate(250, 220)"> <rect x="0" y="0" width="60" height="20" rx="10" fill="white" opacity="0.8"/> <circle cx="12" cy="10" r="5" fill="#FF0000"/> <text x="22" y="14" font-size="10" fill="#333" font-family="Arial" font-weight="bold">● REC</text> </g> <!-- 心形图标 --> <g transform="translate(200, 180)"> <path d="M10,20 C5,15 0,10 0,5 C0,0 5,-3 10,2 C15,-3 20,0 20,5 C20,10 15,15 10,20Z" fill="#FF6B6B" opacity="0.8"/> </g> <!-- 评论图标 --> <g transform="translate(550, 200)"> <rect x="0" y="0" width="50" height="18" rx="9" fill="white" opacity="0.8"/> <text x="8" y="13" font-size="10" fill="#333" font-family="Arial">💬 128</text> </g> <!-- 点赞图标 --> <g transform="translate(550, 230)"> <rect x="0" y="0" width="50" height="18" rx="9" fill="white" opacity="0.8"/> <text x="8" y="13" font-size="10" fill="#333" font-family="Arial">👍 1.2K</text> </g> <!-- 运动线条 - 表示移动 --> <g stroke="#555" stroke-width="2" opacity="0.4"> <line x1="150" y1="440" x2="190" y2="440"/> <line x1="140" y1="455" x2="185" y2="455"/> <line x1="155" y1="470" x2="195" y2="470"/> </g> <!-- 小草 --> <g fill="#4CAF50"> <path d="M100,480 Q105,460 110,480"/> <path d="M120,480 Q125,465 130,480"/> <path d="M600,480 Q605,460 610,480"/> <path d="M650,480 Q655,465 660,480"/> <path d="M700,480 Q705,460 710,480"/> </g> <!-- 海豚骑行时的水花效果 --> <g fill="#7BB8E8" opacity="0.6"> <circle cx="320" cy="470" r="3"/> <circle cx="310" cy="475" r="2"/> <circle cx="330" cy="478" r="2.5"/> <circle cx="300" cy="472" r="2"/> </g> <!-- 海豚头顶的汗滴(骑行辛苦) --> <g fill="#4A90D9"> <path d="M340,260 Q338,250 340,245 Q342,250 340,260Z"/> <path d="M360,255 Q358,245 360,240 Q362,245 360,255Z"/> </g> </svg>

登录以查看完整提示词

继续使用:

登录即表示你同意我们的 使用条款 隐私政策

用法

此提示词专为 creative 设计。复制上方内容并粘贴到你常用的 AI 工具中。

为获得最佳效果,可将占位符(方括号或大写字母标示)替换为你的具体需求。

参考资料

分类:creative| twitter| svg| animated

讨论