mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(搜书大师): 开屏广告 (#886)
* Create com.flyersoft.seekbooks.ts * feat(搜书大师): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
22
src/apps/com.flyersoft.seekbooks.ts
Normal file
22
src/apps/com.flyersoft.seekbooks.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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://gkd-kit.gitee.io/import/12857275',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user