update:新增房间重连逻辑,优化tententen语音,修复mvp斩获环
This commit is contained in:
@@ -18,7 +18,7 @@ export function normalizeId(value) {
|
||||
}
|
||||
|
||||
function toCamelKey(key) {
|
||||
return key.replace(/_([a-z])/g, (_, letter) => letter.toUpperCase());
|
||||
return key.replace(/_([a-z0-9])/g, (_, character) => character.toUpperCase());
|
||||
}
|
||||
|
||||
export function normalizePlainObject(value) {
|
||||
|
||||
Reference in New Issue
Block a user