mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix: 修正不规范的规则
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/import/12472598',
|
||||
rules: [
|
||||
'[text="开启青少年模式"] + [text=\'我知道了\']', // 1686970236642
|
||||
'[text="开启青少年模式"] + [text="我知道了"]', // 1686970236642
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ export default defineAppConfig({
|
||||
name: '软件包安装程序',
|
||||
groups: [
|
||||
{
|
||||
// 由于该软件包安装程序存在更新、安装重叠的情况,且安装\更新后和重叠时activityid都不同,
|
||||
// 由于该软件包安装程序存在更新、安装重叠的情况,且安装/更新后和重叠时activityid都不同,
|
||||
// 尚不明确安装、更新、重叠三种情况混合时的activityid,故去掉activityIds字段
|
||||
key: 1,
|
||||
name: '功能类-自动安装/更新软件',
|
||||
|
||||
@@ -11,7 +11,7 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
activityIds: ['pansong291.xposed.quickenergy.ui.MainActivity'],
|
||||
matches: ['[id=\'android:id/button2\']'],
|
||||
matches: ['[id="android:id/button2"]'],
|
||||
snapshotUrls: ['https://i.gkd.li/import/13445477'],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user