From 131e44eac337b8db069f09c87b53a1e950b67b1d Mon Sep 17 00:00:00 2001 From: twinkle255 Date: Thu, 22 Jun 2023 00:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E8=BF=B0=E6=96=87=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++--- UI/tailwind.config.js | 3 +-- log.md | 4 ++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e60261..adad20d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ # Homework - - - -**Last Update Time : 2023-05-07 21:06** +**Last Update Time : 2023-06-22 00:09** 日志文件:`log.md` - - - -### 运行方式: +## 前端运行方式 ```text -src -> main -> java -> example -> App.run() +UI -> package.json -> run dev +``` +### 待修复bug +> 必须在地址栏手动输入路由地址 + +如:`localhost:5173/pages/index.html` + +## 后端运行方式: +```text +JDBC-> src -> main -> java -> example -> App.run() ``` ### 待修复bug - `userDAO`和`merchantsDAO`中`update`语句未传参 diff --git a/UI/tailwind.config.js b/UI/tailwind.config.js index f6d19a8..cec7870 100644 --- a/UI/tailwind.config.js +++ b/UI/tailwind.config.js @@ -1,7 +1,6 @@ module.exports = { content: [ - "./index.html", - "./*.html", + "./pages/index.html", "./pages/*.html", ], theme: { diff --git a/log.md b/log.md index a7778f6..8d4bef4 100644 --- a/log.md +++ b/log.md @@ -1,6 +1,10 @@ # Homework *网安实训作业* +## 203-06-22 +前端结束了。。。 +叭。。。 + ## 2023-06-15 前端开始了!!!