mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(心动日常): 开屏广告 (#1111)
* feat(心动日常): 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1107
This commit is contained in:
16
src/apps/com.youloft.icloser.ts
Normal file
16
src/apps/com.youloft.icloser.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.youloft.icloser',
|
||||
name: '心动日常',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.youloft.icloser.splash.AdSplashActivity',
|
||||
rules:
|
||||
'[id="com.youloft.icloser:id/sdk_container"] TextView[text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12910405',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user