Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/AutoLabelIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v3
with:
languages: "javascript"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DependencyScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/Prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Publish to npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Get version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UpdateToRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Update to release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UpdateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Update version
env:
PR_BODY: ${{ github.event.pull_request.body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-extern-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
90 changes: 90 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3124,6 +3124,96 @@
}
],
"Notes": "#860 ..."
},
"2.4.5": {
"UpdateDate": 1759487413226,
"Prerelease": true,
"UpdateContents": [
{
"PR": 869,
"Description": "Update CSS selector (again...)"
}
],
"Notes": "为什么这个破东西老是换位置"
},
"2.4.6": {
"UpdateDate": 1759548958578,
"Prerelease": true,
"UpdateContents": [
{
"PR": 871,
"Description": "Add tooltip for ProblemSwitcher"
}
],
"Notes": "现在, 你只需要将鼠标悬浮在比赛题目切换器上方, 即可查看题目名称"
},
"2.4.7": {
"UpdateDate": 1759549826774,
"Prerelease": true,
"UpdateContents": [
{
"PR": 872,
"Description": "修复获取数据"
}
],
"Notes": "funny"
},
"2.5.0": {
"UpdateDate": 1759568103629,
"Prerelease": false,
"UpdateContents": [
{
"PR": 861,
"Description": "Update CSS selector"
},
{
"PR": 863,
"Description": "修复“NaN年前“"
},
{
"PR": 865,
"Description": "删除获取数据功能"
},
{
"PR": 866,
"Description": "比赛题目页面里左侧栏加入题目序号列表"
},
{
"PR": 869,
"Description": "Update CSS selector (again...)"
},
{
"PR": 871,
"Description": "Add tooltip for ProblemSwitcher"
},
{
"PR": 872,
"Description": "修复获取数据"
}
],
"Notes": "XMOJ-Script 2.5.0 新增了比赛题目切换器,方便您在题目之间快速切换。此功能默认启用,您也可以在设置中禁用它。本版本还修复了一个导致时间显示为“NaN年前”的错误, 更新了一些 CSS selector,以适应 XMOJ 网站的最新变化."
},
"2.5.1": {
"UpdateDate": 1759830659949,
"Prerelease": true,
"UpdateContents": [
{
"PR": 876,
"Description": "refactor: simplify SubmitLink selection by querying all anchors and finding by text"
}
],
"Notes": "No release notes were provided for this release."
},
"2.5.2": {
"UpdateDate": 1759845614758,
"Prerelease": true,
"UpdateContents": [
{
"PR": 877,
"Description": "fix: problem PID 可能为 null"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
Loading
Loading