fix(pc-client): PC 端统一手机端设计 Token 并补提交 src/components(B-52 视觉阻塞修复)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
编码工程师
2026-08-16 00:27:52 +08:00
co-authored by multica-agent
parent 9074b5d1d7
commit 2fe8417900
27 changed files with 884 additions and 28 deletions
@@ -90,10 +90,10 @@ export const MyFriends = () => {
groupCounts={sectionData.groupCounts}
groupContent={(index) => (
<div>
<div className="bg-white px-3.5 pb-1 text-[13px] text-[#8E9AB0FF]">
<div className="bg-white px-3.5 pb-1 text-[13px] text-[var(--sub-text)]">
{sectionData.indexList[index]}
</div>
<div className="mx-3.5 mb-3 h-px w-full bg-[#E8EAEFFF] bg-white" />
<div className="mx-3.5 mb-3 h-px w-full bg-[var(--gap-text)] bg-white" />
</div>
)}
itemContent={(index) => {