feat(观察者网): 开屏广告 (#1078)

close #1075
This commit is contained in:
walklty 2023-10-16 00:32:31 +08:00 committed by GitHub
parent e68e0d40ef
commit f355820686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.guancha.app',
name: '观察者',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击开屏右上角“跳过”按钮',
matchLauncher: true,
quickFind: true,
activityIds: 'cn.guancha.app.ui.activity.WelcomeActivity',
rules: [
{
matches: 'TextView[id="cn.guancha.app:id/tv_jump_btn"][text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12907063',
},
],
},
],
});