feat: 粒子背景+动起来了
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { IPrizeConfig } from '@/types/prizeConfig';
|
||||
export const defaultMusicList=[
|
||||
{
|
||||
id:'Geoff Knorr - China (The Industrial Era).ogg'+new Date().getTime().toString(),
|
||||
@@ -56,3 +57,109 @@ export const defaultMusicList=[
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
export const defaultPrizeList=<IPrizeConfig[]>[
|
||||
{
|
||||
id:'001',
|
||||
name:'一等奖',
|
||||
sort:1,
|
||||
isAll:true,
|
||||
count:1,
|
||||
picture:{
|
||||
id:'0',
|
||||
name:'一等奖',
|
||||
url:'https://24years.top/resource/image/image1.png'
|
||||
},
|
||||
desc:'一等奖',
|
||||
isShow:true,
|
||||
frequency:1,
|
||||
},
|
||||
{
|
||||
id:'002',
|
||||
name:'二等奖',
|
||||
sort:2,
|
||||
isAll:true,
|
||||
count:1,
|
||||
picture: {
|
||||
id:'1',
|
||||
name:'二等奖',
|
||||
url:'https://24years.top/resource/image/image2.png'
|
||||
},
|
||||
desc:'二等奖',
|
||||
isShow:true,
|
||||
frequency:1,
|
||||
},
|
||||
{
|
||||
id:'003',
|
||||
name:'三等奖',
|
||||
sort:3,
|
||||
isAll:true,
|
||||
count:1,
|
||||
picture: {
|
||||
id:'2',
|
||||
name:'三等奖',
|
||||
url:'https://24years.top/resource/image/image3.png'
|
||||
},
|
||||
desc:'三等奖',
|
||||
isShow:true,
|
||||
frequency:1,
|
||||
},
|
||||
{
|
||||
id:'004',
|
||||
name:'超级大奖',
|
||||
sort:4,
|
||||
isAll:true,
|
||||
count:1,
|
||||
picture: {
|
||||
id:'3',
|
||||
name:'超级奖',
|
||||
url:'https://24years.top/resource/image/image4.png'
|
||||
},
|
||||
desc:'超级大奖',
|
||||
isShow:true,
|
||||
frequency:1,
|
||||
},
|
||||
{
|
||||
id:'005',
|
||||
name:'特别奖',
|
||||
sort:5,
|
||||
isAll:true,
|
||||
count:1,
|
||||
picture:{
|
||||
id:'4',
|
||||
name:'特别奖',
|
||||
url:'https://24years.top/resource/image/image5.png'
|
||||
},
|
||||
desc:'特别奖',
|
||||
isShow:true,
|
||||
frequency:1,
|
||||
}
|
||||
]
|
||||
|
||||
export const defaultImageList=[
|
||||
{
|
||||
id:'0',
|
||||
name:'一等奖',
|
||||
url:'https://24years.top/resource/image/image1.png'
|
||||
},
|
||||
{
|
||||
id:'1',
|
||||
name:'二等奖',
|
||||
url:'https://24years.top/resource/image/image2.png'
|
||||
},
|
||||
{
|
||||
id:'2',
|
||||
name:'三等奖',
|
||||
url:'https://24years.top/resource/image/image3.png'
|
||||
},
|
||||
{
|
||||
id:'3',
|
||||
name:'超级奖',
|
||||
url:'https://24years.top/resource/image/image4.png'
|
||||
},
|
||||
{
|
||||
id:'4',
|
||||
name:'特别奖',
|
||||
url:'https://24years.top/resource/image/image5.png'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user