feat: add dailylogin feature

This commit is contained in:
2026-05-01 05:07:54 +08:00
parent 54be7bbb25
commit 21875cdf8a
17 changed files with 1262 additions and 34 deletions
+29 -2
View File
@@ -1,7 +1,34 @@
{
"latest_version": "2.1.9",
"latest_version": "2.2.1",
"minimum_app_version": "2.1.0",
"releases": [
{
"version": "2.2.1",
"date": "2026-05-01",
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
"pck_size": 0,
"changelog": [
"Updated daily login logic to support multiple reward types (star, gold, fragments).",
"Fixed leaderboard UI to dynamically update with player changes.",
"Added full backend Nakama support for daily login claiming and administration.",
"Refactored Admin Panel to include a bordered 30-day grid layout with January-December selection."
]
},
{
"version": "2.2.0",
"date": "2026-04-30",
"pck_url": "https://raw.githubusercontent.com/adtpdn/tekton-updates/main/latest/patch.pck",
"pck_size": 0,
"changelog": [
"Redesigned Social Panel with a 3-tab layout (Search, Requests, Friends) to fix UI overlap issues.",
"Fixed an issue where offline friend requests were not being delivered properly.",
"Added persistent storage for Direct Messages, loading previous chat history when opening a DM.",
"Improved real-time Nakama socket listening to allow incoming DMs to be received instantly even when the chat tab is closed.",
"Fixed account state pollution where friend data leaked when switching users without restarting the client.",
"Corrected server-side RPCs for Nakama send_friend_request ensuring persistent push notifications.",
"Re-themed Social Panel DM UI to use dark brown fonts for high-contrast readability."
]
},
{
"version": "2.1.9",
"date": "2026-04-29",
@@ -72,4 +99,4 @@
]
}
]
}
}