mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
* 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>
24 lines
555 B
TypeScript
24 lines
555 B
TypeScript
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',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|