Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
Open
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
17 changes: 16 additions & 1 deletion Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,22 @@
"1.0.201": {
"UpdateDate": 1696255471868,
"Prerelease": false,
"UpdateContents": []
"UpdateContents": [
{
"PR": 0,
"Description": ""
}
]
},
"1.0.202": {
"UpdateDate": 1696322502454,
"Prerelease": true,
"UpdateContents": [
{
"PR": 42,
"Description": "Update XMOJ.user.js"
}
]
}
}
}
2 changes: 1 addition & 1 deletion XMOJ.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "wangmaohua"];
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"];

let PurifyHTML = (Input) => {
return DOMPurify.sanitize(Input, {
Expand Down