Skip to content

Commit

Permalink
Merge pull request #725 from XMOJ-Script-dev/PythonSmall-Q/Add-CP-Editor
Browse files Browse the repository at this point in the history
Add CP Editor
  • Loading branch information
boomzero authored Aug 31, 2024
2 parents 37e1abb + ec13231 commit b58cee1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2510,6 +2510,17 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.2.61": {
"UpdateDate": 1725083743111,
"Prerelease": true,
"UpdateContents": [
{
"PR": 725,
"Description": "Add CP Editor"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
6 changes: 5 additions & 1 deletion XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 1.2.60
// @version 1.2.61
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down Expand Up @@ -3858,6 +3858,10 @@ int main()
"Name": "RedPanda C++",
"Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon",
"URL": "https://sourceforge.net/projects/redpanda-cpp/"
}, {
"Name": "CP Editor",
"Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon?c35437565079e4135a985ba557ef2fdbe97de6bafb27aceafd76bc54490c26e3?&w=90",
"URL": "https://cpeditor.org/zh/download/"
}, {
"Name": "CLion",
"Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png",
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.60",
"version": "1.2.61",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit b58cee1

Please sign in to comment.