From 620860c551e4cc829f56e2c819ae2b0d045a116b Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Sat, 4 Mar 2023 18:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=9C=A8=E8=B0=83=E6=95=B4=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/sfc.d.ts | 10 ++ code/web/task_schedule/shims-vue.d.ts | 14 +++ .../src/components/Archievement.vue | 41 ------- .../src/components/ArchievementComponent.vue | 110 ++++++++++++++++++ .../src/views/DesktopArchievement.vue | 18 ++- code/web/task_schedule/src/views/Login.vue | 6 +- code/web/task_schedule/tsconfig.json | 2 +- 7 files changed, 151 insertions(+), 50 deletions(-) create mode 100644 code/web/task_schedule/sfc.d.ts create mode 100644 code/web/task_schedule/shims-vue.d.ts delete mode 100644 code/web/task_schedule/src/components/Archievement.vue create mode 100644 code/web/task_schedule/src/components/ArchievementComponent.vue diff --git a/code/web/task_schedule/sfc.d.ts b/code/web/task_schedule/sfc.d.ts new file mode 100644 index 0000000..b4cecda --- /dev/null +++ b/code/web/task_schedule/sfc.d.ts @@ -0,0 +1,10 @@ +/* + * @Author: Kane + * @Date: 2023-03-04 17:21:37 + * @LastEditors: Kane + * @FilePath: /task_schedule/sfc.d.ts + * @Description: + * + * Copyright (c) ${2022} by Kane, All Rights Reserved. + */ + diff --git a/code/web/task_schedule/shims-vue.d.ts b/code/web/task_schedule/shims-vue.d.ts new file mode 100644 index 0000000..866e599 --- /dev/null +++ b/code/web/task_schedule/shims-vue.d.ts @@ -0,0 +1,14 @@ +/* + * @Author: Kane + * @Date: 2023-03-04 17:23:02 + * @LastEditors: Kane + * @FilePath: /task_schedule/shims-vue.d.ts + * @Description: + * + * Copyright (c) ${2022} by Kane, All Rights Reserved. + */ +declare module '*.vue' { + import { ComponentOptions } from 'vue'; + const componentOptions: ComponentOptions; + export default componentOptions; +} \ No newline at end of file diff --git a/code/web/task_schedule/src/components/Archievement.vue b/code/web/task_schedule/src/components/Archievement.vue deleted file mode 100644 index 648ffe2..0000000 --- a/code/web/task_schedule/src/components/Archievement.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/code/web/task_schedule/src/components/ArchievementComponent.vue b/code/web/task_schedule/src/components/ArchievementComponent.vue new file mode 100644 index 0000000..b2ff29f --- /dev/null +++ b/code/web/task_schedule/src/components/ArchievementComponent.vue @@ -0,0 +1,110 @@ + + + + + + \ No newline at end of file diff --git a/code/web/task_schedule/src/views/DesktopArchievement.vue b/code/web/task_schedule/src/views/DesktopArchievement.vue index f704618..a5fe93f 100644 --- a/code/web/task_schedule/src/views/DesktopArchievement.vue +++ b/code/web/task_schedule/src/views/DesktopArchievement.vue @@ -9,12 +9,13 @@ -->