mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
27 lines
638 B
TypeScript
27 lines
638 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'me.piebridge.brevent',
|
|
name: '黑阈',
|
|
groups: [
|
|
{
|
|
enable: false,
|
|
key: 1,
|
|
name: '权限不足弹窗',
|
|
desc: '点击取消',
|
|
activityIds: ['me.piebridge.brevent.ui.BreventActivity'],
|
|
actionMaximum: 1,
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'[id="android:id/message"][text^=`黑阈服务权限不足`]',
|
|
'[text=`取消`][id^=`android:id/button`]',
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/import/13218439',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|