From a1652a279437514deebf3c7d36dfb26180cd21f4 Mon Sep 17 00:00:00 2001 From: brittanyshelton23 <112603547+brittanyshelton23@users.noreply.github.com> Date: Sun, 27 Jul 2025 02:00:17 +0000 Subject: [PATCH] Pending changes exported from your codespace --- .vscode/launch.json | 15 +++++++++++++++ .vscode/settings.json | 0 index.html | 3 +-- public/robots.txt | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json index 374d16e..35a75aa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,21 @@ { "version": "0.2.0", "configurations": [ + { + "name": "Launch Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "type": "cmake", + "request": "launch", + "name": "CMake: 配置项目", + "cmakeDebugType": "configure", + "clean": false, + "configureAll": false + }, { "name": "Run application", "type": "node", diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 452ca1f..47aa419 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,7 @@ - + el="manifest" href="/manifest.json" />