feat(通知播报助手):开屏广告 (#796)

* 添加“通知播报助手”的开屏广告跳过

* feat(通知播报助手): 开屏广告-改正格式

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
Schweik7
2023-10-10 00:28:18 +08:00
committed by GitHub
parent ab7e16822e
commit 0716da875b

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.voice.broadcastassistant',
name: '通知播报助手',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.voice.broadcastassistant.ui.activity.SplashActivity'],
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12843573',
},
],
},
],
});