feat(爱壁纸): 开屏广告 (#896)

close #893
This commit is contained in:
jiuqianyuan
2023-10-11 00:41:29 +08:00
committed by GitHub
parent 8ec99fa66f
commit afc19c87f0

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lovebizhi.wallpaper',
name: '爱壁纸',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.adesk.picasso.view.MainActivity',
rules: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12859492',
},
],
});