mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(人卫):抽奖弹窗 (#3828)
* feat(人卫):抽奖弹窗 * chore(actions): check_format_lint * Update com.pmph.irenwei.ts Signed-off-by: 二刺螈 <i@songe.li> --------- Signed-off-by: 二刺螈 <i@songe.li> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
22
src/apps/com.pmph.irenwei.ts
Normal file
22
src/apps/com.pmph.irenwei.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.pmph.irenwei',
|
||||||
|
name: '人卫',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
|
name: '全屏广告-抽奖弹窗',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.pmph.main.ad.AdActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.pmph.irenwei:id/iv_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13897421',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user