chengkun
2025-08-29 a370f8c298c691b18f713d4db19919162fbd3299
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',
        ],