Skip to content

Commit 6e70718

Browse files
committed
more nuvoice work. but not working.
1 parent afb34fd commit 6e70718

4 files changed

Lines changed: 1040 additions & 356 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
"@types/node": "^20.11.24",
159159
"@types/plist": "^3.0.5",
160160
"@types/sql.js": "^1.4.9",
161+
"@types/pako": "^1.0.3",
161162
"@typescript-eslint/eslint-plugin": "^7.1.0",
162163
"@typescript-eslint/parser": "^7.1.0",
163164
"eslint": "^8.56.0",
@@ -180,6 +181,7 @@
180181
"exceljs": "^4.4.0",
181182
"fast-xml-parser": "^5.2.0",
182183
"jszip": "^3.10.1",
184+
"pako": "^1.0.11",
183185
"plist": "^3.1.0",
184186
"sql.js": "^1.14.1",
185187
"xml2js": "^0.6.2",

src/core/analyze.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export function getProcessor(format: string, options?: ProcessorOptions): BasePr
2323
case 'opml':
2424
return new OpmlProcessor(options);
2525
case 'obf':
26+
case 'obz':
2627
case 'obfset': // Obfset files use ObfProcessor
2728
return new ObfProcessor(options);
2829
case 'touchchat':

0 commit comments

Comments
 (0)