diff --git a/skip_config_v2.yaml b/skip_config_v2.yaml index ef1e83ed..0e893502 100644 --- a/skip_config_v2.yaml +++ b/skip_config_v2.yaml @@ -83,11 +83,20 @@ # 华为自带时钟跳过法定节假日误触 - packageName: com.android.deskclock skipTexts: - - text: 跳过 - length: 0 + - length: 0 # 小米音乐 - packageName: com.miui.player skipTexts: - text: 跳过 - length: 4 \ No newline at end of file + length: 4 + +# 华尔街见闻 +- packageName: com.wallstreetcn.news + skipIds: + - id: com.wallstreetcn.news:id/iv_jump + +# 荣耀自带时钟 +- packageName: com.hihonor.deskclock + skipTexts: + - length: 0 \ No newline at end of file