From e450e280d4ba42e64c6aa7a370444f0e10729e1e Mon Sep 17 00:00:00 2001 From: Kane Date: Tue, 21 Feb 2023 23:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/DataType/Interface.ts | 19 +++++++++++++++++++ code/ts/后端辅助工具/src/main.ts | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/code/ts/后端辅助工具/src/DataType/Interface.ts b/code/ts/后端辅助工具/src/DataType/Interface.ts index bb18198..f3ed708 100644 --- a/code/ts/后端辅助工具/src/DataType/Interface.ts +++ b/code/ts/后端辅助工具/src/DataType/Interface.ts @@ -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 { getElementById(id: string): HTMLElement | null; +} + +interface CpicStuff +{ + stuffName: string; + stuffCode: string; + p13uid: string; + password: string; + } \ No newline at end of file diff --git a/code/ts/后端辅助工具/src/main.ts b/code/ts/后端辅助工具/src/main.ts index 207dfe4..81dff38 100644 --- a/code/ts/后端辅助工具/src/main.ts +++ b/code/ts/后端辅助工具/src/main.ts @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2023-02-09 22:14:30 * @LastEditors: Kane - * @LastEditTime: 2023-02-20 09:22:40 + * @LastEditTime: 2023-02-21 23:32:00 * @FilePath: /后端辅助工具/src/main.ts * @Description: *