add 'pinky' template

This commit is contained in:
2023-10-27 14:31:25 +08:00
parent a733ca8ae7
commit 558c9a047e
20 changed files with 559 additions and 258 deletions

View File

@@ -8,6 +8,7 @@ const accountInfo = useAccount()
defineProps<{
userInfo: UserInfo | undefined
biliInfo: any | undefined
currentData: SongsInfo[] | undefined
}>()
</script>