mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 14:42:21 +08:00
parent
a3840662fb
commit
7aebcbb835
|
@ -7,6 +7,10 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.coloros.gallery3d.app.MainActivity',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user