Squashed commit of the following:

commit e7b6b3abf42890f06341456b606cf22c6a255ee1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Jan 20 05:03:35 2024 +0000

    chore(actions): check_format_lint

commit d449d17150ab6cbc2e30d677f962574e66e69955
Author: aisouler <zy43220@gmail.com>
Date:   Tue Jan 16 14:28:10 2024 +0800

     feat(抖音极速版):自动勾选原图
This commit is contained in:
aisouler
2024-02-01 18:40:38 +08:00
parent 4da0873467
commit 59a7162a6c

View File

@@ -67,5 +67,22 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 10,
quickFind: true,
name: '功能类-选择图片时自动勾选原图',
rules: [
{
activityIds:
'com.ss.android.ugc.aweme.im.sdk.media.choose.MediaChooseActivity',
matches:
'[id="com.ss.android.ugc.aweme.lite:id/amh"][desc^="未选中"]',
snapshotUrls: [
'https://i.gkd.li/import/13946092', //未勾选原图
'https://i.gkd.li/import/13946033', //已勾选原图
],
},
],
},
], ],
}); });