mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(盒马): 开屏广告 (#1002)
* Create com.wudaokou.hippo.ts * chore(actions): check_format_lint * feat(盒马): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li> close #997
This commit is contained in:
21
src/apps/com.wudaokou.hippo.ts
Normal file
21
src/apps/com.wudaokou.hippo.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wudaokou.hippo',
|
||||
name: '盒马',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.wudaokou.hippo.launcher.splash.SplashActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.wudaokou.hippo:id/splash_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12891918',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user