mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:02:27 +08:00
feat(叮当快药): 开屏广告, 优惠券提示 (#1250)
* feat(叮当快药): 开屏广告, 优惠卷提示 * feat(叮当快药): 开屏广告, 优惠卷提示
This commit is contained in:
parent
87bd1858b6
commit
f5939d9f1b
34
src/apps/com.ddsy.songyao.ts
Normal file
34
src/apps/com.ddsy.songyao.ts
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.ddsy.songyao',
|
||||||
|
name: '叮当快药',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.ddsy.songyao.activity.SplashActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.ddsy.songyao:id/time"][text*="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13048719',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '优惠卷提示',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.ddsy.songyao.activity.SplashActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.ddsy.songyao:id/iv_coupon_bottom"] + [id="com.ddsy.songyao:id/iv_close"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13048720',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user