볼링공 속도 측정기 추가

This commit is contained in:
2025-07-03 07:00:05 +09:00
parent 9381d3fc0f
commit 5d2b372c14
2 changed files with 561 additions and 0 deletions
+8
View File
@@ -36,6 +36,14 @@ const routes = [
path: '/',
redirect: '/login'
},
{
path: '/bowlspeed',
name: 'BowlingSpeed',
beforeEnter() {
window.location.href = '/bowlspeed/index.html';
},
meta: { title: '볼링공 속도 계산기', requiresAuth: false }
},
{
path: '/public/:publicHash',
name: 'EventPublicPage',