Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(谷歌相册): 谷歌相册取消更新 (#1668)
Browse files Browse the repository at this point in the history
* feat(谷歌相册): 谷歌相册取消更新

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

---------

Co-authored-by: 二刺螈 <[email protected]>
  • Loading branch information
sherylynn and lisonge authored Oct 31, 2023
1 parent 4845864 commit 72bec37
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.google.android.apps.photos.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit 72bec37

Please sign in to comment.