保存进度!
This commit is contained in:
		@@ -1,5 +1,24 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * @Author: Kane
 | 
				
			||||||
 | 
					 * @Date: 2023-02-14 22:24:26
 | 
				
			||||||
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 | 
					 * @LastEditTime: 2023-02-21 23:31:40
 | 
				
			||||||
 | 
					 * @FilePath: /后端辅助工具/src/DataType/Interface.ts
 | 
				
			||||||
 | 
					 * @Description: 
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 | 
					 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
interface document
 | 
					interface document
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    getElementById(id: string): HTMLElement | null;
 | 
					    getElementById(id: string): HTMLElement | null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					interface CpicStuff
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    stuffName: string;
 | 
				
			||||||
 | 
					    stuffCode: string;
 | 
				
			||||||
 | 
					    p13uid: string;
 | 
				
			||||||
 | 
					    password: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2023-02-09 22:14:30
 | 
					 * @Date: 2023-02-09 22:14:30
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2023-02-20 09:22:40
 | 
					 * @LastEditTime: 2023-02-21 23:32:00
 | 
				
			||||||
 * @FilePath: /后端辅助工具/src/main.ts
 | 
					 * @FilePath: /后端辅助工具/src/main.ts
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user