mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(fiil+): 开屏广告 (#1341)
* 添加fiil+规则 * 修改格式 * feat(fiil+): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
19
src/apps/com.fengeek.f002.ts
Normal file
19
src/apps/com.fengeek.f002.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.fengeek.f002',
|
||||
name: 'fiil+',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.fengeek.f002.WelcomeActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.fengeek.f002:id/we_img_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13068924',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user