feat: 添加eslint 和 桌面歌词(未完成)

This commit is contained in:
alger
2024-05-16 18:54:30 +08:00
parent 5e8676a039
commit a9e5bb33e4
65 changed files with 2724 additions and 2320 deletions
+6 -6
View File
@@ -5,20 +5,20 @@
</template>
<script setup lang="ts">
const props = defineProps({
defineProps({
lrcList: {
type: Array,
default: () => []
default: () => [],
},
lrcIndex: {
type: Number,
default: 0
default: 0,
},
lrcTime: {
type: Number,
default: 0
default: 0,
},
})
});
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss"></style>