feat(OKOK): 开屏广告 (#1377)

close #1368
This commit is contained in:
jiuqianyuan
2023-10-25 00:09:48 +08:00
committed by GitHub
parent d028f6e122
commit 91f964fa77

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chipsea.btcontrol',
name: 'OKOK',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchLauncher: true,
activityIds: 'com.chipsea.btcontrol.InitActivity',
rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13115472',
},
],
});