mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: 修改示例音视频资源链接
This commit is contained in:
parent
2bee10b8a6
commit
3ec22182ab
@ -38,8 +38,8 @@ export default defineComponent({
|
|||||||
setup(props, { emit }) {
|
setup(props, { emit }) {
|
||||||
const type = ref<'video' | 'audio'>('video')
|
const type = ref<'video' | 'audio'>('video')
|
||||||
|
|
||||||
const videoSrc = ref('http://128.1.134.170/pptist/test.mp4')
|
const videoSrc = ref('https://mazwai.com/videvo_files/video/free/2019-01/small_watermarked/181004_04_Dolphins-Whale_06_preview.webm')
|
||||||
const audioSrc = ref('http://128.1.134.170/pptist/test.mp3')
|
const audioSrc = ref('https://freesound.org/data/previews/614/614107_11861866-lq.mp3')
|
||||||
|
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{ key: 'video', label: '视频' },
|
{ key: 'video', label: '视频' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user