开发:同步偏移算法,Ver:0.0.4

This commit is contained in:
2020-09-28 15:56:59 +08:00
parent 0614d66225
commit e4827ba295
3 changed files with 114 additions and 89 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
// 将设置放入此文件中以覆盖默认值和用户设置。
{
"typescript.tsdk": "node_modules\\typescript\\lib",
//格式化设置
"editor.tabSize": 4,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
}