From cca5563966656b7d258a31b4ccae1b2e68620c0f Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Tue, 27 Feb 2024 19:57:25 +0800 Subject: [PATCH] wip --- layouts/default.vue | 41 +++++++++++++++++-- nuxt.config.ts | 2 +- pages/aigc/drawing/components/OptionBlock.vue | 4 +- pages/aigc/drawing/index.vue | 16 +++++--- 4 files changed, 51 insertions(+), 12 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 28652e3..c55822e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -30,8 +30,22 @@ const links = [ } ] +const items = [ + [{ + label: 'support@fenshenzhike.com', + slot: 'account', + disabled: true + }], [{ + label: '账号资料', + icon: 'i-tabler-user-circle' + }], [{ + label: '注销登录', + icon: 'i-tabler-logout' + }] +] + const open_login_modal = () => { - modal.open(ModalAuthentication, {}) + modal.open(ModalAuthentication) } @@ -56,7 +70,27 @@ const open_login_modal = () => { /> - + + + + + + + @@ -79,9 +113,10 @@ body {