chore: fix mobile style

This commit is contained in:
engigu
2025-09-20 19:11:19 +08:00
parent 369afe8696
commit 3217d00bee
+1 -1
View File
@@ -194,7 +194,7 @@ const tabRoutes: TabRoute[] = [
{ name: '定时消息', path: '/cronmessages' },
{ name: '发信任务', path: '/sendtasks' },
{ name: '发信渠道', path: '/sendways' },
{ name: '设置', path: '/settings' }
{ name: '设置偏好', path: '/settings' }
];
const activeTab = ref('Dashboard');