fix: build error

This commit is contained in:
0xJacky 2023-11-26 19:01:50 +08:00
parent e5a5889931
commit 8aa9363bbe
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
17 changed files with 58 additions and 58 deletions

View file

@ -15,7 +15,7 @@
## 構建前端
請在 `frontend` 資料夾中執行以下命令。
請在 `app` 資料夾中執行以下命令。
```shell
yarn install

View file

@ -6,7 +6,7 @@
.
├─ docs # 手冊資料夾
├─ cmd # 命令列工具
├─ frontend # 使用 Vue 3 構建的前端
├─ app # 使用 Vue 3 構建的前端
├─ server # 使用 Golang 構建的後端
├─ resources # 其他資源,不參與構建
├─ template # 用於 Nginx 的模板檔案
@ -35,7 +35,7 @@
```
.
├─ frontend
├─ app
│ ├─ public # 公共資源
│ ├─ src # 原始碼
│ │ ├─ api # 向後端發起請求的 API