mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(爱玩机工具箱): 忽略授权提示 (#640)
This commit is contained in:
19
src/apps/com.byyoung.setting.ts
Normal file
19
src/apps/com.byyoung.setting.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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://gkd-kit.gitee.io/import/12829909',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user