🔥 添加自定义后缀

This commit is contained in:
7836246
2024-03-18 00:19:08 +08:00
parent 168013cb27
commit 4c6250b1f9
10 changed files with 208 additions and 10 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import {SupportedTLDs} from "~/utils/domain";
const domainStore = useDomainStore();
const SupportedTLDs = new Set(Object.keys(domainStore.SupportedTLDs));
const isOpen = ref(false)
const {t} = useI18n()
</script>