mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +08:00
feat(联想): 开屏广告 (#598)
This commit is contained in:
parent
0e6a2fd9b8
commit
89e5a00c72
15
src/apps/com.lenovo.club.app.ts
Normal file
15
src/apps/com.lenovo.club.app.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.lenovo.club.app',
|
||||
name: '联想',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.lenovo.club.app.AdActivity',
|
||||
rules: '[id="com.lenovo.club.app:id/tv_jump"][text$="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12829678',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user