mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +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:
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user