保存进度!

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

@@ -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, };