chore: 调整文件结构 service 和 web 分离

This commit is contained in:
ChenZhaoYu
2023-02-13 10:00:08 +08:00
parent 98e75c0c5c
commit f910b5f8a4
16 changed files with 3180 additions and 773 deletions

View File

@@ -1,4 +1,6 @@
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},