🔧 feat: 更新依赖版本 修复类型错误 优化首页推荐样式

This commit is contained in:
alger
2025-03-20 01:07:39 +08:00
parent e355341596
commit 650e4ff786
17 changed files with 196 additions and 538 deletions
-4
View File
@@ -544,10 +544,6 @@ watch(showControls, (newValue) => {
});
const isMobile = computed(() => false); // TODO: 从 settings store 获取
const handlePlay = () => {
playerStore.setIsPlay(true);
};
</script>
<style scoped lang="scss">