官网内容管理-后端接口开发

This commit is contained in:
eafonyang
2026-07-30 17:33:08 +08:00
parent b1c88fc5e6
commit e71d18b331
34 changed files with 4246 additions and 0 deletions
+23
View File
@@ -8,6 +8,18 @@ import otaTargetDeviceRouter from './otaTargetDevice.js';
import shareCodeLogsRouter from './shareCodeLogs.js';
import usersRouter from './users.js';
import dashboardRouter from './dashboard.js';
import {
wwwGlobalRouter,
wwwNavRouter,
wwwSectionsRouter,
wwwPageRouter,
wwwProductsRouter,
wwwNewsRouter,
wwwMediaRouter,
wwwI18nRouter,
wwwContactRouter,
wwwPageSeoRouter,
} from './www/index.js';
const routes: Router[] = [
authRouter,
@@ -19,6 +31,17 @@ const routes: Router[] = [
shareCodeLogsRouter,
usersRouter,
dashboardRouter,
// 官网 CMS
wwwGlobalRouter,
wwwNavRouter,
wwwSectionsRouter,
wwwPageRouter,
wwwProductsRouter,
wwwNewsRouter,
wwwMediaRouter,
wwwI18nRouter,
wwwContactRouter,
wwwPageSeoRouter,
];
export default routes;