feat(算料宝): 开屏广告 (#986)

close #980
This commit is contained in:
aoguai
2023-10-13 01:27:42 +08:00
committed by GitHub
parent b43e434907
commit 1104137738

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lingwei.materialcalculator',
name: '算料宝',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.qidongtech.AppStart',
rules: 'TextView[text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12884149',
},
],
});