新增耳机阻抗

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
+2
View File
@@ -22,6 +22,7 @@ declare module "@elegant-router/types" {
"500": "/500";
"headphone": "/headphone";
"headphone_brand": "/headphone/brand";
"headphone_impedance": "/headphone/impedance";
"headphone_model": "/headphone/model";
"home": "/home";
"iframe-page": "/iframe-page/:url";
@@ -130,6 +131,7 @@ declare module "@elegant-router/types" {
| "iframe-page"
| "login"
| "headphone_brand"
| "headphone_impedance"
| "headphone_model"
| "home"
| "meilisearch"