feat(建工计算器): 开屏广告 (#973)

close #899
This commit is contained in:
Kun Jinkao
2023-10-13 01:18:34 +08:00
committed by GitHub
parent 1e42e31d77
commit f1a36b8327

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.glodon.constructioncalculators',
name: '建工计算器',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.glodon.constructioncalculators.main.SplashActivityTt',
matchLauncher: true,
rules: '@[text^="跳过"] < LinearLayout +n ImageView',
snapshotUrls: 'https://gkd-kit.songe.li/import/12882803',
},
],
});