mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
23 lines
549 B
TypeScript
23 lines
549 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.flyersoft.seekbooks',
|
|
name: '搜书大师',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
activityIds: ['com.flyersoft.seekbooks.ActivityMain'],
|
|
rules: [
|
|
{
|
|
matches:
|
|
'[id="com.flyersoft.seekbooks:id/splash_container1"] >5 [text^="跳过"][text.length<=3]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12857275',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|