Files
AIsouler-GKD_subscription/src/apps/com.google.android.apps.photos.ts
2023-11-10 10:16:32 +08:00

25 lines
619 B
TypeScript

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://i.gkd.li/import/13218940',
},
],
},
],
});