mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +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:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user