diff --git a/dashboard/src/components/config/AstrBotCoreConfigWrapper.vue b/dashboard/src/components/config/AstrBotCoreConfigWrapper.vue index 481e7626a..bf06b5c95 100644 --- a/dashboard/src/components/config/AstrBotCoreConfigWrapper.vue +++ b/dashboard/src/components/config/AstrBotCoreConfigWrapper.vue @@ -4,7 +4,7 @@ v-model="tab" :direction="$vuetify.display.mobile ? 'horizontal' : 'vertical'" :align-tabs="$vuetify.display.mobile ? 'left' : 'start'" - color="deep-purple-accent-4" + color="primary" class="config-tabs" > + {{ translateIfKey(metadata[metadataKey]?.description) }} @@ -238,7 +232,7 @@ function getSpecialSubtype(value) { metadata[metadataKey]?.obvious_hint && metadata[metadataKey]?.hint " class="important-hint" - >‼️⚠️ @@ -399,34 +393,68 @@ function getSpecialSubtype(value) {