保存进度!

This commit is contained in:
Kane 2023-02-17 00:08:13 +08:00
parent e685197674
commit 5822212970
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane * @Author: Kane
* @Date: 2023-02-13 23:08:34 * @Date: 2023-02-13 23:08:34
* @LastEditors: Kane * @LastEditors: Kane
* @LastEditTime: 2023-02-16 00:05:02 * @LastEditTime: 2023-02-16 22:43:22
* @FilePath: //src/DataType/Function.ts * @FilePath: //src/DataType/Function.ts
* @Description: * @Description:
* *
@ -26,5 +26,5 @@ function func_this_void(this: void, arg1: number): number
} }
let constructor: { let constructor: {
new(x: string, y: string): void; new(x: string, y: string): object;
}; };