mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(网络万用表): 开屏广告 (#1429)
* feat(网络万用表): 开屏广告 * feat(网络万用表): 开屏广告 --------- Co-authored-by: shanlan <hi@gobyte.cn> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
15
src/apps/org.daai.netcheck.ts
Normal file
15
src/apps/org.daai.netcheck.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user