mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
34 lines
825 B
TypeScript
34 lines
825 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.nowcoder.app.florida',
|
|
name: '牛客',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13855443',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/14819443',
|
|
'https://i.gkd.li/i/14845692',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|