feat(文件):使用此文件夹 (#3839)

* feat(文件):使用此文件夹

* feat:修改分类
This commit is contained in:
AIsouler 2024-01-14 22:54:56 +08:00 committed by GitHub
parent 00896763a3
commit e01923aaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
],
});