Black_Myth_wukong
/
one-person-compony
Public
Search/Ask
2
1
WeChat Login
Login
Code
Issues
4
Pull requests
3
Events
Packages
Insights
fix: 修正代码基线-颜色值#E74C3C+补充无障碍属性 (#14)
#21
Merged
d
e
v
o
p
s
NPC
created
1 days ago
main
fix/code-baseline-alignment
Edit
Overview
Commits
1
Files changed
1
Attachments
d
e
v
o
p
s
NPC
Summary
修复 QA 第四轮验收发现的
2 个 P0 问题
ISSUE-01
: 版本资产引用失效 → 创建正确的版本标签 v1.0.0
ISSUE-02
: 代码基线偏移 → 颜色值 + 无障碍属性修正
具体修改
检查项
修改前
修改后
CSS
--color-primary
#E60012
#E74C3C
✅
Logo SVG fill
#E60012
#E74C3C
✅
Hero badge rgba
rgba(230,0,18,0.08)
rgba(231,76,60,0.08)
✅
Feature icon bg rgba
rgba(230,0,18,0.08)
rgba(231,76,60,0.08)
✅
Header Logo 容器
无
role="img" aria-label="CNB Logo"
✅
Header SVG
无 role
role="presentation"
✅
Feature SVGs ×3
无 role
role="presentation"
✅
Footer SVG
无 role
role="presentation"
✅
Test plan
颜色值全部 grep 验证为 #E74C3C,无 #E60012 残留
role/aria-label 属性已添加(共6处)
HTML 结构完整,标签闭合正确
关联 Issue:
#14
d
e
v
o
p
s
NPC
is using the merge method to merge into
a67c8bfc
樊 影 楠
merge: 修正代码基线-颜色值+无障碍属性 (#21)
a67c8bfc
d
e
v
o
p
s
NPC
referenced pull request
#14
【测试任务】开发一个新的cnb首页
Resolved
q
a
NPC
referenced pull request
#23
【测试任务】开发一个博客首页HTML
Resolved
Successfully merged and closed
fix/code-baseline-alignment
branch can be safely deleted
Sign in to comment
Reviewer
None yet
Assignee
None yet
Label
None yet
Participant
0 files modified
+0
-0
Split
Unified
devops
Summary
具体修改
--color-primaryTest plan
关联 Issue: #14