fix: code review feedback - milestone label, emoji consistency

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b2b6c40e-7ef4-4a41-bec2-d67592547b67
This commit is contained in:
copilot-swe-agent[bot] 2026-03-26 11:58:53 +00:00 committed by GitHub
parent 72382c504d
commit eeed703f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
},
"pending": {
"name": "待孕育人格体",
"emoji": "🥒",
"emoji": "🥚",
"description": "已有人类开发者,但宝宝人格体尚未孕育。等待缘分到来。",
"examples": [
"匆匆那年(DEV-011)",

View File

@ -107,7 +107,7 @@ const ms1 = getMilestone(0);
assert(ms1.milestone === null, 'getMilestone(0): 尚未达到任何里程碑');
const ms7 = getMilestone(7);
assert(ms7.milestone !== null && ms7.milestone.includes('一周'), 'getMilestone(7): 一周里程碑');
assert(ms7.milestone !== null && ms7.milestone.includes('一周'), 'getMilestone(7): 一周里程碑');
const ms100 = getMilestone(100);
assert(ms100.milestone !== null && ms100.milestone.includes('百日'), 'getMilestone(100): 百日里程碑');

View File

@ -34,7 +34,7 @@ function daysAlive(fromDate, now) {
function getMilestone(days) {
const milestones = [
{ day: 1, label: '🌱 第一天 · 数字地球第一次呼吸' },
{ day: 7, label: '🌿 一周 · 第一片叶子' },
{ day: 7, label: '🌿 一周 · 第一片叶子' },
{ day: 30, label: '🌳 满月 · 扎根大地' },
{ day: 100, label: '💯 百日 · 百脉齐通' },
{ day: 180, label: '🌊 半年 · 潮汐初现' },