mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-21 01:02:49 +00:00
no message
This commit is contained in:
parent
e39335864d
commit
6ed24ec310
@ -87,7 +87,6 @@ class IndexController extends InvokeController
|
|||||||
*/
|
*/
|
||||||
public function desktop__publish($name = '')
|
public function desktop__publish($name = '')
|
||||||
{
|
{
|
||||||
$body = Request::input('body');
|
|
||||||
$genericVersion = Request::header('generic-version');
|
$genericVersion = Request::header('generic-version');
|
||||||
//
|
//
|
||||||
$latestFile = public_path("uploads/desktop/latest");
|
$latestFile = public_path("uploads/desktop/latest");
|
||||||
@ -100,14 +99,6 @@ class IndexController extends InvokeController
|
|||||||
"fileName" => true
|
"fileName" => true
|
||||||
]);
|
]);
|
||||||
if (Base::isSuccess($res)) {
|
if (Base::isSuccess($res)) {
|
||||||
if (in_array($res['data']['name'], ['latest.yml', 'latest-mac.yml']) && $body) {
|
|
||||||
$content = str_replace("\n", "\n ", $body);
|
|
||||||
$content = <<<EOF
|
|
||||||
releaseNotes: |-
|
|
||||||
$content
|
|
||||||
EOF;
|
|
||||||
file_put_contents($res['data']['file'], $content, FILE_APPEND);
|
|
||||||
}
|
|
||||||
file_put_contents($latestFile, $genericVersion);
|
file_put_contents($latestFile, $genericVersion);
|
||||||
}
|
}
|
||||||
return $res;
|
return $res;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user