chengkun
2025-09-04 2e12809f4d16aa00239b5e2c6a13a9a51842d134
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',
        ],