保存进度!

This commit is contained in:
2023-02-14 18:57:03 +08:00
parent f2802722c1
commit 007953d129
2 changed files with 12 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
interface document
{
getElementById(id: string): HTMLElement | null;
}