保存进度!

This commit is contained in:
unknown 2023-05-29 00:15:18 +08:00
parent 14cd4df5bb
commit 3bc20dea6c
3 changed files with 1742 additions and 276 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,7 @@
"echarts": "^5.4.2",
"element-plus": "^2.3.5",
"moment": "^2.29.4",
"sass-loader": "^13.3.1",
"vue": "^3.3.4",
"vue-router": "^4.2.1",
"vuex": "^4.1.0"
@ -29,7 +30,9 @@
"eslint-config-recommended": "^4.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-vue": "^9.14.1",
"node-sass": "^9.0.0",
"sass": "^1.62.1",
"style-loader": "^3.3.3",
"typescript": "^5.0.4",
"vue-eslint-parser": "^9.3.0"
}

View File

@ -8,13 +8,11 @@
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
<div
tabindex="0"
@keyup.esc="logoutDesktopArchievement()"
>
<div
v-if="ui.showUI"
class="view-wrapper"
tabindex="0"
@keyup.esc="logoutDesktopArchievement()"
>
<div class="center-wrapper">
<span class="slogan">对标先进&nbsp;比学赶超</span>
@ -55,7 +53,6 @@
</div>
<div class="right-wrapper" />
</div>
</div>
</template>
<script lang="ts">