mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(叮当快药): 开屏广告, 优惠券提示 (#1250)
* feat(叮当快药): 开屏广告, 优惠卷提示 * feat(叮当快药): 开屏广告, 优惠卷提示
This commit is contained in:
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user