feat(翼支付): 开屏广告 (#1562)

* feat(天翼支付): 开屏广告

* feat(翼支付): 规则优化

---------

Co-authored-by: lisonge <i@songe.li>

close #1555
This commit is contained in:
jiuqianyuan
2023-10-30 00:35:26 +08:00
committed by GitHub
parent 6e7bfed996
commit 55deaf6de6

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chinatelecom.bestpayclient',
name: '翼支付',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.chinatelecom.bestpayclient:id/tv_ad_skip"]',
snapshotUrls: 'https://i.gkd.li/import/13197640',
},
],
});