Initial commit

This commit is contained in:
libertyspy
2026-02-08 15:38:50 +08:00
parent b67f493678
commit 015030d650
27 changed files with 1496 additions and 35 deletions

View File

@@ -8,7 +8,7 @@
*/
import { type RouteRecordRaw } from 'vue-router';
import { routers } from '@/views/ai/router';
import { routers } from '@/views/behaviour/router';
export const routes: RouteRecordRaw[] = [
...routers,