fixed book in chinese title failed downloading in kobo issue

This commit is contained in:
Ada
2023-09-13 14:42:08 +08:00
parent 0a2a8d3992
commit 35761e2dbc
3 changed files with 40 additions and 1 deletions

11
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^10.1.0",
"chinese-to-pinyin": "^1.3.1",
"file-type": "^16.5.3",
"koa": "^2.13.1",
"koa-logger": "^3.2.1",
@@ -133,6 +134,11 @@
"node": ">=4"
}
},
"node_modules/chinese-to-pinyin": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/chinese-to-pinyin/-/chinese-to-pinyin-1.3.1.tgz",
"integrity": "sha512-QGB9HmbMLh726Aj3QKB5NcjKDgKn5NCLMz8rmPfKuU5FgwmF4NT2ULh5/2G6Z0pWBcagtKBS08ymaJcYSvbbQg=="
},
"node_modules/co": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
@@ -1037,6 +1043,11 @@
"supports-color": "^5.3.0"
}
},
"chinese-to-pinyin": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/chinese-to-pinyin/-/chinese-to-pinyin-1.3.1.tgz",
"integrity": "sha512-QGB9HmbMLh726Aj3QKB5NcjKDgKn5NCLMz8rmPfKuU5FgwmF4NT2ULh5/2G6Z0pWBcagtKBS08ymaJcYSvbbQg=="
},
"co": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",