From 70ddf2bf7174c30e4271827798ebff026409db38 Mon Sep 17 00:00:00 2001 From: liyawei Date: Wed, 13 Apr 2022 13:58:15 +0800 Subject: [PATCH] =?UTF-8?q?ocr=E8=AF=86=E5=88=AB-=E6=A0=A1=E6=A0=B8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/editor.html | 6 +++--- .../src/main/resources/settings.properties | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename jero-boot/{jero-boot-modules => jero-boot-single-startup}/src/main/resources/settings.properties (100%) diff --git a/jero-boot/jero-boot-modules/src/main/resources/templates/editor.html b/jero-boot/jero-boot-modules/src/main/resources/templates/editor.html index 1b16771cf..63e59b1ab 100644 --- a/jero-boot/jero-boot-modules/src/main/resources/templates/editor.html +++ b/jero-boot/jero-boot-modules/src/main/resources/templates/editor.html @@ -1,10 +1,10 @@ - + ONLYOFFICE - + -
+
diff --git a/jero-boot/jero-boot-modules/src/main/resources/settings.properties b/jero-boot/jero-boot-single-startup/src/main/resources/settings.properties similarity index 100% rename from jero-boot/jero-boot-modules/src/main/resources/settings.properties rename to jero-boot/jero-boot-single-startup/src/main/resources/settings.properties