+
+ 神器:
+ setEditData({...editData, artifact: e.target.value})}
+ placeholder="神器图片URL或名称"
+ />
+
+
+ 神器等级:
+ setEditData({...editData, artifactLevel: v || 0})}
+ />
+
+
+ 阵型:
+ setEditData({...editData, formation: e.target.value})}
+ placeholder="如:前排/后排"
+ />
+
+
+ 专属装备:
+ setEditData({...editData, exclusive: e.target.value})}
+ placeholder="如:+9速度"
+ />
+
+
+ 星数:
+ setEditData({...editData, star: v || 1})}
+ />
+
+
+