File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 30213021 }
30223022 ],
30233023 "Notes" : " No release notes were provided for this release."
3024+ },
3025+ "2.2.1" : {
3026+ "UpdateDate" : 1756003502262 ,
3027+ "Prerelease" : true ,
3028+ "UpdateContents" : [
3029+ {
3030+ "PR" : 839 ,
3031+ "Description" : " Fix formatting in feedback card text"
3032+ }
3033+ ],
3034+ "Notes" : " No release notes were provided for this release."
30243035 }
30253036 }
30263037}
Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name XMOJ
3- // @version 2.2.0
3+ // @version 2.2.1
44// @description XMOJ增强脚本
55// @author @XMOJ -Script-dev, @langningchen and the community
66// @namespace https://github/langningchen
@@ -1513,7 +1513,7 @@ async function main() {
15131513 FeedbackCardBody . className = "card-body" ;
15141514 let FeedbackCardText = document . createElement ( "p" ) ;
15151515 FeedbackCardText . className = "card-text" ;
1516- FeedbackCardText . innerText = "如果您有任何建议或者发现了bug,请前往本项目的GitHub页面并提交issue。提交issue前请先搜索是否有相同的issue,如果有请在该issue下留言。请在issue中尽可能详细地描述您的问题 ,并且附上您的浏览器版本、操作系统版本、脚本版本、复现步骤等信息。谢谢您支持本项目。" ;
1516+ FeedbackCardText . innerText = "如果您有任何建议或者发现了 bug,请前往本项目的 GitHub 页面并提交 issue。提交 issue 前请先搜索是否有相同的 issue,如果有请在该 issue 下留言。请在 issue 中尽可能详细地描述您的问题 ,并且附上您的浏览器版本、操作系统版本、脚本版本、复现步骤等信息。谢谢您支持本项目。" ;
15171517 FeedbackCardBody . appendChild ( FeedbackCardText ) ;
15181518 let FeedbackCardLink = document . createElement ( "a" ) ;
15191519 FeedbackCardLink . className = "card-link" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " xmoj-script" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " an improvement script for xmoj.tech" ,
55 "main" : " AddonScript.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments