mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
20 lines
475 B
TypeScript
20 lines
475 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.byyoung.setting',
|
|
name: '爱玩机工具箱',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '忽略授权提示',
|
|
activityIds: 'com.byyoung.setting.Welcome.PermissionActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.byyoung.setting:id/tv_name"][text*="忽略授权"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12829909',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|