This commit is contained in:
ct
2025-06-13 17:11:59 +08:00
parent 248a717898
commit 61923f4e1f
17 changed files with 515 additions and 41 deletions

View File

@@ -49,4 +49,16 @@
'description' => 'Audios uploaded by user.',
'is_system' => false,
],
'system-i' => [
'owner_type' => 'system',
'location' => '/system-i/',
'prefix' => 'si_',
'postfix' => '',
'extension' => 'png',
'mime' => 'image/png',
'media_type' => 'image',
'name' => 'System Images',
'description' => 'Images uploaded by system.',
'is_system' => true,
],
];