From 141b2ead43603799bee8e3554c22baaf26078b34 Mon Sep 17 00:00:00 2001 From: luo-bo <603509782@qq.com> Date: Thu, 2 Apr 2026 03:18:02 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(cloudflare):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E5=BF=AB=E9=80=9F=E5=88=87=E6=8D=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在Cloudflare主机名页面添加域名快速切换下拉选择器, 允许用户通过搜索和选择快速切换到其他域名。 集成Select2组件提供更好的用户体验, 支持分页加载和中文本地化。 feat(record): 实现域名管理页面快速切换 在域名记录页面增加域名快速切换功能, 包含搜索下拉框和切换按钮, 优化页面布局结构以适应新功能。 chore(deps): 引入Select2依赖库 添加Select2 4.0.13版本及其中文语言包, 用于实现域名快速切换的下拉搜索功能。 ``` --- app/view/cloudflare/hostnames.html | 26 +++++++-- app/view/domain/record.html | 22 +++++++- public/static/js/custom.js | 85 +++++++++++++++++++++++++++++- 3 files changed, 127 insertions(+), 6 deletions(-) diff --git a/app/view/cloudflare/hostnames.html b/app/view/cloudflare/hostnames.html index 17016c7..7941934 100644 --- a/app/view/cloudflare/hostnames.html +++ b/app/view/cloudflare/hostnames.html @@ -5,10 +5,18 @@