From 8295370cb08ea9b0d5b9ae8a34134e02ff7deb2c Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 25 Mar 2024 19:35:26 -0400 Subject: [PATCH 1/5] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..1557ab4 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +docsify.isharkfly.com \ No newline at end of file From cfb4148dabd029e41b446decfb03f8f0d0299474 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 26 Mar 2024 14:47:34 -0400 Subject: [PATCH 2/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CROS=20=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E5=87=BA=E7=8E=B0=E9=97=AE=E9=A2=98=E7=9A=84=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/checkstyle-idea.xml | 16 +++++++++++ .idea/jpa-buddy.xml | 6 +++++ .idea/misc.xml | 3 +++ .idea/workspace.xml | 56 +++++++++++++++++++++++++-------------- Dockerfile | 6 +++++ docs/docker-compose.yaml | 12 +++++++++ docs/index.html | 2 +- 7 files changed, 80 insertions(+), 21 deletions(-) create mode 100644 .idea/checkstyle-idea.xml create mode 100644 .idea/jpa-buddy.xml create mode 100644 Dockerfile create mode 100644 docs/docker-compose.yaml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..4c1cc2d --- /dev/null +++ b/.idea/checkstyle-idea.xml @@ -0,0 +1,16 @@ + + + + 10.14.0 + JavaOnly + true + + + \ No newline at end of file diff --git a/.idea/jpa-buddy.xml b/.idea/jpa-buddy.xml new file mode 100644 index 0000000..966d5f5 --- /dev/null +++ b/.idea/jpa-buddy.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..d79bd4e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,4 +3,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 83afee4..3c7c21d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@