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 @@ -->