mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
16
src/apps/com.realtech.xiaocan.ts
Normal file
16
src/apps/com.realtech.xiaocan.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user