'local', // 磁盘列表 'disks' => [ 'local' => [ 'type' => 'local', 'root' => with_path('runtime/storage'), ], 'public' => [ // 磁盘类型 'type' => 'local', // 磁盘路径 'root' => with_path('public/storage'), // 外部路径 'url' => '/storage', // 可见性 'visibility' => 'public', ], ], ];