mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-07 16:46:50 +08:00
feat: 移除 auto-import
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { getVersion } from '@tauri-apps/api/app'
|
||||
import { ref, onMounted } from 'vue'
|
||||
import icon from '../../src-tauri/icons/128x128.png'
|
||||
import { NA, NDialog, NModal } from 'naive-ui'
|
||||
|
||||
const showing = defineModel<boolean>('showing', { required: true })
|
||||
const version = ref('')
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
<script setup lang="tsx">
|
||||
import { LogEvent, LogLevel, events, commands } from '../bindings.ts'
|
||||
import { useNotification } from 'naive-ui'
|
||||
import {
|
||||
NButton,
|
||||
NCheckbox,
|
||||
NConfigProvider,
|
||||
NDialog,
|
||||
NInput,
|
||||
NInputGroup,
|
||||
NModal,
|
||||
NSelect,
|
||||
NVirtualList,
|
||||
useNotification,
|
||||
} from 'naive-ui'
|
||||
import { onMounted, ref, watch, computed } from 'vue'
|
||||
import { appDataDir } from '@tauri-apps/api/path'
|
||||
import { path } from '@tauri-apps/api'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { commands, QrcodeData, QrcodeStatus } from '../bindings.ts'
|
||||
import { ref, watch } from 'vue'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import { NDialog, NModal, NQrCode, NTabPane, NTabs, useMessage } from 'naive-ui'
|
||||
import { useStore } from '../store.ts'
|
||||
import icon from '../../src-tauri/icons/128x128.png'
|
||||
import FloatLabelInput from '../components/FloatLabelInput.vue'
|
||||
|
||||
@@ -8,7 +8,7 @@ import DownloadSettings from './components/DownloadSettings.vue'
|
||||
import FmtSettings from './components/FmtSettings.vue'
|
||||
import NetworkSettings from './components/NetworkSettings.vue'
|
||||
import AssDanmakuSettings from './components/AssDanmakuSettings.vue'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import { NButton, NDialog, NModal, NTabPane, NTabs, useMessage } from 'naive-ui'
|
||||
|
||||
const store = useStore()
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { useStore } from '../../../store.ts'
|
||||
import { NTooltip, NInputGroupLabel, NCheckbox, NInputNumber, NInput, NInputGroup } from 'naive-ui'
|
||||
|
||||
const store = useStore()
|
||||
</script>
|
||||
|
||||
@@ -3,6 +3,7 @@ import { useStore } from '../../../store.ts'
|
||||
import { VueDraggable } from 'vue-draggable-plus'
|
||||
import ColorfulTag from '../../../components/ColorfulTag.vue'
|
||||
import { getVideoQualityName, getAudioQualityName, getCodecTypeName } from '../../../utils.tsx'
|
||||
import { NTooltip, NCheckbox, NRadioGroup, NRadioButton } from 'naive-ui'
|
||||
|
||||
const store = useStore()
|
||||
</script>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup lang="tsx">
|
||||
import { ref } from 'vue'
|
||||
import { useStore } from '../../../store.ts'
|
||||
import { NPopover } from 'naive-ui'
|
||||
import { NA, NConfigProvider, NInput, NPopover, NTooltip } from 'naive-ui'
|
||||
|
||||
const store = useStore()
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
import { useStore } from '../../../store.ts'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import {
|
||||
NInput,
|
||||
NInputGroup,
|
||||
NInputGroupLabel,
|
||||
NInputNumber,
|
||||
NRadioButton,
|
||||
NRadioGroup,
|
||||
NTooltip,
|
||||
useMessage,
|
||||
} from 'naive-ui'
|
||||
import { ref } from 'vue'
|
||||
|
||||
const message = useMessage()
|
||||
|
||||
Reference in New Issue
Block a user