feat(半月谈): 开屏广告 (#1418)

This commit is contained in:
Kun Jinkao
2023-10-26 23:03:19 +08:00
committed by GitHub
parent 8b1104c81b
commit dd85bb1042

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.bytxmt.banyuetan',
name: '半月谈',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.bytxmt.banyuetan.activity.LauncherActivity',
matchLauncher: true,
rules: '[id="com.bytxmt.banyuetan:id/activity_launcher_ad_time_bt"]',
snapshotUrls: 'https://i.gkd.li/import/13166668',
},
],
});