12 2024 档案

摘要://属性 interface Props { icon: string; } const props = withDefaults(defineProps<Props>(), { icon: '', }); //方法 const emit = defineEmits(['change']); fun 阅读全文
posted @ 2024-12-27 22:37 tros 阅读(26) 评论(0) 推荐(0)
摘要:默认取视频第1秒截图作为预览图 <?php namespace app\common\library; //视频获取第一帧做缩略图 class VideoThumb { public $timeStamp = '00:00:01'; public function createThumb($vide 阅读全文
posted @ 2024-12-18 22:06 tros 阅读(133) 评论(0) 推荐(0)