mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(麻雀省钱): 开屏广告,首页活动弹窗 (#94)
* feat(麻雀省钱) * 添加-快照链接 * 修改-开屏广告-规则 * perf(麻雀省钱): 首页活动弹窗-增加准确性 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
23
src/apps/com.maque.app.ts
Normal file
23
src/apps/com.maque.app.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.maque.app',
|
||||||
|
name: '麻雀省钱',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.uzmap.pkg.EntranceActivity',
|
||||||
|
rules: '[id="com.maque.app:id/ksad_splash_circle_skip_view"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12641032',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页活动弹窗',
|
||||||
|
activityIds: 'com.uzmap.pkg.EntranceActivity',
|
||||||
|
rules:
|
||||||
|
'ViewGroup[childCount=2] > ImageView[clickable=true] + ViewGroup[clickable=true][childCount=1] > ImageView[id=null][clickable=false]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12640100',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user