From 96442707c02fb9922ec3f009014421272011b05f Mon Sep 17 00:00:00 2001 From: pypy Date: Wed, 4 Sep 2019 12:07:04 +0900 Subject: [PATCH] v2019.09.04 --- html/app.css | 4 ---- html/app.js | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/html/app.css b/html/app.css index d80d58a0b..604617b7e 100644 --- a/html/app.css +++ b/html/app.css @@ -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; } \ No newline at end of file diff --git a/html/app.js b/html/app.js index 759de5b65..b07ac77c8 100644 --- a/html/app.js +++ b/html/app.js @@ -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 },