feat(fiil+): 开屏广告 (#1341)

* 添加fiil+规则

* 修改格式

* feat(fiil+): 开屏广告

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
Nebulafalls
2023-10-24 01:05:01 +08:00
committed by GitHub
parent ed990af31b
commit d0dff74a2e

View 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',
},
],
},
],
});