mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:53:40 +08:00
parent
00896763a3
commit
e01923aaca
|
@ -6,10 +6,22 @@ export default defineAppConfig({
|
|||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '允许第三方应用访问文件夹',
|
||||
name: '功能类-允许第三方应用访问文件夹',
|
||||
activityIds: 'com.android.documentsui.picker.PickActivity',
|
||||
rules: '[text="取消"] + [text="允许"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13801468',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
quickFind: true,
|
||||
name: '功能类-使用此文件夹',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.android.documentsui.picker.PickActivity',
|
||||
matches: '[text="使用此文件夹"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13916082',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user