feat(大姨妈): 开屏广告、广告弹窗-腾讯SDK (#3593)

* feat(大姨妈): 广告弹窗-腾讯SDK

* chore(actions): check_format_lint

* feat(大姨妈): 开屏广告

---------

Co-authored-by: adproqwq <2757917031@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
adproqwq
2024-01-02 20:31:02 +08:00
committed by GitHub
parent dfedd91f9e
commit 97d8d08788

View File

@@ -0,0 +1,31 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.yoloho.dayima',
name: '大姨妈',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13800282',
},
{
key: 1,
name: '广告弹窗',
matchTime: 10000,
rules: [
{
key: 0,
name: '腾讯SDK',
matches:
'[id="android:id/content"] >n FrameLayout[index=2] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13800255',
},
],
},
],
});