mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(刺猬猫阅读): 开屏广告 (#1270)
This commit is contained in:
17
src/apps/com.kuangxiangciweimao.novel.ts
Normal file
17
src/apps/com.kuangxiangciweimao.novel.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.kuangxiangciweimao.novel',
|
||||||
|
name: '刺猬猫阅读',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds:
|
||||||
|
'com.kuangxiangciweimao.novel.activity.AdvertisementActivity',
|
||||||
|
matchLauncher: true,
|
||||||
|
rules: '[id="com.kuangxiangciweimao.novel:id/mTasksView"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/13056248',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user