xmoj-script 1.2.51 → 1.2.54

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.
@@ -0,0 +1,3 @@
1
+ # These are supported funding model platforms
2
+
3
+ custom: ["https://app.unifans.io/c/pythonsmall_q"]
@@ -1,7 +1,6 @@
1
1
  name: 帮助文档反馈
2
2
  description: 帮助文档有问题
3
3
  labels: docs, needs-triage
4
- assignees: PythonSmall-Q
5
4
  title: "[Docs]"
6
5
  body:
7
6
  - type: checkboxes
package/AddonScript.js CHANGED
@@ -1 +1 @@
1
- console.log("AddonScript.js has loaded.");
1
+ console.log("AddonScript.js has loaded.");
package/Update.json CHANGED
@@ -2351,6 +2351,75 @@
2351
2351
  }
2352
2352
  ],
2353
2353
  "Notes": "No release notes were provided for this release."
2354
+ },
2355
+ "1.2.52": {
2356
+ "UpdateDate": 1723260210125,
2357
+ "Prerelease": false,
2358
+ "UpdateContents": [
2359
+ {
2360
+ "PR": 663,
2361
+ "Description": "Do we really need this?"
2362
+ },
2363
+ {
2364
+ "PR": 664,
2365
+ "Description": "fix reply infinite looping"
2366
+ },
2367
+ {
2368
+ "PR": 665,
2369
+ "Description": "fix replying"
2370
+ },
2371
+ {
2372
+ "PR": 667,
2373
+ "Description": "fix replying(again)"
2374
+ },
2375
+ {
2376
+ "PR": 669,
2377
+ "Description": "smartAlert!"
2378
+ },
2379
+ {
2380
+ "PR": 670,
2381
+ "Description": "Fix RE"
2382
+ },
2383
+ {
2384
+ "PR": 671,
2385
+ "Description": "允许在已结束的比赛下提交 #287"
2386
+ },
2387
+ {
2388
+ "PR": 673,
2389
+ "Description": "Remove headers"
2390
+ },
2391
+ {
2392
+ "PR": 674,
2393
+ "Description": "Stop!"
2394
+ },
2395
+ {
2396
+ "PR": 680,
2397
+ "Description": " 解决强制O2的问题"
2398
+ }
2399
+ ],
2400
+ "Notes": "No release notes were provided for this release."
2401
+ },
2402
+ "1.2.53": {
2403
+ "UpdateDate": 1723352066327,
2404
+ "Prerelease": true,
2405
+ "UpdateContents": [
2406
+ {
2407
+ "PR": 690,
2408
+ "Description": "移除之前忘记操作的admin"
2409
+ }
2410
+ ],
2411
+ "Notes": "No release notes were provided for this release."
2412
+ },
2413
+ "1.2.54": {
2414
+ "UpdateDate": 1723450512410,
2415
+ "Prerelease": true,
2416
+ "UpdateContents": [
2417
+ {
2418
+ "PR": 694,
2419
+ "Description": "更新support url"
2420
+ }
2421
+ ],
2422
+ "Notes": "No release notes were provided for this release."
2354
2423
  }
2355
2424
  }
2356
2425
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.2.51
3
+ // @version 1.2.54
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://github.com/XMOJ-Script-dev/XMOJ-Script/issues
24
+ // @supportURL https://support.xmoj-bbs.me/form/8050213e-c806-4680-b414-0d1c48263677
25
25
  // @connect api.xmoj-bbs.tech
26
26
  // @connect api.xmoj-bbs.me
27
27
  // @connect challenges.cloudflare.com
@@ -39,7 +39,7 @@
39
39
  */
40
40
 
41
41
  const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
42
- const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "shihongxi"];
42
+ const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"];
43
43
 
44
44
  let PurifyHTML = (Input) => {
45
45
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.2.51",
3
+ "version": "1.2.54",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {
package/CNAME DELETED
@@ -1 +0,0 @@
1
- ghpages.xmoj-bbs.tech