feat(OPPO相册): 更新提示 (#2855)

close #2851
This commit is contained in:
walklty
2023-12-05 21:03:38 +08:00
committed by GitHub
parent 5ad9cc0516
commit 889a0f3863

View File

@@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.coloros.gallery3d',
name: '相册',
groups: [
{
key: 1,
name: '更新提示',
rules: [
{
activityIds: 'com.coloros.gallery3d.app.MainActivity',
matches: '[text="更新"] -2 [text="取消"]',
exampleUrls:
'https://m.gkd.li/47232102/0dae9f4b-8432-4cf4-b648-07ae17cdece2',
snapshotUrls: 'https://i.gkd.li/import/13554797',
},
],
},
],
});