Skip to content

Commit

Permalink
feat(アイドルマスターシャイニーカラーズ): add new pages (#8648)
Browse files Browse the repository at this point in the history
- /miniGamePortal
- /daifugo
- /characterProfile

Co-authored-by: hytsnbr10519 <[email protected]>
  • Loading branch information
hytsnbr and hytsnbr10519 authored Aug 9, 2024
1 parent b514da2 commit 37b3e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ja_JP": "「アイドルマスター」シリーズ最新作が、スマートフォン向けブラウザゲームで登場! 新たな事務所「283(ツバサ)プロダクション」を舞台に、アイドルを羽ばたかせよう! ©BANDAI NAMCO Entertainment Inc."
},
"url": "shinycolors.enza.fun",
"version": "1.0.9",
"version": "1.0.10",
"logo": "https://cdn.rcd.gg/PreMiD/websites/%23/%E3%82%A2%E3%82%A4%E3%83%89%E3%83%AB%E3%83%9E%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%B7%E3%83%A3%E3%82%A4%E3%83%8B%E3%83%BC%E3%82%AB%E3%83%A9%E3%83%BC%E3%82%BA/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/%23/%E3%82%A2%E3%82%A4%E3%83%89%E3%83%AB%E3%83%9E%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%B7%E3%83%A3%E3%82%A4%E3%83%8B%E3%83%BC%E3%82%AB%E3%83%A9%E3%83%BC%E3%82%BA/assets/thumbnail.png",
"color": "#8adfff",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ presence.on("UpdateData", async () => {
"/fesTours": { details: "フェスツアーズをプレイ中" },
"/fesToursConcert": { details: "フェスツアーズをプレイ中" },
"/mastersFes": { details: "マスターズフェスをプレイ中" },
"/miniGamePortal": { details: "ミニゲーム" },
"/daifugo": { details: "大富豪をプレイ中" },
"/characterProfile": { details: "アイドルプロフィールを閲覧中" },
},
pathDetails = pathMap[pathname]?.details;
if (typeof pathDetails !== "undefined") presenceData.details = pathDetails;
Expand Down

0 comments on commit 37b3e6a

Please sign in to comment.