Files
Nexus/docs/changelog/2026-06-12-push-remove-name-copy.md
T
Nexus Agent 724375c884 fix(push): 移除点击复制服务器名称
名称点击恢复为与卡片/行一致的勾选行为。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-12 01:51:39 +08:00

647 B
Raw Blame History

推送页移除点击复制名称

日期2026-06-12

动机

用户不需要点击服务器名称复制到剪贴板;点击应仅用于勾选服务器。

变更

  • 移除卡片/列表视图中名称的 @click.stop 与剪贴板写入
  • 移除 push-server-copy-name 样式(copy 光标、虚线下划线)
  • 保留悬停 title 展示完整名称(卡片含域名)

涉及文件

  • frontend/src/components/push/PushServerGrid.vue

验证

cd frontend && npm run type-check

推送页:点击名称与卡片其他区域一样切换勾选;无复制 toast。

迁移

无。仅前端构建部署。