pengzhanbo 48599f4dd2 fix(theme): fix backToTop
修复 backToTop 按钮移动端交互问题
2022-05-03 16:07:52 +08:00

24 lines
439 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "dev",
"request": "launch",
"type": "node-terminal",
"command": "pnpm run dev"
},
{
"name": "docs:dev",
"type": "node-terminal",
"request": "launch",
"command": "pnpm run docs"
},
{
"name": "docs:build",
"type": "node-terminal",
"request": "launch",
"command": "pnpm docs:build"
}
]
}