-

+ className="bg-gradient-to-br from-[#2A211E] to-[#1A1412] rounded-lg p-6 mb-12 border border-[#C17F59]/30 flex flex-col items-center relative">
+
+

+ {/* 属性图标 */}
+ {heroRespSimpleVO.attribute && (
+

+ )}
+
+
{heroRespSimpleVO.heroName}
+
{renderStars(heroRespSimpleVO.stars)}
+ {/* 职业展示 */}
+
+ {heroRespSimpleVO.role && (
+ <>
+
+
+
+
{ROLE_LABELS[heroRespSimpleVO.role] || heroRespSimpleVO.role}
+ >
+ )}
-
{character.name}
-
{renderStars(character.stars)}
-
{character.class}