feat: troubleshooting page
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Methapon2001 2025-04-25 15:15:37 +07:00
parent 8c9e9abc18
commit 21699b14c5
8 changed files with 97 additions and 24 deletions

View file

@ -215,6 +215,10 @@ function initMenu() {
label: 'usage',
route: '/manual',
},
{
label: 'troubleshooting',
route: '/troubleshooting',
},
],
},
];