返回画廊数据整理自 YouMind 公共 GitHub/页面数据

直播界面 UI 模型

生成一个逼真的移动端直播界面,包含主播、聊天弹幕和观众统计信息。

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "live stream interface mockup",
"subject": {
"description": "young East Asian woman, long dark wavy hair, gentle smile, silver clover necklace, wired earphones",
"clothing": "{argument name=\"clothing\" default=\"white lace-trimmed camisole with a small blue bow, light blue cardigan, grey pleated skirt\"}",
"pose": "sitting at a desk, looking directly at the camera, one hand on an RGB mechanical keyboard"
},
"environment": {
"foreground": "professional condenser microphone on a boom arm with a small white plush keychain attached",
"background": "gaming room setup, large computer monitor displaying a {argument name=\"game on monitor\" default=\"MOBA game\"}, shelf with a glowing moon lamp and a pink bunny plushie",
"lighting": "soft indoor lighting with purple and blue ambient glow from the monitor and a neon '{argument name=\"neon sign text\" default=\"LIVE ♡\"}' sign on the wall"
},
"layout": {
"sections": [
{
"title": "Top Left Profile",
"position": "top-left",
"count": 4,
"labels": ["{argument name=\"username\" default=\"草莓味小羊 🍓\"}", "12.8万本场点赞", "关注", "小时榜第3名"]
},
{
"title": "Top Right Stats",
"position": "top-right",
"count": 4,
"labels": ["3 viewer avatars", "6.7万", "X", "礼物展馆 2/24"]
},
{
"title": "Chat Overlay",
"position": "bottom-left",
"count": 7,
"labels": [
"{argument name=\"chat message 1\" default=\"宝宝下次打什么呀?\"}",
"主播好美!!!",
"主播带带我~",
"声音也太温柔了吧",
"这波操作666",
"晚安宝宝么么哒",
"进来就被美到了~"
]
},
{
"title": "Input Bar",
"position": "bottom",
"count": 5,
"labels": ["说点什么...", "smiley icon", "heart icon", "gift icon", "three dots icon"]
}
]
}
}