fix: 移除未使用的 props 变量声明
All checks were successful
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 1m15s
构建扩展程序 / 构建 Firefox 附加组件 (push) Successful in 1m30s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Successful in 57s
构建扩展程序 / 发布至 Edge 附加组件商店 (push) Successful in 1m49s
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Successful in 1m59s

修复 TypeScript 编译错误 TS6133

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Astrian Zheng 2025-06-06 10:37:34 +10:00
parent fdd45f2c85
commit 38f37bba08
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -9,7 +9,7 @@ const favourites = useFavourites()
const hover = ref(false)
const props = defineProps<{
defineProps<{
item: QueueItem
index: number
}>()