zhangrong

Results 3 issues of zhangrong

Install tips: git clone https://github.com/protobuf-c/protobuf-c apt install –y a utoconf automake libtool protobuf-compiler python3.5-dev ./autogen.sh && ./configure && make && make install and langid.c: make all use for file: cat...

### 解决方案检查 - [x] 我已阅读 [常见问题](https://lyswhut.github.io/lx-music-doc/desktop/faq),但没有找到解决方案。 - [x] 我已搜索 [Issue 列表](https://github.com/lyswhut/lx-music-desktop/issues?q=is%3Aissue+),但没有发现类似的问题。 ### 问题描述 当前EQ的调节总共有10个频段 但是比较喜欢的powerAMP中频段是15,甚至可以自定义21或者更多 我很久前修改过一个版本,截图如下: ![Image](https://github.com/user-attachments/assets/f243622f-5a28-4f9d-9791-a17ef2fe926a) 希望官方能开发这个功能,更多的频段,对于各种耳机、多个场合的调节效果适应性会更好 谢谢 ### 描述你想要的解决方案 1.简单点,希望增加到15个频段 2.高阶功能:希望能像powerAMP选择更多频段,或自定义频段 ### 描述你考虑过的替代方案 _No response_ ### 附加信息 _No...

现在的css里面主要是配色的,里面的图标可以选择大中小,还不够细致 右侧的快捷键比较多,我按行显示,就需要调整下行间距 如何在以下css中添加配置? ``` /* // right */ --right-color-bg: #F1F6F6; --right-item-color: #5E5E5E; --right-item-color-hover: #5E5E5E; --right-item-color-active: #5E5E5E; --right-item-color-border: transparent; --right-item-color-border-hover: #dfe4ec; --right-item-color-border-active: #DBDFE6; --right-item-color-bg: transparent; --right-item-color-bg-hover: #dfe4ec; --right-item-color-bg-active: #DBDFE6; ```