mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(芝麻粒): 开屏弹窗跳过 (#2424)
This commit is contained in:
20
src/apps/pansong291.xposed.quickenergy.repair.ts
Normal file
20
src/apps/pansong291.xposed.quickenergy.repair.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'pansong291.xposed.quickenergy.repair',
|
||||||
|
name: '芝麻粒',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
name: '开屏弹窗跳过',
|
||||||
|
key: 1,
|
||||||
|
desc: '打开app点击知道了',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: ['pansong291.xposed.quickenergy.ui.MainActivity'],
|
||||||
|
matches: ['[id=\'android:id/button2\']'],
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13445477'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user