[O] Cleanup
This commit is contained in:
+2
-1
@@ -23,4 +23,5 @@ vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
data/
|
||||
|
||||
public/assets/fonts/cache
|
||||
public/assets/fonts/cache
|
||||
.idea
|
||||
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { NeteaseSongBrief } from "../shared/songs";
|
||||
import type { NeteaseSongBrief } from "../shared/types";
|
||||
|
||||
let { info }: { info: NeteaseSongBrief } = $props();
|
||||
</script>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
import { Icon } from "m3-svelte";
|
||||
import IconButton from "../IconButton.svelte";
|
||||
|
||||
let { title, account, settings }: {
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
import { lyric, playlist_detail, song_detail } from '@neteasecloudmusicapienhanced/api'
|
||||
|
||||
// https://music.163.com/song?id=642871&uct2=U2FsdGVkX19dE/dGqyg30J6dS3aqWznh2Wz9nKoJsKo=
|
||||
// https://music.163.com/song?id=25723366&uct2=U2FsdGVkX189IV8TRFkOqe8Lqq5vi0s+eKgNFfBRseg=
|
||||
console.log(await lyric({ id: 25723366 }));
|
||||
// https://music.163.com/playlist?id=580208139&uct2=U2FsdGVkX18XZab9ViJlHmG5DvPGxTWZXnw6yLwig/w=
|
||||
// const pl = (await playlist_detail({ id: 580208139 })).body as any
|
||||
// console.log(pl.playlist.tracks)
|
||||
|
||||
// const detail = await song_detail({ ids: "25723366" })
|
||||
// console.log(detail.body.songs[0])
|
||||
Reference in New Issue
Block a user