diff --git a/src/apps/com.bytxmt.banyuetan.ts b/src/apps/com.bytxmt.banyuetan.ts new file mode 100644 index 00000000..09733fb9 --- /dev/null +++ b/src/apps/com.bytxmt.banyuetan.ts @@ -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', + }, + ], +});