feat(小白PDF阅读器): 开屏广告 (#769)

This commit is contained in:
Kun Jinkao 2023-10-08 22:51:09 +08:00 committed by GitHub
parent d5d066545a
commit 3be5fb2741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jujie.xbreader',
name: '小白PDF阅读器',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.jujie.xbreader.ad.SplashActivity',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12840884',
},
],
});