Skip to content

Commit a632353

Browse files
Merge pull request #858 from XMOJ-Script-dev/actions/temp
Update to release 2.4.0
2 parents 85bf70a + 89384f1 commit a632353

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

Update.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3069,6 +3069,17 @@
30693069
}
30703070
],
30713071
"Notes": "本版本修复了由于 PHPSESSID 启用了 httpOnly 导致的后台不可用"
3072+
},
3073+
"2.4.0": {
3074+
"UpdateDate": 1758956527554,
3075+
"Prerelease": false,
3076+
"UpdateContents": [
3077+
{
3078+
"PR": 856,
3079+
"Description": "修复由于 PHPSESSID 启用了 httpOnly 导致的后台不可用"
3080+
}
3081+
],
3082+
"Notes": "请尽快升级至本版本!"
30723083
}
30733084
}
30743085
}

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.3.1
3+
// @version 2.4.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.3.1",
3+
"version": "2.4.0",
44
"description": "an improvement script for xmoj.tech",
55
"main": "AddonScript.js",
66
"scripts": {

0 commit comments

Comments
 (0)