feat(十六番旅行): 开屏广告

This commit is contained in:
AIsouler
2024-03-14 12:34:22 +08:00
parent 78087080a4
commit bbfd2ea9cd

View File

@@ -4,6 +4,26 @@ export default defineAppConfig({
id: 'com.fan.app', id: 'com.fan.app',
name: '十六番旅行', name: '十六番旅行',
groups: [ groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
exampleUrls:
'https://m.gkd.li/57941037/470c6262-62ca-45c5-908c-8435d7b0e86f',
snapshotUrls: [
'https://i.gkd.li/i/14596657',
'https://i.gkd.li/i/13258011',
],
},
],
},
{ {
key: 1, key: 1,
name: '局部广告-广告卡片', name: '局部广告-广告卡片',