mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-07 04:52:43 +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,
|
||||
},
|
||||
mime: {
|
||||
lookup: mime.getType.bind,
|
||||
lookup: mime.getType.bind(mime),
|
||||
},
|
||||
buffer: {
|
||||
from: Buffer.from,
|
||||
|
||||
Reference in New Issue
Block a user