mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:32:27 +08:00
feat(小白PDF阅读器): 开屏广告 (#769)
This commit is contained in:
parent
d5d066545a
commit
3be5fb2741
15
src/apps/com.jujie.xbreader.ts
Normal file
15
src/apps/com.jujie.xbreader.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user