Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

不显示歌词 #335

Description

@NikoYomi

站点链接

https://test.snty.de/

问题描述

不显示歌词

补充信息

src/store/index.js设置如下
export const mainStore = defineStore("main", { state: () => { return { imgLoadStatus: false, // 壁纸加载状态 innerWidth: null, // 当前窗口宽度 coverType: "0", // 壁纸种类 siteStartShow: false, // 建站日期显示 musicClick: false, // 音乐链接是否跳转 musicIsOk: true, // 音乐是否加载完成 musicVolume: 0, // 音乐音量; musicOpenState: true, // 音乐面板开启状态 backgroundShow: false, // 壁纸展示状态 boxOpenState: false, // 盒子开启状态 mobileOpenState: false, // 移动端开启状态 mobileFuncState: false, // 移动端功能区开启状态 setOpenState: false, // 设置页面开启状态 playerState: true, // 当前播放状态 playerTitle: null, // 当前播放歌曲名 playerArtist: null, // 当前播放歌手名 playerLrc: "歌词加载中", // 当前播放歌词 playerLrcShow: true, // 是否显示底栏歌词 footerBlur: true, // 底栏模糊 playerAutoplay: false, // 是否自动播放 playerLoop: "all", // 循环播放 "all", "one", "none" playerOrder: "list", // 循环顺序 "list", "random" }; },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug这有一只虫子

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions