feat: add book images
This commit is contained in:
parent
b7a56263b6
commit
d15d4e00ab
6 changed files with 91 additions and 84 deletions
|
@ -15,4 +15,7 @@ module.exports = {
|
|||
movie: (url, host, cdn) => {
|
||||
return url.replace(host, cdn).replace('600', '200').replace('900', '300')
|
||||
},
|
||||
book: (url, host, cdn) => {
|
||||
return url.replace(host, cdn)
|
||||
},
|
||||
}
|
||||
|
|
Reference in a new issue