李帅

1.dev:系列可能有问题。部署时要暂停

...@@ -40,6 +40,7 @@ class DevFFmpeg extends Command ...@@ -40,6 +40,7 @@ class DevFFmpeg extends Command
40 { 40 {
41 parent::__construct(); 41 parent::__construct();
42 42
43 +// 这里要注意,部署时这里如果有代码,会执行。
43 // $this->immerse = Immerse::query()->orderByDesc('id')->first(); 44 // $this->immerse = Immerse::query()->orderByDesc('id')->first();
44 // $this->ffmpeg = env('FFMPEG_CMD'); 45 // $this->ffmpeg = env('FFMPEG_CMD');
45 // $this->ffprobe = env('FFPROBE_CMD'); 46 // $this->ffprobe = env('FFPROBE_CMD');
......
1 -{"web":{"client_id":"724392566830-jv6gqcb7vv8q9vavihhu5siccdit35op.apps.googleusercontent.com","project_id":"pc-api-7482901338487549764-603","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["https://www.yiyan.pub/auth/google/callback"],"javascript_origins":["https://www.yiyan.pub","http://www.yiyan.pub"]}}
...\ No newline at end of file ...\ No newline at end of file
1 +{"web":{"client_id":"724392566830-jv6gqcb7vv8q9vavihhu5siccdit35op.apps.googleusercontent.com","project_id":"pc-api-7482901338487549764-603","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["https://api.yiyan.pub/auth/google/callback","http://api.parlando.ink/auth/google/callback","https://www.yiyan.pub/auth/google/callback"],"javascript_origins":["https://www.yiyan.pub","http://www.yiyan.pub","http://api.parlando.ink","https://api.parlando.ink"]}}
...\ No newline at end of file ...\ No newline at end of file
......