wip: dns credentials manager

This commit is contained in:
0xJacky 2023-04-13 11:07:12 +08:00
parent 0f259e4331
commit 418a53f4ad
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
39 changed files with 758 additions and 151 deletions

View file

@ -1,8 +1,5 @@
<script setup lang="ts">
import {useUserStore} from '@/pinia'
const thisYear = new Date().getFullYear()
import {LockOutlined, UserOutlined} from '@ant-design/icons-vue'
import {reactive, ref, watch} from 'vue'
import {useRoute, useRouter} from 'vue-router'
@ -12,6 +9,8 @@ import auth from '@/api/auth'
import install from '@/api/install'
import SetLanguage from '@/components/SetLanguage/SetLanguage.vue'
const thisYear = new Date().getFullYear()
const route = useRoute()
const router = useRouter()