feat(小蚕霸王餐): 开屏广告 (#790)

* feat(小蚕霸王餐)

- 开屏广告

* chore(actions): check_format_lint

* Update com.realtech.xiaocan.ts

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-10-10 00:02:06 +08:00
committed by GitHub
parent e35de74a15
commit d3a809d7aa

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.realtech.xiaocan',
name: '小蚕霸王餐',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.realtech.adscope.SplashActivity',
rules:
'[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12843368',
},
],
});