添加RoRD迭代报告.

This commit is contained in:
Jiao77
2025-10-20 23:48:36 +08:00
parent b2551015de
commit cd7e146219
6 changed files with 845 additions and 105 deletions

82
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,82 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "astro-build-check",
"type": "shell",
"command": "npm run build",
"args": [],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
}
]
}