xmoj-script 2.2.2 → 2.3.0
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.
- package/Update.json +15 -0
- package/XMOJ.user.js +1 -1
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -3043,6 +3043,21 @@
|
|
3043
3043
|
}
|
3044
3044
|
],
|
3045
3045
|
"Notes": "No release notes were provided for this release."
|
3046
|
+
},
|
3047
|
+
"2.3.0": {
|
3048
|
+
"UpdateDate": 1757851277491,
|
3049
|
+
"Prerelease": false,
|
3050
|
+
"UpdateContents": [
|
3051
|
+
{
|
3052
|
+
"PR": 839,
|
3053
|
+
"Description": "Fix formatting in feedback card text"
|
3054
|
+
},
|
3055
|
+
{
|
3056
|
+
"PR": 852,
|
3057
|
+
"Description": "Fix the submit button on some pages"
|
3058
|
+
}
|
3059
|
+
],
|
3060
|
+
"Notes": "随着 CI 更新, 相信以后的 release 都会有 release notes("
|
3046
3061
|
}
|
3047
3062
|
}
|
3048
3063
|
}
|
package/XMOJ.user.js
CHANGED