v2019.09.04

This commit is contained in:
pypy
2019-09-04 12:07:04 +09:00
parent 800a649d18
commit 96442707c0
2 changed files with 2 additions and 6 deletions

View File

@@ -457,8 +457,4 @@ i.x-user-status.busy {
border: 0;
border-radius: 2px;
padding: 0;
}
.x-user-dialog .el-tag+.el-tag {
margin-left: 5px;
}

View File

@@ -707,7 +707,7 @@ if (window.CefSharp) {
return this.call(`auth/user?apiKey=${this.config.clientApiKey}`, {
method: 'GET',
headers: {
Authorization: `Basic ${btoa(encodeURIComponent(`${param.username}:${param.password}`).replace(/%([0-9A-F]{2})/gu, (_, s) => String.fromCharCode(parseInt(s, 16))))}`
Authorization: `Basic ${btoa(encodeURIComponent(`${param.username}:${param.password}`).replace(/%([0-9A-F]{2})/gu, (_, s) => String.fromCharCode(parseInt(s, 16))).replace('%', '%25'))}`
}
}).then((json) => {
var args = {
@@ -3414,7 +3414,7 @@ if (window.CefSharp) {
VRCX,
nextRefresh: 0,
isGameRunning: false,
appVersion: '2019.08.17.1',
appVersion: '2019.09.04',
latestAppVersion: '',
ossDialog: false
},