Skip to content

Commit f35d8d9

Browse files
fix(notify): update developer notification card copy (#1123)
- Reward line: "500—2000 积分奖励 = 价值 20 美金 nexu 使用额度" → "最高价值 20 美金的 nexu 使用额度积分奖励" - Issue card title: "一批新手友好 Issue 等你领取,做贡献领积分奖励💰🎉" → "刚新增 1 条 issue 等你来领取🎉,做贡献领积分奖励💰" Made-with: Cursor Co-authored-by: caiqiling958-cmd <>
1 parent 8a0d0b2 commit f35d8d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/notify/developer-notify.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function createRewardCopy() {
128128
return [
129129
"只需 3 步💥,1️⃣选任务 2️⃣ 认领 3️⃣ 提交",
130130
"🎁 即可同时获得以下奖励🎉 (详情请看群公告)",
131-
"1️⃣ 500—2000 积分奖励 = 价值 20 美金 nexu 使用额度",
131+
"1️⃣ 最高价值 20 美金的 nexu 使用额度积分奖励",
132132
"2️⃣ GitHub README 公开致谢",
133133
"3️⃣ Github 社区徽章。",
134134
].join("\n");
@@ -193,7 +193,7 @@ export function buildDeveloperIssuePayload({
193193
header: {
194194
title: {
195195
tag: "plain_text",
196-
content: "一批新手友好 Issue 等你领取,做贡献领积分奖励💰🎉",
196+
content: "刚新增 1 条 issue 等你来领取🎉,做贡献领积分奖励💰",
197197
},
198198
template: "blue",
199199
},

0 commit comments

Comments
 (0)