mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
31 lines
740 B
TypeScript
31 lines
740 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.flyersoft.seekbooks',
|
|
name: '搜书大师',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[text^="跳过"][text.length<=3]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12857275',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13797352',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|