mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(CTM Buddy): 开屏、弹窗和底部横幅 (#2121)
* feat(CTM Buddy): 开屏、弹窗和底部横幅 * feat(CTM Buddy): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
34
src/apps/com.ctm.ts
Normal file
34
src/apps/com.ctm.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.ctm',
|
||||
name: 'CTM Buddy',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id="com.ctm:id/tv_skip_adv"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13350472',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '浮窗广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ctm.home.page.MainActivity',
|
||||
rules: '[id="com.ctm:id/iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13350575',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '底部横幅广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ctm.home.page.MainActivity',
|
||||
rules: '[id="com.ctm:id/btn_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13350612',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user