From af04c0f5b0c67ab99eb325a5121f9ef224bbbb7e Mon Sep 17 00:00:00 2001 From: K-hermes Date: Sat, 15 Aug 2026 13:21:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E5=92=8C=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 改进: - 列表页复制按钮改为绿色(btn-success) - 按钮文案简化:'复制配置' → '📋 复制' - 添加复制图标 emoji,更直观 - 新增 btn-success 样式(绿色 #28a745) - 视觉层次更清晰:蓝色查看 + 绿色复制 + 红色删除 --- web/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 80e8dbb..2e3a32b 100644 --- a/web/index.html +++ b/web/index.html @@ -169,6 +169,15 @@ background: #5a6268; } + .btn-success { + background: #28a745; + color: white; + } + + .btn-success:hover { + background: #218838; + } + .loading { text-align: center; padding: 40px; @@ -636,7 +645,7 @@
- +