소다라이브 -> 보이스온
This commit is contained in:
parent
fa8b1c81f6
commit
db44737b89
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title>보이스온 관리자</title>
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
dark
|
dark
|
||||||
>
|
>
|
||||||
<v-spacer />
|
<v-spacer />
|
||||||
<v-toolbar-title>소다라이브 관리자</v-toolbar-title>
|
<v-toolbar-title>보이스온 관리자</v-toolbar-title>
|
||||||
<v-spacer />
|
<v-spacer />
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@ async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaig
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"socialMetaTagInfo": {
|
"socialMetaTagInfo": {
|
||||||
"socialTitle": "소다라이브",
|
"socialTitle": "보이스온",
|
||||||
"socialDescription": "소다라이브 " + channelInfo.nickname + "님의 채널입니다.",
|
"socialDescription": "보이스온 " + channelInfo.nickname + "님의 채널입니다.",
|
||||||
"socialImageLink": channelInfo.profileUrl
|
"socialImageLink": channelInfo.profileUrl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ async function shareAudioContent(audioContent, utmSource, utmMedium, utmCampaign
|
||||||
},
|
},
|
||||||
"socialMetaTagInfo": {
|
"socialMetaTagInfo": {
|
||||||
"socialTitle": audioContent.title + " - " + audioContent.creatorNickname,
|
"socialTitle": audioContent.title + " - " + audioContent.creatorNickname,
|
||||||
"socialDescription": "지금 소다라이브에서 이 콘텐츠 감상하기",
|
"socialDescription": "지금 보이스온에서 이 콘텐츠 감상하기",
|
||||||
"socialImageLink": audioContent.coverImageUrl
|
"socialImageLink": audioContent.coverImageUrl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue