feat: 将/support/faq界面迁移至Directus

- 路由界面脚本修改
- 视图模型相关定义
This commit is contained in:
2025-10-18 16:24:45 +08:00
parent f53b86cbb6
commit 46e79f0b5c
6 changed files with 186 additions and 55 deletions

View File

@ -4,3 +4,4 @@ export * from './useProductList';
export * from './useProduct';
export * from './useSolutionList';
export * from './useSolution';
export * from './useQuestionList';