mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(蟒蛇下载): 开屏广告 (#871)
* feat(蟒蛇下载): 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
19
src/apps/com.mangshe.tvdown.ts
Normal file
19
src/apps/com.mangshe.tvdown.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.mangshe.tvdown',
|
||||
name: '蟒蛇下载',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.mangshe.tvdown.ad.chuanshanjia.SplashActivity_csj',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.mangshe.tvdown:id/skip_view2"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12854596',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user