fix: fix audio issues

This commit is contained in:
2025-03-26 06:55:37 +08:00
parent 39e17eb6a5
commit 8cc1a2bab1
25 changed files with 371 additions and 306 deletions

View File

@@ -437,7 +437,7 @@ function main() {
const elementSchemas = extractElementAll();
const files = {
'schema.ts': [
'schema': [
generateMkvSchemaImports(elementSchemas),
generateMkvSchemaHierarchy(elementSchemas),
],