feat(谷歌相册): 谷歌相册取消更新 (#1668)

* feat(谷歌相册): 谷歌相册取消更新

* feat(谷歌相册): 取消更新

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
Lynn
2023-11-01 00:46:47 +08:00
committed by GitHub
parent 4845864aa5
commit 72bec37930

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.google.android.apps.photos',
name: '谷歌相册',
groups: [
{
key: 0,
name: '取消更新',
desc: '点击[以后再说]',
activityIds: [
'com.google.android.apps.photos.update.treatment.UpdateAppTreatmentPromoPageActivity',
],
quickFind: true,
rules: [
{
matches:
'[id=`com.google.android.apps.photos:id/negative_button`][text=`以后再说`]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13218940',
},
],
},
],
});