mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(半月谈): 开屏广告 (#1418)
This commit is contained in:
16
src/apps/com.bytxmt.banyuetan.ts
Normal file
16
src/apps/com.bytxmt.banyuetan.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user