Skip to content

Commit d299080

Browse files
Merge pull request #875 from XMOJ-Script-dev/actions/temp
Update to release 2.5.0
2 parents 2d55f9a + a33be0b commit d299080

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

Update.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,6 +3157,41 @@
31573157
}
31583158
],
31593159
"Notes": "funny"
3160+
},
3161+
"2.5.0": {
3162+
"UpdateDate": 1759568103629,
3163+
"Prerelease": false,
3164+
"UpdateContents": [
3165+
{
3166+
"PR": 861,
3167+
"Description": "Update CSS selector"
3168+
},
3169+
{
3170+
"PR": 863,
3171+
"Description": "修复“NaN年前“"
3172+
},
3173+
{
3174+
"PR": 865,
3175+
"Description": "删除获取数据功能"
3176+
},
3177+
{
3178+
"PR": 866,
3179+
"Description": "比赛题目页面里左侧栏加入题目序号列表"
3180+
},
3181+
{
3182+
"PR": 869,
3183+
"Description": "Update CSS selector (again...)"
3184+
},
3185+
{
3186+
"PR": 871,
3187+
"Description": "Add tooltip for ProblemSwitcher"
3188+
},
3189+
{
3190+
"PR": 872,
3191+
"Description": "修复获取数据"
3192+
}
3193+
],
3194+
"Notes": "XMOJ-Script 2.5.0 新增了比赛题目切换器,方便您在题目之间快速切换。此功能默认启用,您也可以在设置中禁用它。本版本还修复了一个导致时间显示为“NaN年前”的错误, 更新了一些 CSS selector,以适应 XMOJ 网站的最新变化."
31603195
}
31613196
}
31623197
}

XMOJ.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name XMOJ
3-
// @version 2.4.7
3+
// @version 2.5.0
44
// @description XMOJ增强脚本
55
// @author @XMOJ-Script-dev, @langningchen and the community
66
// @namespace https://github/langningchen

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmoj-script",
3-
"version": "2.4.7",
3+
"version": "2.5.0",
44
"description": "an improvement script for xmoj.tech",
55
"main": "AddonScript.js",
66
"scripts": {

0 commit comments

Comments
 (0)