feat: add admin file detail modal

This commit is contained in:
Lan
2026-06-03 05:13:58 +08:00
parent ee4607257a
commit 5efeb49262
6 changed files with 640 additions and 3 deletions
+27
View File
@@ -381,6 +381,10 @@ export default {
subtitle: '{count} share records. Filter by status, type, and usage.',
searchPlaceholder: 'Search code, name, or text...',
allFiles: 'All Files',
detail: 'Details',
detailTitle: 'File Details',
detailLoading: 'Loading details...',
detailFailed: 'Failed to load details',
editFileInfo: 'Edit File Information',
saveChanges: 'Save Changes',
refresh: 'Refresh List',
@@ -405,7 +409,11 @@ export default {
viewText: 'View',
textPreview: 'Text Preview',
copyText: 'Copy Text',
copyCode: 'Copy Code',
copyLink: 'Copy Link',
copySuccess: 'Text copied to clipboard',
copyCodeSuccess: 'Retrieve code copied to clipboard',
copyLinkSuccess: 'Retrieve link copied to clipboard',
copyFailed: 'Copy failed, please try again',
charCount: '{count} characters',
downloadFile: 'Download File',
@@ -441,6 +449,25 @@ export default {
batchUpdateFailed: 'Batch update failed',
batchUpdateNoFields: 'Choose a policy to update',
applyBatchEdit: 'Apply Changes',
overview: 'Overview',
policyInfo: 'Policy',
storageInfo: 'Storage',
permanent: 'Permanent',
createdAt: 'Created Time',
remainingDownloads: 'Remaining Downloads',
textLength: 'Text Length',
hasDownloadLimit: 'Has Retrieval Limit',
hasExpirationTime: 'Has Expiration',
canPreviewText: 'Can Preview Text',
canDownload: 'Can Download',
storageBackend: 'Storage Backend',
fileHash: 'File Hash',
isChunked: 'Chunked Upload',
filePath: 'Storage Path',
uuidFileName: 'Stored File Name',
uploadId: 'Upload Session',
yes: 'Yes',
no: 'No',
headers: {
select: 'Select',
code: 'Retrieve Code',