xmoj-script 1.1.20 → 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
@@ -1027,6 +1027,17 @@
1027
1027
  }
1028
1028
  ],
1029
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. 😅"
1030
1041
  }
1031
1042
  }
1032
1043
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.20
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,7 +3908,7 @@ 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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {