feat: 完成70%全局样式与可读性优化

This commit is contained in:
rain
2026-07-31 11:27:15 +08:00
parent 96524e4d6c
commit 555aa00043
116 changed files with 1928 additions and 1169 deletions
+4 -1
View File
@@ -36,7 +36,6 @@ foreach ($asset in @(
'static/assets/modules/tree/transparent/t01-action-arrow-v2.png',
'static/assets/modules/tree/transparent/t01-action-close-v2.png',
'static/assets/modules/tree/transparent/t01-management-marker-v2.png',
'static/assets/modules/tree/transparent/t01-member-medallion-v2.png',
'static/assets/modules/tree/transparent/t01-relation-marker-v2.png',
'static/assets/modules/tree/transparent/t01-relation-button-frame-v4.png',
'static/assets/modules/tree/transparent/t01-relation-map-v5.png'
@@ -49,6 +48,10 @@ foreach ($asset in @(
}
}
if (-not $tree.Contains('import AppAvatar from "@/components/AppAvatar.vue"')) {
throw 'T01 member avatars must use the shared AppAvatar component'
}
foreach ($required in @(
'const openMemberProfile = (member) =>',
'const openMemberDetail = async (member) =>',