+
其他
+ {chartLibrary.filter((record) => record.role === "other").length === 0 &&
还没有其他星盘。
}
+ {chartLibrary.filter((record) => record.role === "other").map((record) => (
+
+
+ {record.profile.name || "未命名"}
+ {record.profile.date} {record.profile.time} · {profilePlaceLabel(record.profile)}
+
+
+
+
+
+
+ ))}
+