保存进度!

This commit is contained in:
Kane Wang 2023-02-23 23:58:58 +08:00
parent 6d6ce6025b
commit 9460316a69
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -77,7 +77,7 @@ bower_components
build/Release
# Dependency directories
node_modules/
node_modules*/
node_modules_bak/
jspm_packages/

View File

@ -9,6 +9,7 @@
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
interface Point
{
x: number;