feat(网络万用表): 开屏广告 (#1429)

* feat(网络万用表): 开屏广告

* feat(网络万用表): 开屏广告

---------

Co-authored-by: shanlan <hi@gobyte.cn>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
shanlanCoding
2023-10-26 23:09:54 +08:00
committed by GitHub
parent e8a969d664
commit 07e5ff9a74

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'org.daai.netcheck',
name: '网络万用表',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'org.daai.netcheck.MainActivity',
rules: '[id="org.daai.netcheck:id/skip_view"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13174128',
},
],
});