xmoj-script 1.1.19 → 1.1.20
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 +3 -3
- package/package.json +1 -1
- package/sitemap.xml +7 -6
package/Update.json
CHANGED
@@ -1016,6 +1016,17 @@
|
|
1016
1016
|
}
|
1017
1017
|
],
|
1018
1018
|
"Notes": "No release notes were provided for this release."
|
1019
|
+
},
|
1020
|
+
"1.1.20": {
|
1021
|
+
"UpdateDate": 1705929267062,
|
1022
|
+
"Prerelease": true,
|
1023
|
+
"UpdateContents": [
|
1024
|
+
{
|
1025
|
+
"PR": 375,
|
1026
|
+
"Description": "add spellcheck"
|
1027
|
+
}
|
1028
|
+
],
|
1029
|
+
"Notes": "This release enables spell checking for bbs and short_msg! 🎉\nI did it 5 minutes after proposing it, swx."
|
1019
1030
|
}
|
1020
1031
|
}
|
1021
1032
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.1.
|
3
|
+
// @version 1.1.20
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -3913,7 +3913,7 @@ int main()
|
|
3913
3913
|
<div>
|
3914
3914
|
<label for="ContentElement" class="mb-1">回复</label>
|
3915
3915
|
<div class="input-group">
|
3916
|
-
<textarea class="col-6 form-control" id="ContentElement" rows="3" placeholder="请输入内容"></textarea>
|
3916
|
+
<textarea spellcheck="true" class="col-6 form-control" id="ContentElement" rows="3" placeholder="请输入内容"></textarea>
|
3917
3917
|
<div class="col-6 form-control" id="PreviewTab"></div>
|
3918
3918
|
</div>
|
3919
3919
|
<div class="cf-turnstile mt-2" id="CaptchaContainer"></div>
|
@@ -4094,7 +4094,7 @@ int main()
|
|
4094
4094
|
</div>
|
4095
4095
|
</div>
|
4096
4096
|
<div class="input-group">
|
4097
|
-
<textarea class="col-6 form-control" id="ContentElement" rows="3" placeholder="请输入内容"></textarea>
|
4097
|
+
<textarea spellcheck="true" class="col-6 form-control" id="ContentElement" rows="3" placeholder="请输入内容"></textarea>
|
4098
4098
|
<div class="col-6 form-control" id="PreviewTab"></div>
|
4099
4099
|
</div>
|
4100
4100
|
<div class="cf-turnstile mt-2" id="CaptchaContainer"></div>
|
package/package.json
CHANGED
package/sitemap.xml
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
</
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
3
|
+
<url>
|
4
|
+
<loc>https://xmoj-bbs.tech/</loc>
|
5
|
+
<lastmod>2024-01-21T12:49:34+08:00</lastmod>
|
6
|
+
</url>
|
7
|
+
</urlset>
|