支持手动指定品种和日期进行打分
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,11 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'chart',
|
||||
component: () => import('@/views/ChartView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/run',
|
||||
name: 'run',
|
||||
component: () => import('@/views/RunView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/admin/users',
|
||||
name: 'admin-users',
|
||||
|
||||
Reference in New Issue
Block a user