voting-status
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVoting Status Diagrams
投票状态图
Generate phrack-style ASCII art diagrams showing community voting results and post them to GitHub + Discord.
生成phrack风格的ASCII艺术图来展示社区投票结果,并发布到GitHub和Discord。
Hard Rules
硬性规则
- Post diagram as GitHub comment (not in issue body)
- Post to all 3 Discord channels (chat, pollen-beta, news-polls)
- Always include voting link at bottom
- Gen-Z friendly language ("we been cooking fr fr 🔥")
- 以GitHub评论形式发布图表(不要放在议题正文中)
- 发布到全部3个Discord频道(chat、pollen-beta、news-polls)
- 底部始终包含投票链接
- 使用Z世代友好的语言(比如“我们真的在搞事情哦 🔥”)
Voting Issues
投票议题
| Topic | Issue | Emoji Mapping |
|---|---|---|
| Models | #5321 | 👍=Video, 😄=Embed, ❤️=OSS, 🚀=Image, 🎉=TTS |
| Payments | #4826 | 👍=Crypto, 😄=PayPal, ❤️=Alipay, 🚀=UPI, 😕=GPU, 🎉=Ads, 👀=PIX |
| Login | #5543 | 👍=Google, 😄=Discord, ❤️=Email, 🚀=Phone, 🎉=WeChat, 👀=Wallet |
| 主题 | 议题编号 | 表情符号对应项 |
|---|---|---|
| 模型 | #5321 | 👍=视频, 😄=嵌入, ❤️=开源软件(OSS), 🚀=图片, 🎉=文本转语音(TTS) |
| 支付方式 | #4826 | 👍=加密货币, 😄=PayPal, ❤️=支付宝, 🚀=UPI, 😕=GPU, 🎉=广告, 👀=PIX |
| 登录方式 | #5543 | 👍=Google, 😄=Discord, ❤️=邮箱, 🚀=手机号, 🎉=微信, 👀=钱包 |
Discord Config
Discord配置
| Channel | ID |
|---|---|
| Guild | |
| 💬│chat | |
| 🏵️│pollen-beta | |
| 📰│news-polls | |
| 频道 | ID |
|---|---|
| 服务器(Guild) | |
| 💬│chat | |
| 🏵️│pollen-beta | |
| 📰│news-polls | |
Workflow
工作流程
1. Fetch Issue Data
1. 获取议题数据
mcp1_get_issue(owner: "pollinations", repo: "pollinations", issue_number: XXXX)Extract from : , , , , , , ,
reactions+1-1laughhoorayconfusedheartrocketeyesmcp1_get_issue(owner: "pollinations", repo: "pollinations", issue_number: XXXX)从中提取:, , , , , , ,
reactions+1-1laughhoorayconfusedheartrocketeyes2. Generate ASCII Diagram
2. 生成ASCII图表
Template:
.--[ TITLE | XX votes ]--------------------------------------------------------.
| |
| VOTES BY CATEGORY STATUS |
| ──────────────── ────── |
| 🎉 WINNER ██████████████████████████████ XX ✓ shipped / ⏳ backlog |
| 👍 SECOND ████████████████████ XX ⏳ researching |
| 😄 THIRD ███████████████ XX ⏳ backlog |
| ... |
| |
| ✅ SHIPPED: What's already live |
| 🏆 LEADER: Top vote-getter (XX votes) |
'-------------------------------------------------------------------------------'Bar formula: ×
█Math.round(votes / maxVotes * 30)模板:
.--[ 标题 | XX 票 ]--------------------------------------------------------.
| |
| 按分类统计票数 状态 |
| ──────────────── ────── |
| 🎉 获胜项 ██████████████████████████████ XX ✓ 已上线 / ⏳ 待办 |
| 👍 第二名 ████████████████████ XX ⏳ 调研中 |
| 😄 第三名 ███████████████ XX ⏳ 待办 |
| ... |
| |
| ✅ 已上线: 已推出的功能 |
| 🏆 领先项: 得票最高的选项 (XX 票) |
'-------------------------------------------------------------------------------'进度条公式: ×
█Math.round(votes / maxVotes * 30)3. Post to GitHub
3. 发布到GitHub
mcp1_add_issue_comment(
owner: "pollinations",
repo: "pollinations",
issue_number: XXXX,
body: "## 📊 Voting Status Update (Month YYYY)\n\n```\n<DIAGRAM>\n```\n\n<OUTRO>"
)mcp1_add_issue_comment(
owner: "pollinations",
repo: "pollinations",
issue_number: XXXX,
body: "## 📊 投票状态更新 (YYYY年MM月)\n\n```\n<图表内容>\n```\n\n<结尾语>"
)4. Post to Discord (all 3 channels: chat, pollen-beta, news-polls)
4. 发布到Discord(全部3个频道:chat、pollen-beta、news-polls)
mcp0_discord_send(channelId: "889573359111774329", message: "<DIAGRAM + LINK>") // chat
mcp0_discord_send(channelId: "1432378056126894343", message: "<DIAGRAM + LINK>") // pollen-beta
mcp0_discord_send(channelId: "1339346975690068008", message: "<DIAGRAM + LINK>") // news-pollsmcp0_discord_send(channelId: "889573359111774329", message: "<图表内容 + 链接>") // chat
mcp0_discord_send(channelId: "1432378056126894343", message: "<图表内容 + 链接>") // pollen-beta
mcp0_discord_send(channelId: "1339346975690068008", message: "<图表内容 + 链接>") // news-pollsExample: Models Voting
示例:模型投票
undefinedundefined📊 Voting Status Update (Dec 2025)
📊 投票状态更新(2025年12月)
```
.--[ MODEL VOTING | 121 votes ]-------------------------------------------------.
| |
| VOTES BY TYPE SHIPPED NOV-DEC '25 |
| ───────────── ─────────────────── |
| 👍 VIDEO ████████████████████████████████ 46 ✓ Veo 3.1 🎬 |
| ❤️ OSS LLM ████████████████ 21 ✓ Kimi K2, DeepSeek |
| 🎉 TTS/STT ███████████████ 20 ✓ openai-audio |
| 🚀 IMAGE █████████ 13 ✓ Nanobanana Pro |
| 😄 EMBED ████████ 12 ⏳ next up? |
| 👎 OTHER ████ 6 comment below! |
| |
| 🏆 LEADER: Video generation (46 votes) |
'-------------------------------------------------------------------------------'
```
we been cooking fr fr 🔥 keep the votes coming!
🗳️ Vote here: https://github.com/pollinations/pollinations/issues/5321
---```
.--[ 模型投票 | 121 票 ]-------------------------------------------------.
| |
| 按类型统计票数 2025年11-12月已上线功能 |
| ───────────── ─────────────────── |
| 👍 视频 ████████████████████████████████ 46 ✓ Veo 3.1 🎬 |
| ❤️ 开源大模型 ████████████████ 21 ✓ Kimi K2, DeepSeek |
| 🎉 文本转语音/语音转文本 ███████████████ 20 ✓ openai-audio |
| 🚀 图片 █████████ 13 ✓ Nanobanana Pro |
| 😄 嵌入 ████████ 12 ⏳ 下一个上线? |
| 👎 其他 ████ 6 欢迎在下方留言! |
| |
| 🏆 领先项: 视频生成 (46 票) |
'-------------------------------------------------------------------------------'
```
我们真的在搞事情哦 🔥 继续投票吧!
---Example: Payments Voting
示例:支付方式投票
undefinedundefined📊 Payment Voting Status (Dec 2025)
📊 支付方式投票状态(2025年12月)
```
.--[ PAYMENT VOTING | 135 votes ]-----------------------------------------------.
| |
| VOTES BY METHOD STATUS |
| ──────────────── ────── |
| 🎉 ADS EARN ██████████████████████████████ 38 ⏳ exploring |
| 👍 CRYPTO ████████████████████ 24 ⏳ researching |
| 😄 PAYPAL █████████████████ 21 ⏳ polar integration? |
| 😕 HOST GPUs █████████████ 16 ⏳ get in touch! |
| 👀 PIX 🇧🇷 ██████████ 13 ⏳ researching |
| 🚀 UPI 🇮🇳 █████████ 11 ⏳ researching |
| ❤️ ALIPAY 🇨🇳 ██████ 9 ⏳ researching |
| |
| ✅ SHIPPED: Credit Card via Polar.sh |
| 🏆 LEADER: Display ads to earn (38 votes) |
'-------------------------------------------------------------------------------'
```
ads to earn pollen is winning! 🗳️
---```
.--[ 支付方式投票 | 135 票 ]-----------------------------------------------.
| |
| 按支付方式统计票数 状态 |
| ──────────────── ────── |
| 🎉 看广告赚积分 ██████████████████████████████ 38 ⏳ 探索中 |
| 👍 加密货币 ████████████████████ 24 ⏳ 调研中 |
| 😄 PayPal █████████████████ 21 ⏳ 对接Polar? |
| 😕 托管GPU █████████████ 16 ⏳ 欢迎联系我们! |
| 👀 PIX 🇧🇷 ██████████ 13 ⏳ 调研中 |
| 🚀 UPI 🇮🇳 █████████ 11 ⏳ 调研中 |
| ❤️ 支付宝 🇨🇳 ██████ 9 ⏳ 调研中 |
| |
| ✅ 已上线: 通过Polar.sh使用信用卡支付 |
| 🏆 领先项: 看广告赚积分 (38 票) |
'-------------------------------------------------------------------------------'
```
看广告赚pollen的选项领先啦! 🗳️
---Example: General Announcement (Dec 2025)
示例:通用公告(2025年12月)
`░▒▓ POLLINATIONS // DEC 2025 ▓▒░`
**still in beta — values may shift as we find balance**`░▒▓ POLLINATIONS // 2025年12月 ▓▒░`
**仍处于测试阶段 — 数值可能会调整以保持平衡**⚡ pollen rebalance
⚡ pollen 数值调整
adjusting daily pollen to sustain compute
effective from next refill
```
🦠 spore 1/day
🌱 seed 3/day
🌸 flower 10/day
🍯 nectar 20/day
```
调整每日pollen数量以维持计算资源
调整将在下次补给时生效
```
🦠 孢子 1个/天
🌱 种子 3个/天
🌸 花朵 10个/天
🍯 花蜜 20个/天
```
🌱 🌸 upgrade paths
🌱 🌸 升级路径
🦠 → 🌱 show us you're part of the community
- ⭐ star repo
- 🔀 merged PR
🌱 → 🌸 build something with pollinations
- 🛠️ push code
- 📦 project in showcase
register → https://enter.pollinations.ai
🎬 new endpoints
🎬 新接口
premium models now live. all accessible to everyone.
```
text claude opus 4.5 · kimi k2
image nanobanana-pro (4K) · seedream 4
video veo 3.1 · seedance
```
we're figuring this out together — free tiers may evolve as we grow 🌱
---Notes
注意事项
- Keep diagrams < 2000 chars for Discord
- Sort categories by vote count (highest first)
- Include shipped items to show progress
- Use appropriate emoji for issue type (🗳️ models, 💳 payments, 🔐 login)
- 确保Discord中的图表字符数少于2000
- 按得票数从高到低排序分类
- 包含已上线的项目以展示进度
- 根据议题类型使用合适的表情符号(🗳️ 模型、💳 支付、🔐 登录)