feat(aklive2d): init music process

This commit is contained in:
Haoyu Xu
2023-06-24 09:34:50 -04:00
parent ac232e1afb
commit 032a916fd5
5 changed files with 42 additions and 14 deletions

7
.vscode/launch.json vendored
View File

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