From cd2bba5b56c3ab1eae9696fb0dbc0d0ccaad417b Mon Sep 17 00:00:00 2001 From: "kuang.yife" Date: Wed, 20 Mar 2024 16:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B3=A8=E5=85=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E8=A7=A3=E5=86=B3=E9=83=A8=E5=88=86=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=BC=BA=E5=B0=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 2 +- .../templates/system/playlet/item/add.html | 102 +++++++++++++ .../templates/system/playlet/item/edit.html | 103 ++++++++++++++ .../templates/system/playlet/item/item.html | 134 ++++++++++++++++++ .../templates/system/playlet/project/add.html | 100 +++++++++++++ .../system/playlet/project/edit.html | 105 ++++++++++++++ 6 files changed, 545 insertions(+), 1 deletion(-) create mode 100644 playlet-admin/src/main/resources/templates/system/playlet/item/add.html create mode 100644 playlet-admin/src/main/resources/templates/system/playlet/item/edit.html create mode 100644 playlet-admin/src/main/resources/templates/system/playlet/item/item.html create mode 100644 playlet-admin/src/main/resources/templates/system/playlet/project/add.html create mode 100644 playlet-admin/src/main/resources/templates/system/playlet/project/edit.html diff --git a/playlet-admin/src/main/resources/application.yml b/playlet-admin/src/main/resources/application.yml index f80d889..a11b465 100644 --- a/playlet-admin/src/main/resources/application.yml +++ b/playlet-admin/src/main/resources/application.yml @@ -148,7 +148,7 @@ shiro: # 防止XSS攻击 xss: # 过滤开关 - enabled: true + enabled: false # 排除链接(多个用逗号分隔) excludes: /system/notice/* # 匹配链接 diff --git a/playlet-admin/src/main/resources/templates/system/playlet/item/add.html b/playlet-admin/src/main/resources/templates/system/playlet/item/add.html new file mode 100644 index 0000000..0d62b75 --- /dev/null +++ b/playlet-admin/src/main/resources/templates/system/playlet/item/add.html @@ -0,0 +1,102 @@ + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/playlet-admin/src/main/resources/templates/system/playlet/item/edit.html b/playlet-admin/src/main/resources/templates/system/playlet/item/edit.html new file mode 100644 index 0000000..bd1239d --- /dev/null +++ b/playlet-admin/src/main/resources/templates/system/playlet/item/edit.html @@ -0,0 +1,103 @@ + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/playlet-admin/src/main/resources/templates/system/playlet/item/item.html b/playlet-admin/src/main/resources/templates/system/playlet/item/item.html new file mode 100644 index 0000000..4d973ea --- /dev/null +++ b/playlet-admin/src/main/resources/templates/system/playlet/item/item.html @@ -0,0 +1,134 @@ + + + + + + +
+
+
+
+
+ +
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/playlet-admin/src/main/resources/templates/system/playlet/project/add.html b/playlet-admin/src/main/resources/templates/system/playlet/project/add.html new file mode 100644 index 0000000..1b1a740 --- /dev/null +++ b/playlet-admin/src/main/resources/templates/system/playlet/project/add.html @@ -0,0 +1,100 @@ + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + + \ No newline at end of file diff --git a/playlet-admin/src/main/resources/templates/system/playlet/project/edit.html b/playlet-admin/src/main/resources/templates/system/playlet/project/edit.html new file mode 100644 index 0000000..f977aab --- /dev/null +++ b/playlet-admin/src/main/resources/templates/system/playlet/project/edit.html @@ -0,0 +1,105 @@ + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + + \ No newline at end of file