mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
25 lines
719 B
TypeScript
25 lines
719 B
TypeScript
import { defineAppConfig } from '../types';
|
|
export default defineAppConfig({
|
|
id: 'com.baidu.input',
|
|
name: '百度输入法',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-创作祝福弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
resetMatch: 'app',
|
|
actionMaximum: 1,
|
|
rules: '[id="android:id/content"] >2 [vid="button_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14179064',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '局部广告-皮肤页-底部VIP弹窗',
|
|
activityIds: 'com.baidu.input.ImeAppMainActivity',
|
|
rules: '[desc="开会员,全部皮肤免费用"] +5 View[clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14179107',
|
|
},
|
|
],
|
|
});
|