mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:12:21 +08:00
feat(云视通): 开屏广告 (#637)
This commit is contained in:
parent
0c6f97afcd
commit
c29aab75fb
16
src/apps/com.jovetech.CloudSee.temp.ts
Normal file
16
src/apps/com.jovetech.CloudSee.temp.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jovetech.CloudSee.temp',
|
||||
name: '云视通',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.jovision.saas.ui.activity.splash.SplashActivity',
|
||||
rules:
|
||||
'[id="com.jovetech.CloudSee.temp:id/splash_container"] >2 [text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12829886',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user