miui-auto-tasks/.vscode/launch.json
Night-stars-1 971b867321
feat: 添加设置login_user_agent提示 (#293)
* feat: 添加视频浏览任务

* fix: 修复无法找到视频任务配置的问题

* feat: 添加未设置`login_user_agent`提示

* fix: string statement has no effect
2024-08-21 15:51:42 +10:00

15 lines
479 B
JSON

{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python 调试程序: 签到",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/miuitask.py",
"console": "integratedTerminal"
}
]
}