From 631bc65c700c284dd8ca7a1c4ea1f5acff1783cc Mon Sep 17 00:00:00 2001 From: valere Date: Sat, 20 Sep 2025 21:39:56 +0200 Subject: [PATCH] studio v1.1 --- app/error.vue | 109 ++++--------------------------------------- app/pages/index.vue | 9 ++++ app/pages/studio.vue | 1 + 3 files changed, 19 insertions(+), 100 deletions(-) create mode 100644 app/pages/index.vue diff --git a/app/error.vue b/app/error.vue index 1675ebb..eb673c3 100644 --- a/app/error.vue +++ b/app/error.vue @@ -1,3 +1,12 @@ + + - - - - \ No newline at end of file diff --git a/app/pages/index.vue b/app/pages/index.vue new file mode 100644 index 0000000..8b8a27b --- /dev/null +++ b/app/pages/index.vue @@ -0,0 +1,9 @@ + diff --git a/app/pages/studio.vue b/app/pages/studio.vue index 622e1df..928e2de 100644 --- a/app/pages/studio.vue +++ b/app/pages/studio.vue @@ -51,6 +51,7 @@ const compilation = ref({ description: 'Zero is for manifesto', color1: '#ffffff', color2: '#48959d', + color3: '#00ff00', }) const poser = { x: 76, y: 0, z: 150 }