mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(鲨鱼记账): 新用户特惠广告
This commit is contained in:
24
src/apps/com.shark.jizhang.ts
Normal file
24
src/apps/com.shark.jizhang.ts
Normal file
@@ -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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user