+
+
+ { }}
+ style={{ cursor: 'pointer' }}
+ />
+
+ {org.name || org.organization_description}
+
+ {org.organization_type}
+ 势力等级: {org.power_level}
+
+ 第{org.appearance_chapter}章登场
+
+
+
+ 剧情作用:{org.plot_function}
+
+
+ {org.location && (
+
+ 地点:{org.location}
+
+ )}
+
+ {org.initial_members && org.initial_members.length > 0 && (
+
+ 初始成员:
+
+ {org.initial_members.map((member, idx) => (
+
+ {member.character_name} - {member.position}
+
+ ))}
+
+
+ )}
+
+