mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
38
src/apps/zhongxinjiantou.szkingdom.android.newphone.ts
Normal file
38
src/apps/zhongxinjiantou.szkingdom.android.newphone.ts
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'zhongxinjiantou.szkingdom.android.newphone',
|
||||||
|
name: '蜻蜓点金',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
desc: '点击跳过',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds:
|
||||||
|
'kds.szkingdom.modeinit.android.init.activity.ZXJTInitActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="zhongxinjiantou.szkingdom.android.newphone:id/kds_advertise_btn_timmer"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12924454',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '通知权限',
|
||||||
|
desc: '点击放弃通知',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.szkingdom.android.phone.ZXJTUserMainActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="zhongxinjiantou.szkingdom.android.newphone:id/tv_notify_confirm_off"][text="放弃通知"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12924466',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user