保存进度!

This commit is contained in:
2023-04-04 17:58:05 +08:00
parent cb730ded34
commit c6d1ae80a9
8 changed files with 5865 additions and 4816 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-03-24 14:34:52
* @LastEditTime: 2023-04-04 08:57:51
* @FilePath: /task_schedule/src/main.js
* @Description:
*
@@ -26,7 +26,7 @@ import( "element-plus/dist/index.css" );
const app = createApp( App );
// 注册element-plus的图标
for ( const [ key, component, ] of Object.entries( ElementPlusIconsVue ))
for ( const [key, component,] of Object.entries( ElementPlusIconsVue ))
{
app.component( key, component );
}

View File

@@ -35,6 +35,6 @@ const animal: CatOrDog =
console.log( "test" );
const gainers: Array<string | number> = [ "kane", 588, ];
const gainers: Array<string | number> = ["kane", 588,];
const kane = { a: 100, b: 200, };