mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(GIF助手): 开屏广告 (#219)
* feat(GIF助手) * chore: 移除注释 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
20
src/apps/com.didikee.gifparser.ts
Normal file
20
src/apps/com.didikee.gifparser.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.didikee.gifparser',
|
||||||
|
name: 'GIF助手',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.gif.SplashAdActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.didikee.gifparser:id/skip_view"][text^="跳过"][clickable=true]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12674390'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user