mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
28
src/apps/com.shangfang.gylm.ts
Normal file
28
src/apps/com.shangfang.gylm.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.shangfang.gylm',
|
||||||
|
name: '高佣联盟',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '@[clickable=true] > [text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13643613',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '版本更新',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[id="com.shangfang.gylm:id/iv_upgrade_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13643599',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user