mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
* 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
22 lines
481 B
TypeScript
22 lines
481 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|