mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -6,10 +6,22 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '允许第三方应用访问文件夹',
|
name: '功能类-允许第三方应用访问文件夹',
|
||||||
activityIds: 'com.android.documentsui.picker.PickActivity',
|
activityIds: 'com.android.documentsui.picker.PickActivity',
|
||||||
rules: '[text="取消"] + [text="允许"]',
|
rules: '[text="取消"] + [text="允许"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13801468',
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user