Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit f0fcb0e

Browse files
authored
feat: 抖音 权限提示-相机权限 (#1860)
1 parent 41b0f7e commit f0fcb0e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/apps/com.ss.android.ugc.aweme.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,5 +424,20 @@ export default defineGkdApp({
424424
},
425425
],
426426
},
427+
{
428+
key: 28,
429+
name: '权限提示-相机权限',
430+
desc: '点击[以后再说]',
431+
actionMaximum: 1,
432+
resetMatch: 'app',
433+
rules: [
434+
{
435+
fastQuery: true,
436+
activityIds: '.shortvideo.ui.scan.ScanNewActivity',
437+
matches: ['[text*="相机权限"]', '[text="以后再说"][clickable=true]'],
438+
snapshotUrls: 'https://i.gkd.li/i/25183382',
439+
},
440+
],
441+
},
427442
],
428443
});

0 commit comments

Comments
 (0)