mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 14:20:03 +08:00
op
This commit is contained in:
@@ -9,12 +9,15 @@ use Illuminate\Support\Facades\Storage;
|
|||||||
use OSS\Core\OssException;
|
use OSS\Core\OssException;
|
||||||
use OSS\Model\CorsConfig;
|
use OSS\Model\CorsConfig;
|
||||||
use OSS\Model\CorsRule;
|
use OSS\Model\CorsRule;
|
||||||
|
use Weiwait\DcatVue\Helper;
|
||||||
|
|
||||||
class FilesystemConfig extends Form
|
class FilesystemConfig extends Form
|
||||||
{
|
{
|
||||||
public function handle(array $input): JsonResponse
|
public function handle(array $input): JsonResponse
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
Helper::injectFilesystemConfig(collect($input));
|
||||||
|
|
||||||
$this->ossHandler($input);
|
$this->ossHandler($input);
|
||||||
|
|
||||||
admin_setting(['weiwait_filesystem' => $input]);
|
admin_setting(['weiwait_filesystem' => $input]);
|
||||||
|
|||||||
@@ -73,4 +73,7 @@ return [
|
|||||||
'2.5.2' => [
|
'2.5.2' => [
|
||||||
'一些优化',
|
'一些优化',
|
||||||
],
|
],
|
||||||
|
'2.5.3' => [
|
||||||
|
'一些优化',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user