diff --git a/doc/structure.txt b/doc/structure.txt index e697a65..98e2d52 100644 --- a/doc/structure.txt +++ b/doc/structure.txt @@ -135,7 +135,7 @@ frontend │ │ ├─ IconVector.vue │ │ ├─ IconWarnTriangle.vue │ │ └─ IconsFilter.vue -│ ├─ main.js // 程式進入點 +│ ├─ main.ts // 程式進入點 │ ├─ module // JavaScript 邏輯 │ │ ├─ abbreviateNumber.js │ │ ├─ alertModal.js // SweetAlert @@ -155,8 +155,8 @@ frontend │ │ ├─ conformance.js │ │ ├─ files.js │ │ ├─ loading.js -│ │ ├─ login.js -│ │ ├─ main.js +│ │ ├─ login.ts +│ │ ├─ main.ts │ │ └─ performance.js │ └─ views // 路由元件 │ ├─ AuthContainer.vue diff --git a/index.html b/index.html index f1b199f..0f1a1b6 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@
- +