mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(苏e行): 开屏广告 (#476)
This commit is contained in:
15
src/apps/com.bwton.szfreego.ts
Normal file
15
src/apps/com.bwton.szfreego.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.bwton.szfreego',
|
||||||
|
name: '苏e行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.bwton.szfreego.business.LaunchActivity',
|
||||||
|
rules: '[id="com.bwton.szfreego:id/tvSkip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12749225',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user