mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-10 17:42:45 +08:00
🐛 Fix(custom): fix an issue the image in local can't show in manage page
This commit is contained in:
@@ -93,7 +93,7 @@ try {
|
|||||||
load: yaml.load,
|
load: yaml.load,
|
||||||
},
|
},
|
||||||
mime: {
|
mime: {
|
||||||
lookup: mime.getType.bind,
|
lookup: mime.getType.bind(mime),
|
||||||
},
|
},
|
||||||
buffer: {
|
buffer: {
|
||||||
from: Buffer.from,
|
from: Buffer.from,
|
||||||
|
|||||||
Reference in New Issue
Block a user