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