mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
33
src/apps/bubei.tingshu.ts
Normal file
33
src/apps/bubei.tingshu.ts
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user