chengkun
2025-09-19 d48eff069585e2be1bd02b1299e1fe7581cb6dad
config/filesystem.php
@@ -13,9 +13,9 @@
            // 磁盘类型
            'type'       => 'local',
            // 磁盘路径
            'root'       => app()->getRootPath() . 'public/static',
            'root'       => app()->getRootPath() . 'public/static/upload',
            // 磁盘路径对应的外部URL路径
            'url'        => '/static',
            'url'        => '/static/upload',
            // 可见性
            'visibility' => 'public',
        ],