feat(芝麻粒): 开屏弹窗跳过 (#2424)

This commit is contained in:
WuNai
2023-11-24 00:01:27 +08:00
committed by GitHub
parent 1cfd34939e
commit 1ab8e7abbd

View 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'],
},
],
},
],
});