Skip to content

Commit

Permalink
Merge pull request #327 from XMOJ-Script-dev/PythonSmall-Q-patch-1
Browse files Browse the repository at this point in the history
优化用户体验
  • Loading branch information
PythonSmall-Q authored Dec 30, 2023
2 parents 5070525 + bb9f71b commit 46f0f92
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 6 deletions.
46 changes: 45 additions & 1 deletion Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,52 @@
"1.1.10": {
"UpdateDate": 1703254332078,
"Prerelease": false,
"UpdateContents": [],
"UpdateContents": [
{
"PR": 300,
"Description": "Add Docs"
},
{
"PR": 300,
"Description": "Add Docs"
},
{
"PR": 301,
"Description": "改变更新架构"
},
{
"PR": 302,
"Description": "Update allowed tags in PurifyHTML function to allow the tag"
},
{
"PR": 305,
"Description": "add release notes (#303)"
},
{
"PR": 310,
"Description": "Add an Easter egg"
},
{
"PR": 312,
"Description": "fix release notes"
},
{
"PR": 315,
"Description": "修复无法在某些页面检查登录状态"
}
],
"Notes": "No release notes were provided for this release."
},
"1.1.11": {
"UpdateDate": 1703923205023,
"Prerelease": true,
"UpdateContents": [
{
"PR": 327,
"Description": "优化用户体验"
}
],
"Notes": "增加bug上报和主页按钮"
}
}
}
9 changes: 5 additions & 4 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// ==UserScript==
// @name XMOJ
// @version 1.1.10
// @version 1.1.11
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
// @match http://*.xmoj.tech/*
// @match https://*.xmoj.tech/*
// @match http://116.62.212.172/*
// @match *://*.xmoj.tech/*
// @match *://116.62.212.172/*
// @require https://cdn.bootcdn.net/ajax/libs/crypto-js/4.1.1/crypto-js.min.js
// @require https://cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/codemirror.min.js
// @require https://cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/mode/clike/clike.min.js
Expand All @@ -18,6 +17,8 @@
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard
// @grant unsafeWindow
// @homepage https://www.xmoj-bbs.tech/
// @supportURL https://github.com/XMOJ-Script-dev/XMOJ-Script
// @connect api.xmoj-bbs.tech
// @connect challenges.cloudflare.com
// @connect cppinsights.io
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmoj-script",
"version": "1.1.10",
"version": "1.1.11",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit 46f0f92

Please sign in to comment.