diff --git a/app/components/AppBackground.vue b/app/components/AppBackground.vue index dee024d..abe788f 100644 --- a/app/components/AppBackground.vue +++ b/app/components/AppBackground.vue @@ -1,28 +1,28 @@ diff --git a/types/index.ts b/types/index.ts index 3b751e0..a3cb29a 100644 --- a/types/index.ts +++ b/types/index.ts @@ -172,10 +172,11 @@ interface Nav { target?: string } -interface NavColor { +export interface NavColor { color: string x: number y: number + radius: number } interface NavColorGroup { @@ -233,16 +234,32 @@ export const navs: Array