mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-20 12:29:22 +08:00
fix: 调整 Link to instance 点击范围,修复 sitename 和 price tag
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user