mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(百度输入法): 创作祝福弹窗、皮肤页-底部VIP弹窗
This commit is contained in:
24
src/apps/com.baidu.input.ts
Normal file
24
src/apps/com.baidu.input.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user