feat: add hot worlds

This commit is contained in:
pa
2026-03-16 23:00:14 +09:00
parent 357ac1a8bb
commit 5e95d142f0
10 changed files with 514 additions and 4 deletions

View File

@@ -106,6 +106,13 @@ const navDefinitions = [
labelKey: 'view.charts.mutual_friend.tab_label',
routeName: 'charts-mutual'
},
{
key: 'charts-hot-worlds',
icon: 'ri-fire-line',
tooltip: 'view.charts.hot_worlds.tab_label',
labelKey: 'view.charts.hot_worlds.tab_label',
routeName: 'charts-hot-worlds'
},
{
key: 'tools',
icon: 'ri-tools-line',