chore: sync

This commit is contained in:
lisonge
2023-09-02 13:17:03 +08:00
parent cd5ec3bd6f
commit 17c007ebbf
88 changed files with 1191 additions and 363 deletions

View File

@@ -2,12 +2,27 @@ import type { AppConfig } from '../types';
export default <AppConfig>{
id: 'com.cmcc.cmvideo',
name: `咪咕视频`,
groups: [
{
key: 0,
name: '咪咕视频-开屏广告',
name: '开屏广告',
activityIds: 'com.cmcc.cmvideo.main.application.CompatibleMainActivity',
rules: '[id=`com.cmcc.cmvideo:id/skip_button`]',
},
{
key: 1,
name: `青少年模式弹窗`,
activityIds: `com.cmcc.cmvideo.main.application.CompatibleMainActivity`,
rules: `[id="com.cmcc.cmvideo:id/btn_cancle"]`,
snapshotUrls: `https://gkd-kit.gitee.io/import/12498307`,
},
{
key: 2,
name: `右下角小广告`,
activityIds: `com.cmcc.cmvideo.main.application.CompatibleMainActivity`,
rules: `[id="com.cmcc.cmvideo:id/iv_right_bottom_close"]`,
snapshotUrls: `https://gkd-kit.gitee.io/import/12498315`,
},
],
};