-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/components/MyInfo.vue b/src/components/MyInfo.vue
new file mode 100644
index 0000000..58d9441
--- /dev/null
+++ b/src/components/MyInfo.vue
@@ -0,0 +1,138 @@
+
+
+
+ {{ $t('Home.creditsNum', { num: 6000 }) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.ts b/src/router/index.ts
index 4a4cf55..0a10198 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -56,12 +56,6 @@ const router = createRouter({
name: 'mainInput',
component: () => import('../views/home/mainInput.vue')
},
- {
- path: 'canvas',
- name: 'canvas',
- component: () => import('../views/canvas/index.vue'),
- meta: { topNavStyle: '2' }
- },
{
path: 'agent',
name: 'agent',
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index bd9b8aa..a8b7f57 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -16,6 +16,7 @@