feat(天天充电): 开屏广告 (#2914)

close #2894
This commit is contained in:
jiuqianyuan
2023-12-08 20:28:08 +08:00
committed by GitHub
parent c1bc8b41e4
commit ae954d49fa

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.zhima.charge',
name: '天天充电',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13576613',
},
],
});