mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(荣耀亲选):首页广告弹窗 (#3871)
This commit is contained in:
20
src/apps/cn.honor.qinxuan.ts
Normal file
20
src/apps/cn.honor.qinxuan.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user