mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(谷歌相册): 谷歌相册取消更新 (#1668)
* feat(谷歌相册): 谷歌相册取消更新 * feat(谷歌相册): 取消更新 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
24
src/apps/com.google.android.apps.photos.ts
Normal file
24
src/apps/com.google.android.apps.photos.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user