Skip to content

Commit

Permalink
Add CLion (#559)
Browse files Browse the repository at this point in the history
* as requested

* Add CLion

* 1.2.2

* Update version info to 1.2.2

* Update time and description of 1.2.2

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
boomzero and github-actions[bot] authored Jul 25, 2024
1 parent fdc4601 commit 741d11f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,17 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.2.2": {
"UpdateDate": 1721887214365,
"Prerelease": true,
"UpdateContents": [
{
"PR": 559,
"Description": "Add CLion"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
8 changes: 6 additions & 2 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 1.2.1
// @version 1.2.2
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand All @@ -21,7 +21,7 @@
// @grant GM_setValue
// @grant GM_getValue
// @homepage https://www.xmoj-bbs.me/
// @supportURL https://xmojscript.zohodesk.com/portal/zh/newticket
// @supportURL https://github.com/XMOJ-Script-dev/XMOJ-Script/issues
// @connect api.xmoj-bbs.tech
// @connect api.xmoj-bbs.me
// @connect challenges.cloudflare.com
Expand Down Expand Up @@ -3434,6 +3434,10 @@ int main()
"Name": "RedPanda C++",
"Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon",
"URL": "https://sourceforge.net/projects/redpanda-cpp/"
}, {
"Name": "CLion",
"Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png",
"URL": "https://www.jetbrains.com/clion/download"
}, {
"Name": "CP Editor",
"Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon",
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.2.1",
"version": "1.2.2",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit 741d11f

Please sign in to comment.