feat(应用汇): 开屏广告 (#1528)

* feat(应用汇): 开屏广告

* 格式更正

* 格式更正

* Update com.yingyonghui.market.ts

* Update com.yingyonghui.market.ts

* feat(应用汇): 开屏广告-规则优化

---------

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

close #1526
This commit is contained in:
jiuqianyuan
2023-10-29 02:42:59 +08:00
committed by GitHub
parent 0993eb2837
commit cc23e74b83

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.yingyonghui.market',
name: '应用汇',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id = "com.yingyonghui.market:id/splashAdvert_skipText"]',
snapshotUrls: 'https://i.gkd.li/import/13196213',
},
],
});