Skip to content

Commit

Permalink
feat: 1.11.1 update
Browse files Browse the repository at this point in the history
Signed-off-by: Dongwan Seo <[email protected]>
  • Loading branch information
raiiiny authored May 6, 2024
1 parent 7d22d26 commit fed209e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions websites/S/Sorryfield/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ presence.on("UpdateData", async () => {
presenceData.buttons = [{ label: "리플레이 보기", url: href }];
} else if (pathname.includes("/shop")) presenceData.state = "상점";
else if (pathname.includes("/sync")) presenceData.state = "환경 설정";
else if (pathname.includes("/ranking"))
presenceData.state = `${

Check failure on line 243 in websites/S/Sorryfield/presence.ts

View workflow job for this annotation

GitHub Actions / Compile and Lint

Expected { after 'if' condition
document.querySelector("h2").textContent
} 모드 짬 랭킹`;
else if (pathname === "/java/multiplayer") {
presenceData.details = "자바! 멀티플레이어";
presenceData.largeImageKey = Assets.ChartMultiPlayer;
Expand Down

0 comments on commit fed209e

Please sign in to comment.