feat:会议可分享 - 60%

This commit is contained in:
weifashi
2023-08-29 17:09:32 +08:00
parent 288e265aaa
commit 3a2c40a43e
7 changed files with 95 additions and 20 deletions

View File

@@ -438,4 +438,16 @@ class IndexController extends InvokeController
}
return implode("\n", array_values($array));
}
/**
* 提取所有中文
* @return array|string
*/
public function meeting__share()
{
return response()->view('meeting.share', [
'version' => Base::getVersion(),
])->header('Link', "<" . url('manifest.txt') . ">; rel=\"prefetch\"");
}
}