feat: 完成70%全局样式与可读性优化
This commit is contained in:
@@ -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) =>',
|
||||
|
||||
Reference in New Issue
Block a user