feat(aklive2d): add a downloader lib

This commit is contained in:
Haoyu Xu
2023-06-24 09:18:06 -04:00
parent 0ab19ad130
commit 58c16d061e
3 changed files with 45 additions and 25 deletions

7
.vscode/launch.json vendored
View File

@@ -48,6 +48,13 @@
"request": "launch",
"command": "pnpm run vite:directory:dev",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "Run Script: charword",
"request": "launch",
"command": "pnpm run charword",
"cwd": "${workspaceFolder}"
}
]
}