first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run demo",
"name": "Run npm demo",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}