feat(荣耀亲选):首页广告弹窗 (#3871)

This commit is contained in:
AIsouler
2024-01-14 23:05:39 +08:00
committed by GitHub
parent f4598ea18f
commit 42b1fd24e9

View File

@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.honor.qinxuan',
name: '荣耀亲选',
groups: [
{
key: 1,
quickFind: true,
name: '全屏广告-首页广告弹窗',
desc: '点击X',
rules: [
{
matches: '[id="cn.honor.qinxuan:id/iv_close_dlg"]',
snapshotUrls: 'https://i.gkd.li/import/13930613',
},
],
},
],
});