Skip to content

Commit

Permalink
perf;增加森空岛提示框
Browse files Browse the repository at this point in the history
  • Loading branch information
EightyDollars committed Nov 14, 2023
1 parent 6f38350 commit 58c7ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/SKLand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { useConfigStore } from '@/stores/config'
const store = useConfigStore()
import { storeToRefs } from 'pinia'
import {NTag} from "naive-ui";
const { skland_enable, skland_info } = storeToRefs(store)
function add_account() {
Expand All @@ -30,6 +31,9 @@ async function test_maa() {
<template #header>
<n-checkbox v-model:checked="skland_enable">
<div class="card-title">森空岛签到</div>
<help-text>
<p>若账号密码正确但是连接失败,用手机登录查看是否需要人机验证</p>
</help-text>
</n-checkbox>
</template>
<div v-if="skland_enable">
Expand Down

0 comments on commit 58c7ebd

Please sign in to comment.