feat(SDGun社区): 开屏广告 (#1605)

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

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.appbyme.app283982',
name: 'SDGun社区',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.appbyme.app283982:id/close"]',
snapshotUrls: 'https://i.gkd.li/import/13206391',
},
],
});