🚩 网站设置功能完成

This commit is contained in:
7836246
2024-03-03 18:29:15 +08:00
parent 263ad0a4df
commit c29c6790a1
12 changed files with 313 additions and 8 deletions
+4 -1
View File
@@ -1,5 +1,6 @@
<script setup lang="ts">
const timeStore = useTimeStore()
const settingsStore = useSettingsStore()
const emit = defineEmits(['action'])
const handleActionFromDnsList = (urlParam:string) => {
@@ -17,7 +18,9 @@ const {t} = useI18n()
<CommonDomainList />
</UTooltip>
<UTooltip :text="t('popper.history')" :popper="{ placement: 'top' }">
<UTooltip
v-if="settingsStore.getHistory"
:text="t('popper.history')" :popper="{ placement: 'top' }">
<CommonHistory />
</UTooltip>