百度浏览器中视频悬浮

admin1年前Laravel608
  <video class="html5-video"
               poster="__STATIC__/portal/images/anyang.jpg"
               autoplay
               muted
               playsinline
               loop
               webkit-playsinline=""
               playsInline
               x5-playsinline
               t7-video-player-type="inline"
               x5-video-player-type="h5-page"
               x-webkit-airplay="allow"
               disablePictureInPicture
               src="https://www.runnerhome.com/wp-content/uploads/2024/11/anyangre.mp4"></video>

相关文章

阿里云发送短信

public function sms(){    $moile = request()->input('mobile');    if...

编辑用户信息

*/public function useredit(){    $avatar = request()->input('avatar');   &...

过滤违禁词

/** * 内容验证 */public function check($content){    $count = 0; //违规词的个数    $list =...

手机号替换

 $vv = substr_replace($vv, '****', 3, 4) ....

生成唯一的订单号

public function get_order_sn() {     return date('Ymd') ...

抖音小程序码

public function dyqrcode($uid){    $url = "https://open.douyin.com/api/apps/v1/qrcode...