| xqd
@@ -105,7 +105,7 @@ class SettingController extends Controller
|
|
|
return $this->showWarning('分享文字位置错误或未设置');
|
|
|
}
|
|
|
|
|
|
- $text = str_replace_array('{days}', [15], $share_text_pos->value);
|
|
|
+ $text = str_replace_array('{days}', [15], $share_text->value);
|
|
|
|
|
|
$image = Image::make(url($share_image->value));
|
|
|
|