Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #577 from langningchen:langningchen/issue570
Browse files Browse the repository at this point in the history
修复短消息接受用户显示异常
  • Loading branch information
Chen LangNing authored Oct 1, 2023
2 parents b006b96 + ff87d49 commit 57e987e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,16 @@
"Description": "更换预编译接口,解决奇怪的Compile Error"
}
]
},
"0.3.190": {
"UpdateDate": 1696120459819,
"Prerelease": true,
"UpdateContents": [
{
"PR": 577,
"Description": "修复短消息接受用户显示异常"
}
]
}
}
}
4 changes: 2 additions & 2 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 0.3.189
// @version 0.3.190
// @description XMOJ增强脚本
// @author @langningchen
// @namespace https://github/langningchen
Expand Down Expand Up @@ -3418,7 +3418,7 @@ int main()
else {
document.querySelector("body > div > div.mt-3").innerHTML = `<div class="row g-2 mb-3">
<div class="col-md form-floating">
<input class="form-control" id="ToUser" readonly>
<div class="form-control" id="ToUser"></div>
<label for="ToUser">接收用户</label>
</div>
<div class="col-md form-floating">
Expand Down

0 comments on commit 57e987e

Please sign in to comment.