Showing
3 changed files
with
3 additions
and
1 deletions
| ... | @@ -64,7 +64,7 @@ class DevFFmpeg extends Command | ... | @@ -64,7 +64,7 @@ class DevFFmpeg extends Command |
| 64 | */ | 64 | */ |
| 65 | public function handle() | 65 | public function handle() |
| 66 | { | 66 | { |
| 67 | - | 67 | + dd(1); |
| 68 | // 分情况 1.用户视频,2.用户录音 | 68 | // 分情况 1.用户视频,2.用户录音 |
| 69 | // 注意事项:1.考虑用户是否会员;非会员分辨率 720x1280,会员分辨率1440x2560 | 69 | // 注意事项:1.考虑用户是否会员;非会员分辨率 720x1280,会员分辨率1440x2560 |
| 70 | // 2.同时字体大小也很方便确定。 | 70 | // 2.同时字体大小也很方便确定。 | ... | ... |
| ... | @@ -38,6 +38,7 @@ class DevPinyin extends Command | ... | @@ -38,6 +38,7 @@ class DevPinyin extends Command |
| 38 | */ | 38 | */ |
| 39 | public function handle() | 39 | public function handle() |
| 40 | { | 40 | { |
| 41 | + dd(1); | ||
| 41 | $arr = [ | 42 | $arr = [ |
| 42 | '胡的接班人' => '***', | 43 | '胡的接班人' => '***', |
| 43 | '钦定接班人' => '***', | 44 | '钦定接班人' => '***', | ... | ... |
-
Please register or login to post a comment