xmoj-script 1.9.1 → 1.10.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 +11 -0
- package/XMOJ.user.js +1 -1
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -2936,6 +2936,17 @@
|
|
2936
2936
|
}
|
2937
2937
|
],
|
2938
2938
|
"Notes": "No release notes were provided for this release."
|
2939
|
+
},
|
2940
|
+
"1.10.0": {
|
2941
|
+
"UpdateDate": 1753443146018,
|
2942
|
+
"Prerelease": false,
|
2943
|
+
"UpdateContents": [
|
2944
|
+
{
|
2945
|
+
"PR": 821,
|
2946
|
+
"Description": "修复工具栏"
|
2947
|
+
}
|
2948
|
+
],
|
2949
|
+
"Notes": "No release notes were provided for this release."
|
2939
2950
|
}
|
2940
2951
|
}
|
2941
2952
|
}
|
package/XMOJ.user.js
CHANGED