ci: migrate release workflow from GitHub Actions to Gitea Actions #1

Merged
siujamo merged 64 commits from develop into main 2026-06-15 09:34:13 +08:00
Showing only changes of commit 49fbcb221c - Show all commits
+9 -1
View File
@@ -155,7 +155,15 @@ export default function FirearmsPage() {
<Typography.Paragraph
style={{ marginBottom: 0 }}
type="secondary"
ellipsis={{ rows: 3 }}
ellipsis={{
rows: 3,
tooltip: firearm.review
? {
title: <div style={{ whiteSpace: "pre-line" }}>{firearm.review}</div>,
placement: "topLeft",
}
: false,
}}
className="whitespace-pre-line">
{firearm.review || "暂无描述"}
</Typography.Paragraph>