basic snapshot implementation

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 5b367486ce
commit 97c4b4f6e1
3 changed files with 143 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-unused-variable": true,
"object-literal-key-quotes": false
"object-literal-key-quotes": false,
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
},
"rulesDirectory": []
}