名称: iblipper
描述: 为富表现力的智能体-人类交流生成动态文字排版动画。适用于希望以视觉冲击力进行沟通的场景——如公告、提醒、问候、戏剧性揭示,或任何值得超越纯文本展示的信息。可输出可分享的链接或在画布中直接显示。
生成动态文字排版动画,以更具表现力、更抓眼球的方式与人类沟通。
基础 URL: https://andyed.github.io/iblipper2025/
生成一个可点击的链接——接收者将在其浏览器中看到动画。
[▶️ 消息文本](https://andyed.github.io/iblipper2025/#text=消息+文本&emotion=emphatic&dark=true&share=yes)
生成一个动画 GIF 文件,可附加到消息中。
https://andyed.github.io/iblipper2025/?export=gif#text=消息+文本&emotion=emphatic&dark=true
所有参数都放在 哈希片段 中(#param=value¶m2=value2)。
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
text |
字符串 | 要显示的消息(URL编码,空格用 + 代替) |
— |
wpm |
数字 | 每分钟字数(30-2500) | 300 |
density |
数字 | 每帧字数(0.1-500) | 1 |
fill |
布尔值 | 自动缩放文本以填满屏幕 | true |
theme |
数字 | 颜色主题索引(0-3) | 0 |
dark |
布尔值 | 深色模式 | true |
emotion |
字符串 | 动画风格预设(见下文) | neutral |
share |
字符串 | 加载时自动播放(yes) |
— |
| 情感 | 氛围 | 最佳适用场景 |
|---|---|---|
neutral |
简洁、专业 | 默认、公告 |
hurry |
快速、紧急、斜体 | 时效性强的提醒 |
idyllic |
缓慢、梦幻、轻盈 | 诗意、平静的消息 |
question |
好奇、倾斜 | 提问、思考 |
response_required |
紧急、脉动 | 需要立即行动! |
excited |
弹跳、充满活力 | 庆祝、热情 |
playful |
有趣、跳跃 | 玩笑、休闲娱乐 |
emphatic |
粗体、坚实、有冲击力 | 重要声明 |
casual |
手写体、放松 | 友好聊天 |
electric |
故障风、RGB分离 | 赛博美学 |
wobbly |
果冻物理效果 | 滑稽、好玩 |
注意:matrix 情感处于预发布阶段——目前请避免使用。
重要公告:
[▶️ 突发新闻](https://andyed.github.io/iblipper2025/#text=突发+新闻&emotion=emphatic&dark=true&share=yes)
友好问候:
[▶️ 你好!](https://andyed.github.io/iblipper2025/#text=你好!&emotion=casual&dark=false&share=yes)
庆祝:
[▶️ 恭喜!](https://andyed.github.io/iblipper2025/#text=恭喜!&emotion=excited&share=yes)
在浏览器中打开导出 URL:
browser action=open targetUrl="https://andyed.github.io/iblipper2025/?export=gif#text=你好&emotion=emphatic" profile=chrome
等待约 15-20 秒进行渲染和编码。
找到下载的 GIF 文件:
ls -t ~/Downloads/iblipper_*.gif | head -1
读取/将文件附加到你的消息中。
导出查询参数:
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
export |
字符串 | 格式:gif, apng, png |
— |
width |
数字 | 输出宽度(像素) | 480 |
fps |
数字 | 每秒帧数(8, 15, 30) | 15 |
✅ 适用于:
- 问候和介绍
- 重要公告
- 庆祝里程碑
- 戏剧性揭示
- 为消息增添个性
❌ 不适用于:
- 长篇内容(保持 1-10 个词)
- 紧急安全警报(纯文本更快)
如需快速生成 URL,可使用附带的 shell 脚本:
# 基本用法
./scripts/iblipper.sh "你好世界"
# https://andyed.github.io/iblipper2025/#text=你好+世界&emotion=emphatic&dark=true&share=yes
# 指定情感
./scripts/iblipper.sh "突发新闻" hurry
# 浅色模式
./scripts/iblipper.sh "早上好" idyllic light
# 生成 Markdown 链接
./scripts/iblipper.sh -m "点我!" excited
# [▶️ 点我!](https://...)
# GIF 导出 URL
./scripts/iblipper.sh --gif "导出这个" playful
share=yes — 跳过着陆页excited,重要事项用 emphaticdark=true 通常是首选