xmoj-script 1.1.49 → 1.1.51

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.
@@ -34,7 +34,7 @@ jobs:
34
34
  id: get_version
35
35
  run: node ./Update/GetVersion.js
36
36
  - id: create_release
37
- uses: softprops/action-gh-release@v1
37
+ uses: softprops/action-gh-release@v2
38
38
  env:
39
39
  GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
40
40
  with:
@@ -27,7 +27,7 @@ jobs:
27
27
  id: get_version
28
28
  run: node ./Update/GetVersion.js
29
29
  - id: create_release
30
- uses: softprops/action-gh-release@v1
30
+ uses: softprops/action-gh-release@v2
31
31
  env:
32
32
  GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
33
33
  with:
@@ -1,13 +1,13 @@
1
- name: Sitemap merge
1
+ name: Merge changes to extern-contrib
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - create-pull-request/patch
5
+ - dev
6
6
  workflow_dispatch:
7
7
  jobs:
8
8
  create_pull_request:
9
9
  name: 'Create PR'
10
- if: github.ref == 'refs/heads/beta'
10
+ if: github.ref == 'refs/heads/extern-contrib'
11
11
  runs-on: ubuntu-latest
12
12
  permissions:
13
13
  pull-requests: write
@@ -27,7 +27,7 @@ jobs:
27
27
 
28
28
  if (pulls.data.length < 1) {
29
29
  await github.rest.pulls.create({
30
- title: '[Sitemap] Merge sitemap into dev',
30
+ title: 'Merge dev into extern-contrib',
31
31
  owner: owner,
32
32
  repo: repo,
33
33
  head: context.ref,
package/Update.json CHANGED
@@ -1354,6 +1354,32 @@
1354
1354
  }
1355
1355
  ],
1356
1356
  "Notes": "No release notes were provided for this release."
1357
+ },
1358
+ "1.1.50": {
1359
+ "UpdateDate": 1710576508444,
1360
+ "Prerelease": false,
1361
+ "UpdateContents": [
1362
+ {
1363
+ "PR": 485,
1364
+ "Description": "and I am so frustrated I actually make another code contribution"
1365
+ },
1366
+ {
1367
+ "PR": 486,
1368
+ "Description": "fix showsource"
1369
+ }
1370
+ ],
1371
+ "Notes": "No release notes were provided for this release."
1372
+ },
1373
+ "1.1.51": {
1374
+ "UpdateDate": 1710641069919,
1375
+ "Prerelease": true,
1376
+ "UpdateContents": [
1377
+ {
1378
+ "PR": 491,
1379
+ "Description": "Update ticket email"
1380
+ }
1381
+ ],
1382
+ "Notes": "No release notes were provided for this release."
1357
1383
  }
1358
1384
  }
1359
1385
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.49
3
+ // @version 1.1.51
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.tech/
24
- // @supportURL https://bugs.xmoj-bbs.tech
24
+ // @supportURL https://xmojscript.zohodesk.com/portal/zh/newticket
25
25
  // @connect api.xmoj-bbs.tech
26
26
  // @connect challenges.cloudflare.com
27
27
  // @connect cppinsights.io
@@ -4608,4 +4608,4 @@ int main()
4608
4608
  }
4609
4609
  }
4610
4610
 
4611
- main();
4611
+ main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.49",
3
+ "version": "1.1.51",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {