Compare commits

..

No commits in common. "46cfdc28a6e730a0c0a82edac0c66ecb3558b4a5" and "8248fe942a47eb374c2b202ce7632e181f642873" have entirely different histories.

2 changed files with 1 additions and 20 deletions

View File

@ -1,24 +1,5 @@
/*
* @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
{
getElementById(id: string): HTMLElement | null;
}
interface CpicStuff
{
stuffName: string;
stuffCode: string;
p13uid: string;
password: string;
}

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-09 22:14:30
* @LastEditors: Kane
* @LastEditTime: 2023-02-21 23:32:00
* @LastEditTime: 2023-02-20 09:22:40
* @FilePath: //src/main.ts
* @Description:
*