From 11e83860b7717e9459d68d8b3777ea7254e93eae Mon Sep 17 00:00:00 2001 From: DearTanker <1122669+DearTanker@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=A0=B7=E5=BC=8F=E5=8A=9F=E8=83=BD=E3=80=81=E4=B8=BB?= =?UTF-8?q?=E6=9C=BA=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E6=89=93=E5=BC=80=E9=93=BE=E6=8E=A5=20(#263)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加支持自定义样式功能。 * 在主机记录列中增加一个新窗口打开链接的小按钮,方便快速访问。 * 记录值增加快速复制按钮,并用 padding 来调整了图标的间距避免空格 --- app/view/common/layout.html | 3 ++ app/view/domain/record.html | 67 +++++++++++++++++++++++++++--------- public/static/css/custom.css | 0 3 files changed, 53 insertions(+), 17 deletions(-) create mode 100644 public/static/css/custom.css diff --git a/app/view/common/layout.html b/app/view/common/layout.html index 5564388..d428e58 100644 --- a/app/view/common/layout.html +++ b/app/view/common/layout.html @@ -12,6 +12,9 @@ + {if file_exists(public_path() . 'static/css/custom.css')} + + {/if}