mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +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:
parent
526f359713
commit
6af9646981
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user