mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
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:
parent
856956c0f6
commit
2d2616adca
21
src/apps/com.jd.jrapp.ts
Normal file
21
src/apps/com.jd.jrapp.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user