Update app-mockup.js
This commit is contained in:
@@ -186,14 +186,17 @@ const mockData = {
|
|||||||
function generateMockEvent() {
|
function generateMockEvent() {
|
||||||
const eventTypes = [
|
const eventTypes = [
|
||||||
'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat',
|
'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat',
|
||||||
|
'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat', 'twitch-chat',
|
||||||
|
|
||||||
'twitch-follow', 'twitch-bits', 'twitch-sub', 'twitch-resub',
|
'twitch-follow', 'twitch-bits', 'twitch-sub', 'twitch-resub',
|
||||||
'twitch-giftsub', 'twitch-giftbomb', 'twitch-raid',
|
'twitch-giftsub', 'twitch-giftbomb', 'twitch-raid',
|
||||||
'twitch-announcement', 'twitch-reward', 'twitch-gigantifyemote',
|
'twitch-announcement', 'twitch-reward', 'twitch-gigantifyemote',
|
||||||
|
|
||||||
|
'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat',
|
||||||
'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat',
|
'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat', 'youtube-chat',
|
||||||
'youtube-superchat', 'youtube-supersticker', 'youtube-newsponsor', 'youtube-membermilestone', 'youtube-membergift',
|
'youtube-superchat', 'youtube-supersticker', 'youtube-newsponsor', 'youtube-membermilestone', 'youtube-membergift',
|
||||||
|
|
||||||
|
'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat',
|
||||||
'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat',
|
'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat', 'tiktok-chat',
|
||||||
'tiktok-follow', 'tiktok-sub', 'tiktok-gift',
|
'tiktok-follow', 'tiktok-sub', 'tiktok-gift',
|
||||||
|
|
||||||
@@ -682,4 +685,4 @@ function randomString(length) {
|
|||||||
function randomColor() {
|
function randomColor() {
|
||||||
const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)";
|
const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)";
|
||||||
return randomColor;
|
return randomColor;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user