From 416baf7731f6f76a0e72963daa8b8ad12fa7fe90 Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Mon, 23 Sep 2024 00:29:04 -0400 Subject: [PATCH] advanced config; tooltip --- src/components/StatusArea.vue | 43 +++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/src/components/StatusArea.vue b/src/components/StatusArea.vue index 944d5ae..0402263 100644 --- a/src/components/StatusArea.vue +++ b/src/components/StatusArea.vue @@ -1,7 +1,7 @@ @@ -33,11 +34,31 @@ const titleMap = { :loading="loading" :options="options" /> - + + + {{ titleMap.im }} + - - - + + + {{ titleMap.global }} + + + + {{ titleMap.theme }} + + + + {{ titleMap.advanced }} + +