mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(东兴198): 开屏广告 (#884)
* feat(东兴198): 开屏广告 * chore(actions): check_format_lint * Update net.dxzq.jgzx.ts * feat(东兴198): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
19
src/apps/net.dxzq.jgzx.ts
Normal file
19
src/apps/net.dxzq.jgzx.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'net.dxzq.jgzx',
|
||||||
|
name: '东兴198',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'net.dxzq.jgzx.activity.LoginPage',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="net.dxzq.jgzx:id/tv_m"][text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12852136',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user