feat(web): add image file preview (#623)

This commit is contained in:
MapleStoryIdle
2026-05-15 13:30:22 +08:00
committed by GitHub
parent 66e41c90d4
commit 94b644c3f3
3 changed files with 77 additions and 23 deletions
+1
View File
@@ -214,6 +214,7 @@ export default {
'file.page.tab.file': 'File',
'file.page.missingPath': 'No file path provided.',
'file.page.binary': 'This looks like a binary file. It cannot be displayed.',
'file.page.imagePreviewAlt': 'Image preview for {name}',
'file.page.empty': 'File is empty.',
'file.page.noChanges': 'No changes to display.',
'file.error.readFailed': 'Failed to read file.',