mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
38 lines
956 B
TypeScript
38 lines
956 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tima.carnet.m.main',
|
|
name: '钛马星',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
|
snapshotUrls: [
|
|
'https://gkd-kit.gitee.io/import/22029832/5aa3f016-d33c-4821-91bd-f23235b04ad3',
|
|
'https://gkd-kit.gitee.io/import/12594568',
|
|
'https://gkd-kit.gitee.io/import/12594574',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '每日弹窗广告',
|
|
activityIds: [
|
|
'com.tima.carnet.m.main.lib.common.dialog.TimaLoadingDialog',
|
|
],
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'CheckBox[id$="today_will_not_shown"] + ImageButton[clickable=true]',
|
|
],
|
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12654432'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|