xmoj-script 1.2.37 → 1.2.38
Sign up to get free protection for your applications and to get access to all the features.
- package/Update.json +11 -0
- package/XMOJ.user.js +4 -2
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -2157,6 +2157,17 @@
|
|
2157
2157
|
}
|
2158
2158
|
],
|
2159
2159
|
"Notes": "No release notes were provided for this release."
|
2160
|
+
},
|
2161
|
+
"1.2.38": {
|
2162
|
+
"UpdateDate": 1723094571329,
|
2163
|
+
"Prerelease": true,
|
2164
|
+
"UpdateContents": [
|
2165
|
+
{
|
2166
|
+
"PR": 657,
|
2167
|
+
"Description": "log Success"
|
2168
|
+
}
|
2169
|
+
],
|
2170
|
+
"Notes": "No release notes were provided for this release."
|
2160
2171
|
}
|
2161
2172
|
}
|
2162
2173
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.2.
|
3
|
+
// @version 1.2.38
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -5050,4 +5050,6 @@ int main()
|
|
5050
5050
|
}
|
5051
5051
|
}
|
5052
5052
|
|
5053
|
-
main()
|
5053
|
+
main().then(r => {
|
5054
|
+
console.log("XMOJ-Script loaded successfully!");
|
5055
|
+
});
|