前后段支持互发消息并支持调试

This commit is contained in:
ShaoHua
2026-03-11 21:54:04 +08:00
parent dc23416d7e
commit be9b042a05
16 changed files with 1480 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}