feat(绿地智生活): 开屏广告 (#1606)

This commit is contained in:
Kun Jinkao
2023-10-31 00:07:48 +08:00
committed by GitHub
parent 3b9dcbd1de
commit c382d18ee7

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'bluechips.app.greenlife',
name: '绿地智生活',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="bluechips.app.greenlife:id/skip"]',
snapshotUrls: 'https://i.gkd.li/import/13206426',
},
],
});