xmoj-script 1.2.1 → 1.2.2
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 +11 -0
- package/XMOJ.user.js +6 -2
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -1677,6 +1677,17 @@
|
|
1677
1677
|
}
|
1678
1678
|
],
|
1679
1679
|
"Notes": "No release notes were provided for this release."
|
1680
|
+
},
|
1681
|
+
"1.2.2": {
|
1682
|
+
"UpdateDate": 1721887214365,
|
1683
|
+
"Prerelease": true,
|
1684
|
+
"UpdateContents": [
|
1685
|
+
{
|
1686
|
+
"PR": 559,
|
1687
|
+
"Description": "Add CLion"
|
1688
|
+
}
|
1689
|
+
],
|
1690
|
+
"Notes": "No release notes were provided for this release."
|
1680
1691
|
}
|
1681
1692
|
}
|
1682
1693
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.2.
|
3
|
+
// @version 1.2.2
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -21,7 +21,7 @@
|
|
21
21
|
// @grant GM_setValue
|
22
22
|
// @grant GM_getValue
|
23
23
|
// @homepage https://www.xmoj-bbs.me/
|
24
|
-
// @supportURL https://
|
24
|
+
// @supportURL https://github.com/XMOJ-Script-dev/XMOJ-Script/issues
|
25
25
|
// @connect api.xmoj-bbs.tech
|
26
26
|
// @connect api.xmoj-bbs.me
|
27
27
|
// @connect challenges.cloudflare.com
|
@@ -3434,6 +3434,10 @@ int main()
|
|
3434
3434
|
"Name": "RedPanda C++",
|
3435
3435
|
"Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon",
|
3436
3436
|
"URL": "https://sourceforge.net/projects/redpanda-cpp/"
|
3437
|
+
}, {
|
3438
|
+
"Name": "CLion",
|
3439
|
+
"Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png",
|
3440
|
+
"URL": "https://www.jetbrains.com/clion/download"
|
3437
3441
|
}, {
|
3438
3442
|
"Name": "CP Editor",
|
3439
3443
|
"Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon",
|