Skip to main content

Module friends

Module friends 

Source
Expand description

友链页面模块。

对应路由 /friends,展示通过 list_friend_links server function 获取的活跃友链 卡片网格。数据获取与三态渲染结构照 archives.rs;卡片视觉语言融合「极简名片」 设计:无实线边框 + 大圆角(rounded-card 32px)+ hover 上浮 + 名称转全站强调色。 头像磁贴内置兜底:无头像或图片加载失败时显示名称首字符。

Re-exports§

pub use Friends_completions::Component::Friends;

Structs§

FriendCardProps 🔒
Properties for the FriendCard component.

Functions§

FriendCard 🔒
单张友链名片卡。
Friends
友链页面组件,对应路由 /friends
FriendsContent 🔒
友链页面内容组件。