From f18e38b820936dc30d5a2cd0e86f6da5850d836f Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 2 Feb 2023 01:55:53 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/.keep diff --git a/public/.keep b/public/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From bc26110b7ac2889a1a5f9381adc2a2ba394ceeb0 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 2 Feb 2023 02:00:12 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0html=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- public/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 public/index.html diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..769a66f --- /dev/null +++ b/public/index.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + + + + +
+ +
+ + -- Gitee