mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
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:
31
src/apps/com.yoloho.dayima.ts
Normal file
31
src/apps/com.yoloho.dayima.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user