feat(华宝智投):开屏广告 (#3320)

close #3307
This commit is contained in:
jiuqianyuan
2023-12-24 20:35:01 +08:00
committed by GitHub
parent 25ead4d812
commit dc91e1006c

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hwabao.hbstockwarning',
name: '华宝智投',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '@[id="com.hwabao.hbstockwarning:id/btn_skip"] [text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13705367',
},
],
});