feat(aklive2d): added ability to store latest dynchar info from offical website

This commit is contained in:
Haoyu Xu
2023-10-08 01:10:42 -04:00
parent ddf8f01986
commit abfadd804a
5 changed files with 88 additions and 1 deletions

7
.vscode/launch.json vendored
View File

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