diff --git a/blivedm b/blivedm index d9ee542..30fcd4b 160000 --- a/blivedm +++ b/blivedm @@ -1 +1 @@ -Subproject commit d9ee5422d41653ddf7b280fe54e22653044081d4 +Subproject commit 30fcd4bf6275d0921a6e38d53f95d3f85cae570f diff --git a/frontend/src/api/chatConfig.js b/frontend/src/api/chatConfig.js index f2fdf2f..1274586 100644 --- a/frontend/src/api/chatConfig.js +++ b/frontend/src/api/chatConfig.js @@ -25,7 +25,9 @@ export const DEFAULT_CONFIG = { giftUsernamePronunciation: '', importPresetCss: false, - emoticons: [] // [{ keyword: '', url: '' }, ...] + emoticons: [], // [{ keyword: '', url: '' }, ...] + + templateUrl: '', } export function deepCloneDefaultConfig() { diff --git a/frontend/src/views/Room.vue b/frontend/src/views/Room.vue index a79d24b..3a5c66a 100644 --- a/frontend/src/views/Room.vue +++ b/frontend/src/views/Room.vue @@ -1,5 +1,8 @@ + +