xmoj-script 2.0.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Update.json +22 -0
- package/XMOJ.user.js +2 -2
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -2958,6 +2958,28 @@
|
|
2958
2958
|
}
|
2959
2959
|
],
|
2960
2960
|
"Notes": "No release notes were provided for this release."
|
2961
|
+
},
|
2962
|
+
"2.1.0": {
|
2963
|
+
"UpdateDate": 1754724455081,
|
2964
|
+
"Prerelease": false,
|
2965
|
+
"UpdateContents": [
|
2966
|
+
{
|
2967
|
+
"PR": 826,
|
2968
|
+
"Description": "修复更新"
|
2969
|
+
}
|
2970
|
+
],
|
2971
|
+
"Notes": "No release notes were provided for this release."
|
2972
|
+
},
|
2973
|
+
"2.1.1": {
|
2974
|
+
"UpdateDate": 1754911555185,
|
2975
|
+
"Prerelease": true,
|
2976
|
+
"UpdateContents": [
|
2977
|
+
{
|
2978
|
+
"PR": 829,
|
2979
|
+
"Description": "Update diff-match-patch library source URL"
|
2980
|
+
}
|
2981
|
+
],
|
2982
|
+
"Notes": "No release notes were provided for this release."
|
2961
2983
|
}
|
2962
2984
|
}
|
2963
2985
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 2.
|
3
|
+
// @version 2.1.1
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -10,7 +10,7 @@
|
|
10
10
|
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/codemirror.min.js
|
11
11
|
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/mode/clike/clike.min.js
|
12
12
|
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/addon/merge/merge.min.js
|
13
|
-
// @require https://
|
13
|
+
// @require https://gitee.com/mirrors_google/diff-match-patch/raw/master/javascript/diff_match_patch_uncompressed.js
|
14
14
|
// @require https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.2/purify.min.js
|
15
15
|
// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js
|
16
16
|
// @require https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js
|