mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
27
src/apps/com.lenovo.browser.hd.ts
Normal file
27
src/apps/com.lenovo.browser.hd.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.lenovo.browser.hd',
|
||||
name: '联想浏览器HD',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules:
|
||||
'[text="发现新版本"] - * > [id="com.lenovo.browser.hd:id/fl_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13401982',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '请求通知权限弹窗',
|
||||
activityIds: 'com.zui.launcher.drawer.NormalLauncher',
|
||||
quickFind: true,
|
||||
rules:
|
||||
'[text="开启消息通知"] +n * > [id="com.lenovo.browser.hd:id/tv_cancle"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13401980',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user