mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
parent
e68e0d40ef
commit
f355820686
22
src/apps/cn.guancha.app.ts
Normal file
22
src/apps/cn.guancha.app.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user