mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
Squashed commit of the following:
commit 10d89bb8917541a6e8d129c27b4139ee2acbec62
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jan 17 06:33:58 2024 +0000
chore(actions): check_format_lint
commit 03a1b4f25ab312789791b6b9a9b4dd826a6f676c
Author: aisouler <zy43220@gmail.com>
Date: Wed Jan 17 14:33:19 2024 +0800
feat(车旺大卡):全屏广告-广告弹窗
This commit is contained in:
35
src/apps/com.vehicles.activities.ts
Normal file
35
src/apps/com.vehicles.activities.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.vehicles.activities',
|
||||
name: '车旺大卡',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-广告弹窗',
|
||||
rules: [
|
||||
{
|
||||
name: '卡片弹窗',
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.sinoiov.cwza.discovery.activity.SpyDetailFragmentActivity',
|
||||
'com.vehicles.activities.activity.MainActivity',
|
||||
'com.sinoiov.cwza.discovery.activity.TrackDetailActivity',
|
||||
],
|
||||
matches: '[id*="iv_close" || id*="iv_cancle"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13952578',
|
||||
'https://i.gkd.li/import/13952509',
|
||||
'https://i.gkd.li/import/13952532',
|
||||
],
|
||||
},
|
||||
{
|
||||
activityIds:
|
||||
'com.sinoiov.cwza.discovery.activity.DrivingDynamicsActivity',
|
||||
matches: '[id="android:id/content"] >5 ImageView[visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13952519',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user