Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(鲨鱼记账): 新用户特惠广告
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 5, 2023
1 parent 683db95 commit c523059
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.shark.jizhang.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.shark.jizhang',
name: '鲨鱼记账',
groups: [
{
key: 0,
name: '新用户特惠广告',
desc: '弹窗广告,右下角浮动广告',
activityIds: 'com.shark.jizhang.module.main.MainActivity',
rules: [
{
matches:
'[id="com.shark.jizhang:id/buy_later_view"||id="com.shark.jizhang:id/tv_count_down"] - [id="com.shark.jizhang:id/close_view"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12518500',
'https://gkd-kit.gitee.io/import/12518517',
],
},
],
},
],
});

0 comments on commit c523059

Please sign in to comment.