feat: add changelog page with v0.0.1 and v0.0.2 entries

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-18 12:30:49 +08:00
parent cfdbaf1095
commit 262f946a4e
3 changed files with 198 additions and 1 deletions
+5
View File
@@ -47,6 +47,11 @@ const routes: RouteRecordRaw[] = [
path: 'settings',
name: 'Settings',
component: () => import('@/views/Settings.vue')
},
{
path: 'changelog',
name: 'Changelog',
component: () => import('@/views/Changelog.vue')
}
]
},