feat(邮宝): 开屏广告 (#2066)

close #2062
This commit is contained in:
walklty
2023-11-14 19:42:50 +08:00
committed by GitHub
parent e554708cc7
commit d36a2c8ec5

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.youbao.app',
name: '邮宝',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.youbao.app:id/start_skip_count_down"]',
snapshotUrls: 'https://i.gkd.li/import/13331338', // issues/2062 issuer说不用等倒计时结束
},
],
},
],
});