feat(京东金融): 开屏广告 (#1263)

* Create com.jd.jrapp.ts

* chore(actions): check_format_lint

* feat(京东金融): 开屏广告-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <i@songe.li>

close #1261
This commit is contained in:
walklty 2023-10-21 23:22:22 +08:00 committed by GitHub
parent 856956c0f6
commit 2d2616adca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
src/apps/com.jd.jrapp.ts Normal file
View File

@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jd.jrapp',
name: '京东金融',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
activityIds: 'com.jd.jrapp.bm.mainbox.main.MainActivity',
rules: [
{
matches: '[id="com.jd.jrapp:id/btn_jump"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13054174',
},
],
},
],
});