724375c884
名称点击恢复为与卡片/行一致的勾选行为。 Co-authored-by: Cursor <cursoragent@cursor.com>
647 B
647 B
推送页移除点击复制名称
日期:2026-06-12
动机
用户不需要点击服务器名称复制到剪贴板;点击应仅用于勾选服务器。
变更
- 移除卡片/列表视图中名称的
@click.stop与剪贴板写入 - 移除
push-server-copy-name样式(copy 光标、虚线下划线) - 保留悬停
title展示完整名称(卡片含域名)
涉及文件
frontend/src/components/push/PushServerGrid.vue
验证
cd frontend && npm run type-check
推送页:点击名称与卡片其他区域一样切换勾选;无复制 toast。
迁移
无。仅前端构建部署。