保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2023-02-13 23:08:34
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2023-02-13 23:15:33
 | 
			
		||||
 * @LastEditTime: 2023-02-13 23:56:11
 | 
			
		||||
 * @FilePath: /后端辅助工具/src/DataType/Function.ts
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
@@ -18,4 +18,9 @@ f.version = "1.0.0";
 | 
			
		||||
const func: {
 | 
			
		||||
    (x: number, y: number): void,
 | 
			
		||||
    version: string,
 | 
			
		||||
} = f;
 | 
			
		||||
} = f;
 | 
			
		||||
 | 
			
		||||
function func_this(this: { name: string; }, x: number, y: number): void
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -2,10 +2,10 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2023-02-13 15:46:17
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2023-02-13 15:46:17
 | 
			
		||||
 * @FilePath: /后端辅助工具/src/axios/AxiosTest.js
 | 
			
		||||
 * @LastEditTime: 2023-02-13 23:34:55
 | 
			
		||||
 * @FilePath: /后端辅助工具/src/axios/AxiosTest.ts
 | 
			
		||||
 * @Description:
 | 
			
		||||
 *
 | 
			
		||||
 * Copyright (c) ${2022} by Kane, All Rights Reserved.
 | 
			
		||||
 */
 | 
			
		||||
// import axios from "axios";
 | 
			
		||||
import axios from "axios";
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2023-02-09 22:14:30
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2023-02-13 15:59:43
 | 
			
		||||
 * @LastEditTime: 2023-02-14 00:09:39
 | 
			
		||||
 * @FilePath: /后端辅助工具/src/main.ts
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2023-02-09 15:24:20
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2023-02-13 22:47:10
 | 
			
		||||
 * @LastEditTime: 2023-02-13 23:28:22
 | 
			
		||||
 * @FilePath: /后端辅助工具/tsconfig.json
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
@@ -14,6 +14,8 @@
 | 
			
		||||
        "strict": false,
 | 
			
		||||
        "strictNullChecks": true,
 | 
			
		||||
        "sourceMap": true,
 | 
			
		||||
        "allowJs":true,
 | 
			
		||||
        "checkJs": false,
 | 
			
		||||
        "moduleResolution": "node",
 | 
			
		||||
        "module": "CommonJS",
 | 
			
		||||
        "target": "ES2015"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user