mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(通知播报助手):开屏广告 (#796)
* 添加“通知播报助手”的开屏广告跳过 * feat(通知播报助手): 开屏广告-改正格式 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
19
src/apps/com.voice.broadcastassistant.ts
Normal file
19
src/apps/com.voice.broadcastassistant.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user