mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:32:20 +08:00
fix: 中国电信开屏广告跳过规则
This commit is contained in:
parent
4a925906ab
commit
04bc64f189
|
@ -2,7 +2,7 @@ import { defineAppConfig } from '../types';
|
|||
|
||||
export default defineAppConfig({
|
||||
id: 'com.ct.client',
|
||||
name: `中国电信`,
|
||||
name: '中国电信',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
|
@ -11,7 +11,8 @@ export default defineAppConfig({
|
|||
'com.ct.client.activity.MainActivity',
|
||||
'com.ct.client.activity.SplashActivity',
|
||||
],
|
||||
rules: '[id=`com.ct.client:id/tvSkip`]',
|
||||
rules: '[id="com.ct.client:id/tvSkip"||id="com.ct.client:id/btSkip"]',
|
||||
snapshotUrls: ['https://gkd-kit.songe.li/import/12508958'],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user