File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 29692969 }
29702970 ],
29712971 "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."
29722983 }
29732984 }
29742985}
Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name XMOJ
3- // @version 2.1.0
3+ // @version 2.1.1
44// @description XMOJ增强脚本
55// @author @XMOJ -Script-dev, @langningchen and the community
66// @namespace https://github/langningchen
1010// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/codemirror.min.js
1111// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/mode/clike/clike.min.js
1212// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/addon/merge/merge.min.js
13- // @require https://cdn.jsdelivr.net/gh/google/ diff-match-patch@ master/javascript/diff_match_patch_uncompressed.js
13+ // @require https://gitee.com/mirrors_google/ diff-match-patch/raw/ master/javascript/diff_match_patch_uncompressed.js
1414// @require https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.2/purify.min.js
1515// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js
1616// @require https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js
Original file line number Diff line number Diff line change 11{
22 "name" : " xmoj-script" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " an improvement script for xmoj.tech" ,
55 "main" : " AddonScript.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments