mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(广发银行): 开屏广告 (#1478)
* feat(广发银行):开屏广告 广发银行,开屏广告跳过 * 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 #1472
This commit is contained in:
17
src/apps/com.cgbchina.xpt.ts
Normal file
17
src/apps/com.cgbchina.xpt.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.cgbchina.xpt',
|
||||||
|
name: '广发银行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds:
|
||||||
|
'com.cgb.mobilebank.sit.launcher.module.main.activity.IndexActivity_',
|
||||||
|
rules: '[text^="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13189690'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user