mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
fix: Folder name
This commit is contained in:
62
components.d.ts
vendored
62
components.d.ts
vendored
@@ -7,20 +7,20 @@ export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AddPlaylist: typeof import('./src/components/Modal/addPlaylist.vue')['default']
|
||||
CommentList: typeof import('./src/components/List/commentList.vue')['default']
|
||||
CountDown: typeof import('./src/components/Player/countDown.vue')['default']
|
||||
CoverDropdown: typeof import('./src/components/Cover/coverDropdown.vue')['default']
|
||||
CreatePlaylist: typeof import('./src/components/Modal/createPlaylist.vue')['default']
|
||||
DownloadSong: typeof import('./src/components/Modal/downloadSong.vue')['default']
|
||||
FullPlayer: typeof import('./src/components/Player/fullPlayer.vue')['default']
|
||||
Login: typeof import('./src/components/Modal/login.vue')['default']
|
||||
LoginQRCode: typeof import('./src/components/Modal/loginQRCode.vue')['default']
|
||||
Lyric: typeof import('./src/components/Player/lyric.vue')['default']
|
||||
MainControl: typeof import('./src/components/Player/mainControl.vue')['default']
|
||||
MainCover: typeof import('./src/components/Cover/mainCover.vue')['default']
|
||||
MainNav: typeof import('./src/components/Nav/mainNav.vue')['default']
|
||||
Menu: typeof import('./src/components/Global/menu.vue')['default']
|
||||
AddPlaylist: typeof import('./src/components/Modal/AddPlaylist.vue')['default']
|
||||
CommentList: typeof import('./src/components/List/CommentList.vue')['default']
|
||||
CountDown: typeof import('./src/components/Player/CountDown.vue')['default']
|
||||
CoverDropdown: typeof import('./src/components/Cover/CoverDropdown.vue')['default']
|
||||
CreatePlaylist: typeof import('./src/components/Modal/CreatePlaylist.vue')['default']
|
||||
DownloadSong: typeof import('./src/components/Modal/DownloadSong.vue')['default']
|
||||
FullPlayer: typeof import('./src/components/Player/FullPlayer.vue')['default']
|
||||
Login: typeof import('./src/components/Modal/Login.vue')['default']
|
||||
LoginQRCode: typeof import('./src/components/Modal/LoginQRCode.vue')['default']
|
||||
Lyric: typeof import('./src/components/Player/Lyric.vue')['default']
|
||||
MainControl: typeof import('./src/components/Player/MainControl.vue')['default']
|
||||
MainCover: typeof import('./src/components/Cover/MainCover.vue')['default']
|
||||
MainNav: typeof import('./src/components/Nav/MainNav.vue')['default']
|
||||
Menu: typeof import('./src/components/Global/Menu.vue')['default']
|
||||
NAlert: typeof import('naive-ui')['NAlert']
|
||||
NAvatar: typeof import('naive-ui')['NAvatar']
|
||||
NBackTop: typeof import('naive-ui')['NBackTop']
|
||||
@@ -76,24 +76,24 @@ declare module 'vue' {
|
||||
NTag: typeof import('naive-ui')['NTag']
|
||||
NText: typeof import('naive-ui')['NText']
|
||||
NThing: typeof import('naive-ui')['NThing']
|
||||
Pagination: typeof import('./src/components/Global/pagination.vue')['default']
|
||||
PlayerControl: typeof import('./src/components/Player/playerControl.vue')['default']
|
||||
Playlist: typeof import('./src/components/Global/playlist.vue')['default']
|
||||
PlaylistUpdate: typeof import('./src/components/Modal/playlistUpdate.vue')['default']
|
||||
PrivateFm: typeof import('./src/components/Player/privateFm.vue')['default']
|
||||
Provider: typeof import('./src/components/Global/provider.vue')['default']
|
||||
Pagination: typeof import('./src/components/Global/Pagination.vue')['default']
|
||||
PlayerControl: typeof import('./src/components/Player/PlayerControl.vue')['default']
|
||||
Playlist: typeof import('./src/components/Global/Playlist.vue')['default']
|
||||
PlaylistUpdate: typeof import('./src/components/Modal/PlaylistUpdate.vue')['default']
|
||||
PrivateFm: typeof import('./src/components/Player/PrivateFm.vue')['default']
|
||||
Provider: typeof import('./src/components/Global/Provider.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SearchHot: typeof import('./src/components/Search/searchHot.vue')['default']
|
||||
SearchInp: typeof import('./src/components/Search/searchInp.vue')['default']
|
||||
SearchSuggestions: typeof import('./src/components/Search/searchSuggestions.vue')['default']
|
||||
SongList: typeof import('./src/components/List/songList.vue')['default']
|
||||
SongListDropdown: typeof import('./src/components/List/songListDropdown.vue')['default']
|
||||
SpecialCover: typeof import('./src/components/Cover/specialCover.vue')['default']
|
||||
SpecialCoverCard: typeof import('./src/components/Cover/specialCoverCard.vue')['default']
|
||||
SvgIcon: typeof import('./src/components/Global/svgIcon.vue')['default']
|
||||
TitleBar: typeof import('./src/components/WinDom/titleBar.vue')['default']
|
||||
UpCloudSong: typeof import('./src/components/Modal/upCloudSong.vue')['default']
|
||||
UserData: typeof import('./src/components/Nav/userData.vue')['default']
|
||||
SearchHot: typeof import('./src/components/Search/SearchHot.vue')['default']
|
||||
SearchInp: typeof import('./src/components/Search/SearchInp.vue')['default']
|
||||
SearchSuggestions: typeof import('./src/components/Search/SearchSuggestions.vue')['default']
|
||||
SongList: typeof import('./src/components/List/SongList.vue')['default']
|
||||
SongListDropdown: typeof import('./src/components/List/SongListDropdown.vue')['default']
|
||||
SpecialCover: typeof import('./src/components/Cover/SpecialCover.vue')['default']
|
||||
SpecialCoverCard: typeof import('./src/components/Cover/SpecialCoverCard.vue')['default']
|
||||
SvgIcon: typeof import('./src/components/Global/SvgIcon.vue')['default']
|
||||
TitleBar: typeof import('./src/components/WinDom/TitleBar.vue')['default']
|
||||
UpCloudSong: typeof import('./src/components/Modal/UpCloudSong.vue')['default']
|
||||
UserData: typeof import('./src/components/Nav/UserData.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
import { NIcon } from "naive-ui";
|
||||
import { copyData } from "@/utils/helper";
|
||||
import { siteData } from "@/stores";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const data = siteData();
|
||||
|
||||
@@ -30,7 +30,7 @@ import { isLogin } from "@/utils/auth";
|
||||
import { fadePlayOrPause, initPlayer } from "@/utils/Player";
|
||||
import formatData from "@/utils/formatData";
|
||||
import debounce from "@/utils/debounce";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const router = useRouter();
|
||||
const data = siteData();
|
||||
@@ -58,7 +58,7 @@ import {
|
||||
soundStop,
|
||||
checkPlayer,
|
||||
} from "@/utils/Player";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const music = musicData();
|
||||
const status = siteStatus();
|
||||
@@ -27,7 +27,7 @@ import { useRouter } from "vue-router";
|
||||
import { addSongToNext } from "@/utils/Player";
|
||||
import { setCloudDel } from "@/api/cloud";
|
||||
import { addSongToPlayList } from "@/api/playlist";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const emit = defineEmits(["playSong"]);
|
||||
const router = useRouter();
|
||||
@@ -47,7 +47,7 @@ import { storeToRefs } from "pinia";
|
||||
import { useRouter } from "vue-router";
|
||||
import { NIcon, NText, NNumberAnimation, NButton } from "naive-ui";
|
||||
import { siteData, siteSettings } from "@/stores";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const data = siteData();
|
||||
const router = useRouter();
|
||||
@@ -315,7 +315,7 @@ import {
|
||||
} from "@/utils/Player";
|
||||
import { getSongPlayTime } from "@/utils/timeTools";
|
||||
import debounce from "@/utils/debounce";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
import VueSlider from "vue-slider-component";
|
||||
import "vue-slider-component/theme/default.css";
|
||||
|
||||
@@ -37,8 +37,6 @@
|
||||
<script setup>
|
||||
import { siteData, siteStatus } from "@/stores";
|
||||
import { useRouter } from "vue-router";
|
||||
import SearchHot from "@/components/search/searchHot";
|
||||
import SearchSuggestions from "@/components/search/searchSuggestions";
|
||||
|
||||
const router = useRouter();
|
||||
const status = siteStatus();
|
||||
@@ -195,7 +195,7 @@ import { fadePlayOrPause, initPlayer } from "@/utils/Player";
|
||||
import { isLogin } from "@/utils/auth";
|
||||
import debounce from "@/utils/debounce";
|
||||
import formatData from "@/utils/formatData";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const router = useRouter();
|
||||
const data = siteData();
|
||||
|
||||
@@ -229,7 +229,7 @@ import { getTimestampTime } from "@/utils/timeTools";
|
||||
import { fadePlayOrPause, initPlayer } from "@/utils/Player";
|
||||
import debounce from "@/utils/debounce";
|
||||
import formatData from "@/utils/formatData";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const router = useRouter();
|
||||
const data = siteData();
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<script setup>
|
||||
import { NIcon } from "naive-ui";
|
||||
import { musicData, siteStatus } from "@/stores";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
|
||||
const music = musicData();
|
||||
const status = siteStatus();
|
||||
|
||||
@@ -214,7 +214,7 @@ import { useRouter } from "vue-router";
|
||||
import { formatNumber } from "@/utils/helper";
|
||||
import formatData from "@/utils/formatData";
|
||||
import throttle from "@/utils/throttle";
|
||||
import SvgIcon from "@/components/global/svgIcon";
|
||||
import SvgIcon from "@/components/Global/SvgIcon";
|
||||
import Plyr from "plyr";
|
||||
import "plyr/dist/plyr.css";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user