修改目录结构

This commit is contained in:
halliday 2025-04-29 13:33:01 +08:00
parent 86e769d718
commit f5312d23da
2 changed files with 1 additions and 12 deletions

13
.vscode/launch.json vendored
View File

@ -10,19 +10,8 @@
"request": "launch", "request": "launch",
"reAttach": true, "reAttach": true,
"addonPath": "${workspaceFolder}//src", "addonPath": "${workspaceFolder}//src",
"url": "file://${workspaceFolder}/deepseek_html_20250427_d3f472.html", "url": "file://${workspaceFolder}//test//deepseek_html_20250425_ef9a56.html",
"firefoxExecutable": "D:\\Program Files\\Mozilla Firefox\\firefox.exe" "firefoxExecutable": "D:\\Program Files\\Mozilla Firefox\\firefox.exe"
} }
// {
// "type": "node",
// "request": "launch",
// "name": "Run web-ext",
// "runtimeExecutable": "E:\\git-code\\rutoxpath-6.0.1\\node\\node.EXE",
// "args": [
// "node_modules/web-ext/bin/web-ext",
// "run"
// ],
// "console": "integratedTerminal"
// }
] ]
} }