mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
43 lines
1.0 KiB
TypeScript
43 lines
1.0 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'bubei.tingshu',
|
|
name: '懒人听书',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13348703',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '悬浮广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '播放列表-右侧悬浮广告',
|
|
quickFind: true,
|
|
activityIds:
|
|
'bubei.tingshu.listen.book.detail.activity.DetailActivity',
|
|
matches: '[id="bubei.tingshu:id/closeIcon"][desc="关闭"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13348489',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '更新弹窗',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[text="发现新版本"] +2 * > [text="暂不升级"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13545953',
|
|
},
|
|
],
|
|
});
|