Skip to content

Commit

Permalink
fix spellcheck (#377)
Browse files Browse the repository at this point in the history
* spellcheck that works

* 1.1.21

* Update version info to 1.1.21

* rel notes

* Update time and description of 1.1.21

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
boomzero and github-actions[bot] authored Jan 22, 2024
1 parent 6c697f5 commit b5dbf83
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,17 @@
}
],
"Notes": "This release enables spell checking for bbs and short_msg! 🎉\nI did it 5 minutes after proposing it, swx."
},
"1.1.21": {
"UpdateDate": 1705929832424,
"Prerelease": true,
"UpdateContents": [
{
"PR": 377,
"Description": "fix spellcheck"
}
],
"Notes": "Oops, sorry. I forgot to add the spellcheck some text fields. Anyway, it's fixed now. 😅"
}
}
}
6 changes: 3 additions & 3 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 1.1.20
// @version 1.1.21
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down Expand Up @@ -3667,7 +3667,7 @@ int main()
<label for="ToUser">接收用户</label>
</div>
<div class="col-md form-floating">
<input class="form-control" id="Content" placeholder=" ">
<input spellcheck="true" class="form-control" id="Content" placeholder=" ">
<label for="Content">内容</label>
</div>
</div>
Expand Down Expand Up @@ -3908,7 +3908,7 @@ int main()
</div>
<div class="form-group mb-3">
<label for="Title" class="mb-1">标题</label>
<input type="text" class="form-control" id="TitleElement" placeholder="请输入标题">
<input spellcheck="true" type="text" class="form-control" id="TitleElement" placeholder="请输入标题">
</div>
<div>
<label for="ContentElement" class="mb-1">回复</label>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmoj-script",
"version": "1.1.20",
"version": "1.1.21",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit b5dbf83

Please sign in to comment.