feat(咚漫漫画): 开屏广告 (#2304)

close #2300
This commit is contained in:
jiuqianyuan 2023-11-20 21:31:55 +08:00 committed by GitHub
parent 27588f0585
commit d7c2114cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.naver.linewebtoon.cn',
name: '咚漫漫画',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13407119',
},
],
});