feat(虎牙直播): root提示 (#2801)

close #2763
This commit is contained in:
jiuqianyuan 2023-12-05 20:26:21 +08:00 committed by GitHub
parent f2d11451cb
commit 6b566ed5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,5 +90,17 @@ export default defineAppConfig({
},
],
},
{
enable: false,
key: 5,
name: 'root提示',
desc: '您的设备已经被ROOT',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="您的设备已经被ROOT"] + LinearLayout [text="确认"]',
snapshotUrls: 'https://i.gkd.li/import/13536744',
},
],
});