xmoj-script 1.1.12 → 1.1.13

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/AddonScript.js CHANGED
@@ -1,11 +0,0 @@
1
- if (localStorage.getItem("UserScript-2024newyear") == null) {
2
- let InputValue = prompt("小明的OJ增强脚本开发组祝您新年快乐!输入2024确认");
3
- if (InputValue != "2024") {
4
- alert("小明的OJ增强脚本开发组祝您新年快乐!");
5
- window.location.href = "https://www.seanoj.edu.eu.org/#Install";
6
- }
7
- else {
8
- localStorage.setItem("UserScript-2024newyear", "true")
9
- }
10
- }
11
- //happy 2024 new year
package/Update.json CHANGED
@@ -900,6 +900,17 @@
900
900
  }
901
901
  ],
902
902
  "Notes": "No release notes were provided for this release."
903
+ },
904
+ "1.1.13": {
905
+ "UpdateDate": 1704936560583,
906
+ "Prerelease": true,
907
+ "UpdateContents": [
908
+ {
909
+ "PR": 340,
910
+ "Description": "add the native link"
911
+ }
912
+ ],
913
+ "Notes": "No release notes were provided for this release."
903
914
  }
904
915
  }
905
916
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.12
3
+ // @version 1.1.13
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -3302,6 +3302,10 @@ int main()
3302
3302
  "Name": "Bloodshed Dev-C++",
3303
3303
  "Image": "https://a.fsdn.com/allura/p/dev-cpp/icon",
3304
3304
  "URL": "https://sourceforge.net/projects/dev-cpp/"
3305
+ }, {
3306
+ "Name": "DevC++ 5.11 TDM-GCC 4.9.2",
3307
+ "Image": "https://www.xmoj.tech/image/devcpp.png",
3308
+ "URL": "https://www.xmoj.tech/downloads/Dev-Cpp+5.11+TDM-GCC+4.9.2+Setup.exe"
3305
3309
  }, {
3306
3310
  "Name": "Orwell Dev-C++",
3307
3311
  "Image": "https://a.fsdn.com/allura/p/orwelldevcpp/icon",
package/index.html CHANGED
@@ -942,6 +942,7 @@ END OF TERMS AND CONDITIONS
942
942
  </div>
943
943
  </div>
944
944
  </body>
945
-
945
+ <center></centre><a href="https://icp.gov.moe/?keyword=20240425" target="_blank">萌ICP备20240425号</a> </center>
946
946
  </html>
947
947
  <script src="https://xmojscript1.statuspage.io/embed/script.js"></script>
948
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {