From ecbf7ee6d14df8471ee118ddc868c0f943a5b740 Mon Sep 17 00:00:00 2001 From: bread <136384195+bbbreaddd@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:51:32 -0800 Subject: [PATCH] Base64 Dialog (#4751) * Base64 Dialog * fix light mode with base64 dialog * improve ui * add to dialog message --- docs/.vitepress/theme/Layout.vue | 38 ++++++++- .../theme/components/Base64Dialog.vue | 83 +++++++++++++++++++ 2 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 docs/.vitepress/theme/components/Base64Dialog.vue diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue index 17b8bbe56..8c4786b71 100644 --- a/docs/.vitepress/theme/Layout.vue +++ b/docs/.vitepress/theme/Layout.vue @@ -1,8 +1,10 @@ +