From 65eced4fca907e7e6eb82e9f93222050201f8536 Mon Sep 17 00:00:00 2001 From: mokurin000 <1348292515a@gmail.com> Date: Sun, 10 Aug 2025 17:57:53 +0800 Subject: [PATCH] docs: note on different years --- HelperUnlockThing.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HelperUnlockThing.py b/HelperUnlockThing.py index c39476e..10e3560 100644 --- a/HelperUnlockThing.py +++ b/HelperUnlockThing.py @@ -60,6 +60,12 @@ itemKindzhCNDict = { # "STRONG": "MUSIC_STRONG", } +# Splash = 2020 +# UNiVERSE = 2022 +# FESTiVAL = 2023 +# BUDDiES = 2024 +# PRiSM = 2025 + partnerList = { "1": "迪拉熊", "17": "青柠熊&柠檬熊", @@ -86,3 +92,6 @@ partnerList = { "27": "俊达萌", "33": "超天酱", } + +for id, partner in partnerList.items(): + print() \ No newline at end of file