mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(IT之家): 开屏广告 (#378)
This commit is contained in:
15
src/apps/com.ruanmei.ithome.ts
Normal file
15
src/apps/com.ruanmei.ithome.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.ruanmei.ithome',
|
||||||
|
name: 'IT之家',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
|
||||||
|
rules: '[id="com.ruanmei.ithome:id/fl_skip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12720744',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user