feat(QQ阅读): 开屏广告

This commit is contained in:
AIsouler
2024-04-15 19:31:35 +08:00
parent 314ff9d708
commit 86bd46124c

View File

@@ -4,6 +4,22 @@ export default defineAppConfig({
id: 'com.qq.reader', id: 'com.qq.reader',
name: 'QQ阅读', name: 'QQ阅读',
groups: [ groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: [
{
key: 0,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/14978239',
},
],
},
{ {
key: 2, key: 2,
name: '青少年模式', name: '青少年模式',