feat(vivo应用商店): 开屏广告 (#835)

* feat(vivo应用商店)

- 开屏广告

* chore(actions): check_format_lint

* feat(vivo应用商店): 开屏广告-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
jiuqianyuan 2023-10-10 00:38:35 +08:00 committed by GitHub
parent edd9565766
commit 85ef42f747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.bbk.appstore',
name: 'vivo应用商店',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
activityIds: ['com.bbk.appstore.ui.AppStore'],
rules:
'[id="com.bbk.appstore:id/launch_activity_root_layout"] >6 [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12847395',
},
],
});