File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 26922692 }
26932693 ],
26942694 "Notes" : " This was so hard......"
2695+ },
2696+ "1.2.75" : {
2697+ "UpdateDate" : 1738974525711 ,
2698+ "Prerelease" : true ,
2699+ "UpdateContents" : [
2700+ {
2701+ "PR" : 767 ,
2702+ "Description" : " 进入讨论后给出题目的链接 "
2703+ }
2704+ ],
2705+ "Notes" : " No release notes were provided for this release."
26952706 }
26962707 }
26972708}
Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name XMOJ
3- // @version 1.2.74
3+ // @version 1.2.75
44// @description XMOJ增强脚本
55// @author @XMOJ -Script-dev, @langningchen and the community
66// @namespace https://github/langningchen
@@ -4847,7 +4847,7 @@ int main()
48474847 Delete . style . display = "" ;
48484848 }
48494849 }
4850- PostTitle . innerText = ResponseData . Data . Title + ( ResponseData . Data . ProblemID == 0 ? "" : ` - 题目` + ResponseData . Data . ProblemID ) ;
4850+ PostTitle . innerHTML = ResponseData . Data . Title + ( ResponseData . Data . ProblemID == 0 ? "" : ` - 题目` + ` <a href="https://www.xmoj.tech/problem.php?id=` + ResponseData . Data . ProblemID + `">` + ResponseData . Data . ProblemID + `</a>` ) ;
48514851 document . title = "讨论" + ThreadID + ": " + ResponseData . Data . Title ;
48524852 PostAuthor . innerHTML = "<span></span>" ;
48534853 GetUsernameHTML ( PostAuthor . children [ 0 ] , ResponseData . Data . UserID ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " xmoj-script" ,
3- "version" : " 1.2.74 " ,
3+ "version" : " 1.2.75 " ,
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