feat(长投学堂): 开屏广告 (#2720)

close #2695
This commit is contained in:
walklty
2023-12-03 16:39:48 +08:00
committed by GitHub
parent ed5f5d8d07
commit 34e33eb61f

24
src/apps/com.ichangtou.ts Normal file
View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ichangtou',
name: '长投学堂',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.ichangtou:id/tv_skip"]',
exampleUrls:
'https://m.gkd.li/47232102/07e0dd37-6460-4dc9-ad33-18e69ba6f947',
snapshotUrls: 'https://i.gkd.li/import/13515731',
},
],
},
],
});