mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
supports local file system object storage and use it as the default avatar provider
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const supportedImageExtensions = '.jpg,.jpeg,.png,.gif,.webp';
|
||||
|
||||
export default {
|
||||
supportedImageExtensions: supportedImageExtensions
|
||||
}
|
||||
Reference in New Issue
Block a user