fix: 调整 Link to instance 点击范围,修复 sitename 和 price tag

This commit is contained in:
Montia37
2025-08-15 20:57:29 +08:00
parent 51d2430bb9
commit 45091a973b
5 changed files with 35 additions and 34 deletions

View File

@@ -55,10 +55,10 @@ export const useNodeCommons = (node: NodeWithStatus) => {
? "长期"
: node.expired_at
? new Date(node.expired_at).toLocaleDateString()
: "N/A";
: "未设置";
const tagList = [
price,
...(price ? [price] : []),
...(daysLeftTag ? [daysLeftTag] : []),
...(typeof node.tags === "string"
? node.tags