From 8ae13cfab8f41fde0254351adc0659696d8f4b8c Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Sun, 24 Aug 2025 05:47:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(xxl-job):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A8=A1=E6=9D=BF=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 commonHeader、commonFooter 和 commonLeft宏 - 更新 jobcode、jobgroup、jobinfo 和 joblog 页面结构 - 统一页面样式和布局 - 优化代码可读性和可维护性 --- .../templates/common/common.macro.ftl | 38 +-- .../src/main/resources/templates/help.ftl | 37 ++- .../src/main/resources/templates/index.ftl | 44 ++-- .../templates/jobcode/jobcode.index.ftl | 201 ++++++++------- .../templates/jobgroup/jobgroup.index.ftl | 239 ++++++++++-------- .../templates/jobinfo/jobinfo.index.ftl | 50 +++- .../templates/joblog/joblog.detail.ftl | 27 +- .../templates/joblog/joblog.index.ftl | 150 ++++++----- .../src/main/resources/templates/login.ftl | 5 + .../resources/templates/user/user.index.ftl | 228 +++++++++-------- 10 files changed, 601 insertions(+), 418 deletions(-) diff --git a/xxl-job-admin/src/main/resources/templates/common/common.macro.ftl b/xxl-job-admin/src/main/resources/templates/common/common.macro.ftl index 3f6163aa..840bdbfd 100644 --- a/xxl-job-admin/src/main/resources/templates/common/common.macro.ftl +++ b/xxl-job-admin/src/main/resources/templates/common/common.macro.ftl @@ -82,21 +82,23 @@ +<#-- page module: Header--> <#macro commonHeader>
+