We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近在使用状态栏歌词的时候发现每个歌曲开头总会有一些没用的信息
这些信息极度影响使用体验
于是写了一个正则用于屏蔽歌词中的无用部分
使用前
使用后
源文件请前往阿里云盘
打开状态栏歌词
进入歌词页
下滑找到正则表达式屏蔽
复制这个正则输入,点确定
^([^:]*):.*$|^([^:]*):.*$|^([^翻唱]*)翻唱.*$|^([^许可]*)许可.*$|^([^音乐人]*)音乐人.*$|^([^国风]*)国风.*$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近在使用状态栏歌词的时候发现每个歌曲开头总会有一些没用的信息
这些信息极度影响使用体验
于是写了一个正则用于屏蔽歌词中的无用部分
效果如图
使用前
使用后
源文件请前往阿里云盘
使用方法
打开状态栏歌词
进入歌词页
下滑找到正则表达式屏蔽
复制这个正则输入,点确定
The text was updated successfully, but these errors were encountered: