mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:02:27 +08:00
feat(脉脉): 开屏广告 (#764)
This commit is contained in:
parent
009192eefa
commit
a137cb4221
19
src/apps/com.taou.maimai.ts
Normal file
19
src/apps/com.taou.maimai.ts
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.taou.maimai',
|
||||||
|
name: '脉脉',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.taou.maimai.MainActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.taou.maimai:id/skipBtnNormal"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840698',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user