mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(住这儿): 开屏广告 (#1142)
* feat(住这儿): 开屏广告 * chore(actions): check_format_lint * feat(住这儿): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li> close #1141
This commit is contained in:
16
src/apps/com.vanke.activity.ts
Normal file
16
src/apps/com.vanke.activity.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.vanke.activity',
|
||||||
|
name: '住这儿',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.vanke.activity.module.common.SplashNewAct',
|
||||||
|
rules: 'Button[text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12917007',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user