feat(相册):开启相册同步弹窗 (#3160)

close #3146
This commit is contained in:
jiuqianyuan 2023-12-15 19:37:09 +08:00 committed by GitHub
parent a3840662fb
commit 7aebcbb835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
activityIds: 'com.coloros.gallery3d.app.MainActivity',
@ -17,5 +21,16 @@ export default defineAppConfig({
},
],
},
{
key: 6,
name: '开启相册同步弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: 'com.coloros.gallery3d.app.MainActivity',
rules: '[text="开启相册自动同步,保障相册数据安全"] + [text="忽略"]',
snapshotUrls: 'https://i.gkd.li/import/13637185',
},
],
});