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

Revert "更换Turnstile" #25

Merged
merged 5 commits into from
Oct 2, 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
11 changes: 8 additions & 3 deletions Update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"UpdateHistory": {
"0.2.200": {
"1.0.200": {
"UpdateDate": 1696246054517,
"Prerelease": false,
"UpdateContents": []
"UpdateContents": [
{
"PR": 0,
"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.2.200
// @version 1.0.200
// @description XMOJ增强脚本
// @author @PythonSmall-Q
// @namespace https://github/langningchen
Expand Down Expand Up @@ -30,7 +30,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
const CaptchaSiteKey = "0x4AAAAAAAI4scL-wknSAXKD";
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"];

let PurifyHTML = (Input) => {
Expand Down