xmoj-script 1.1.19 → 1.1.21

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 CHANGED
@@ -1016,6 +1016,28 @@
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."
1030
+ },
1031
+ "1.1.21": {
1032
+ "UpdateDate": 1705929832424,
1033
+ "Prerelease": true,
1034
+ "UpdateContents": [
1035
+ {
1036
+ "PR": 377,
1037
+ "Description": "fix spellcheck"
1038
+ }
1039
+ ],
1040
+ "Notes": "Oops, sorry. I forgot to add the spellcheck some text fields. Anyway, it's fixed now. 😅"
1019
1041
  }
1020
1042
  }
1021
1043
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.19
3
+ // @version 1.1.21
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -3667,7 +3667,7 @@ int main()
3667
3667
  <label for="ToUser">接收用户</label>
3668
3668
  </div>
3669
3669
  <div class="col-md form-floating">
3670
- <input class="form-control" id="Content" placeholder=" ">
3670
+ <input spellcheck="true" class="form-control" id="Content" placeholder=" ">
3671
3671
  <label for="Content">内容</label>
3672
3672
  </div>
3673
3673
  </div>
@@ -3908,12 +3908,12 @@ int main()
3908
3908
  </div>
3909
3909
  <div class="form-group mb-3">
3910
3910
  <label for="Title" class="mb-1">标题</label>
3911
- <input type="text" class="form-control" id="TitleElement" placeholder="请输入标题">
3911
+ <input spellcheck="true" type="text" class="form-control" id="TitleElement" placeholder="请输入标题">
3912
3912
  </div>
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {
package/sitemap.xml CHANGED
@@ -1,6 +1,7 @@
1
- <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
2
- <sitemap>
3
- <loc>https://www.seanoj.edu.eu.org/sitemap-live/0.xml</loc>
4
- <lastmod>2023-09-23T03:40:00+00:00</lastmod>
5
- </sitemap>
6
- </sitemapindex>
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>