mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
34 lines
857 B
TypeScript
34 lines
857 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.bw30.zsch',
|
|
name: '四川航空',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
activityIds: [
|
|
'com.bw.zsch.home.PrivacyPolicyActivity',
|
|
'com.bw.zsch.FirstDataLoadActivity',
|
|
],
|
|
rules: 'TextView[id="com.bw30.zsch:id/timer_text"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12882959',
|
|
'https://i.gkd.li/import/12882967',
|
|
'https://i.gkd.li/import/12882991',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '升级弹窗',
|
|
quickFind: true,
|
|
enable: false,
|
|
activityIds: ['com.bw.zsch.MainActivityTab'],
|
|
rules: '[id="com.bw30.zsch:id/tv_cancel"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/13068699'],
|
|
},
|
|
],
|
|
});
|