zhang
2023-11-23 f62043b1fca82234e04aa04629ba4bbcc624b0ee
提交 | 用户 | age
ad3688 1 {
V 2   "version": "0.2.0",
3   "configurations": [
4     {
c303ec 5       "type": "chrome",
ad3688 6       "request": "launch",
c303ec 7       "name": "Launch Chrome",
V 8       "url": "http://localhost:3100",
9       "webRoot": "${workspaceFolder}/src",
10       "sourceMaps": true
56a966 11     }
ad3688 12   ]
V 13 }