mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
feat(爱玩机工具箱): 忽略授权提示 (#640)
This commit is contained in:
parent
e536f14f59
commit
baa5920bcb
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user