mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(天翼云盘): 开屏广告 (#719)
This commit is contained in:
15
src/apps/com.cn21.ecloud.ts
Normal file
15
src/apps/com.cn21.ecloud.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.cn21.ecloud',
|
||||||
|
name: '天翼云盘',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.cn21.ecloud.activity.login.StartActivity',
|
||||||
|
rules: '[id="com.cn21.ecloud:id/tv_ad_skip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12865351',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user