Skip to content
New issue

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

一个用于屏蔽歌词开头信息的正则 #42

Open
xiaotian2333 opened this issue Jul 18, 2023 · 0 comments
Open

一个用于屏蔽歌词开头信息的正则 #42

xiaotian2333 opened this issue Jul 18, 2023 · 0 comments
Labels
实用工具 一些实用的小玩意 教程 各种教程

Comments

@xiaotian2333
Copy link
Owner

xiaotian2333 commented Jul 18, 2023

最近在使用状态栏歌词的时候发现每个歌曲开头总会有一些没用的信息

这些信息极度影响使用体验

于是写了一个正则用于屏蔽歌词中的无用部分

效果如图

使用前
使用前

使用后
使用后

源文件请前往阿里云盘

使用方法

  1. 打开状态栏歌词

  2. 进入歌词页

  3. 下滑找到正则表达式屏蔽

  4. 复制这个正则输入,点确定

^([^:]*):.*$|^([^:]*):.*$|^([^翻唱]*)翻唱.*$|^([^许可]*)许可.*$|^([^音乐人]*)音乐人.*$|^([^国风]*)国风.*$
  1. 重启SystemUI
@xiaotian2333 xiaotian2333 added 教程 各种教程 实用工具 一些实用的小玩意 labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
实用工具 一些实用的小玩意 教程 各种教程
Projects
None yet
Development

No branches or pull requests

1 participant