Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLion #559

Merged
merged 5 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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