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

修复短消息接受用户显示异常 #577

Merged
merged 2 commits into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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