新增耳机阻抗

This commit is contained in:
eafonyang
2026-08-17 15:41:32 +08:00
parent 19ea48ffc8
commit acd3d4b92c
15 changed files with 733 additions and 0 deletions
@@ -62,6 +62,18 @@ export const generatedRoutes: GeneratedRoute[] = [
keepAlive: true
}
},
{
name: 'headphone_impedance',
path: '/headphone/impedance',
component: 'view.headphone_impedance',
meta: {
title: 'headphone_impedance',
i18nKey: 'route.headphone_impedance',
icon: 'mdi:omega',
order: 3,
keepAlive: true
}
},
{
name: 'headphone_model',
path: '/headphone/model',