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:
jiuqianyuan 2023-10-10 23:52:14 +08:00 committed by GitHub
parent 47d31ddb14
commit 516ef7a711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
},
],
});