隐藏公会卡片

This commit is contained in:
roxy 2026-05-22 19:44:55 +08:00
parent 0e2f4cf4bf
commit d8ef488a28
2 changed files with 0 additions and 13 deletions

View File

@ -879,7 +879,6 @@ class _PersonDetailPageState extends State<PersonDetailPage> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
_buildProfileGuildPlaceholder(),
if (hasCloseFriendContent) ...[
SizedBox(height: 12.w),
_buildProfileCloseFriendTitle(),
@ -946,18 +945,6 @@ class _PersonDetailPageState extends State<PersonDetailPage> {
);
}
Widget _buildProfileGuildPlaceholder() {
return ClipRRect(
borderRadius: BorderRadius.circular(8.w),
child: Image.asset(
"$_cpProfileAssetBase/sc_cp_profile_guild_placeholder.png",
width: double.infinity,
height: 64.w,
fit: BoxFit.fill,
),
);
}
Widget _buildProfileCloseFriendTitle() {
return Image.asset(
"$_cpProfileAssetBase/sc_cp_profile_close_friend_title.png",