mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:22:21 +08:00
feat(中国移动江苏): 开屏广告 (#698)
* feat(中国移动江苏) - 开屏广告 * 格式订正 删除末尾空行 * chore(actions): check_format_lint * feat(中国移动江苏): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
5998011410
commit
8f8bce80ce
23
src/apps/com.jsmcc.ts
Normal file
23
src/apps/com.jsmcc.ts
Normal file
|
@ -0,0 +1,23 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jsmcc',
|
||||
name: '中国移动江苏',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.jsmcc.ui.MainActivityGroupNew'],
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[id="com.jsmcc:id/ad_content"] [text^="跳过"][text.length<=3]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12830488',
|
||||
'https://gkd-kit.gitee.io/import/12830580',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user