update: toolchan

This commit is contained in:
Vick Scarlet
2025-04-05 17:27:00 +08:00
parent 6b58fa99cf
commit 2eaf7a1ba2
65 changed files with 2119 additions and 189372 deletions

29
.vscode/launch.json vendored
View File

@@ -4,40 +4,15 @@
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome",
"request": "launch",
"type": "pwa-chrome",
"url": "http://127.0.0.1:8000/public/index.html",
"webRoot": "${workspaceFolder}"
},
{
"type": "node",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}/test",
"skipFiles": [
"<node_internals>/**"
"<node_internals>/**",
"**/node_modumes/**"
]
},
{
"type": "node",
"request": "launch",
"name": "xlsx2json",
"program": "${workspaceFolder}/node_modules/v-transform/src/index.js",
"args": ["transform", "-s", "4", "-d", "public", "data/**/*.xlsx"],
"skipFiles": [
"<node_internals>/**"
]
},
{
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
]
}

View File

@@ -1,5 +0,0 @@
{
"cSpell.words": [
"Laya"
]
}