保存进度!

This commit is contained in:
2023-03-31 23:58:41 +08:00
parent 88006b2db9
commit c04c6e8365
2 changed files with 43 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ interface Cat
{
name: string;
purrs: boolean;
};
}
interface Dog
{