diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-03 16:55:22 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-03 16:55:22 -0800 |
| commit | 2ad7232e56d04528c9ec6864925d9e9d472bf42e (patch) | |
| tree | 2271e332e19e6ebbba2f71e562071fcde9aaef2e | |
| parent | 4b359869aa5e6ee32caec89c238a06576b0f1607 (diff) | |
better seperate JP and INTL vers
| -rw-r--r-- | rasis.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -66,23 +66,23 @@ def generate_post_content(post_data: dict) -> str: tags = "#bemani" case "CHUNITHM_JP": post_data['headline'] = None - game = "CHUNITHM (JPN)" + game = "CHUNITHM (Japan/日本)" tags = "#chunithm" case "CHUNITHM_INTL": post_data['headline'] = None - game = "CHUNITHM (International)" + game = "CHUNITHM (International/海外版)" tags = "#chunithm" case "MAIMAIDX_JP": post_data['headline'] = None - game = "maimai DX (JPN)" + game = "maimai DX (Japan/日本)" tags = "#maimaidx" case "MAIMAIDX_INTL": post_data['headline'] = None - game = "maimai DX (International)" + game = "maimai DX (International/海外版)" tags = "#maimaidx" case x if "ONGEKI_JPN" in x: post_data['headline'] = None - game = "O.N.G.E.K.I (JPN)" + game = "O.N.G.E.K.I" tags = "#ongeki" case "TAIKO": game = "Taiko no Tatsujin" |
