feat(aklive2d): added a new variable use_json for json skel

This commit is contained in:
Haoyu Xu
2024-07-16 14:53:21 +08:00
parent e917c37b8b
commit 0abc0832cb
50 changed files with 80 additions and 7 deletions

View File

@@ -220,6 +220,9 @@ async function main() {
}, {
key: "music_mapping",
value: JSON.stringify(musicMapping)
}, {
key: "use_json",
value: __config.operators[OPERATOR_NAME].use_json
}
]), envPath)