mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
commit 7fcfe76785353fc33372894e91b1eb90b4910aea
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jan 22 05:45:50 2024 +0000
chore(actions): check_format_lint
commit ae1c8379ba7d080a99ce5b4f78cb1a14d9caad13
Author: aisouler <zy43220@gmail.com>
Date: Mon Jan 22 13:45:11 2024 +0800
feat(中国人保):更新提示
26 lines
639 B
TypeScript
26 lines
639 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cloudpower.netsale.activity',
|
|
name: '中国人保',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
desc: '点击下次再说',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds:
|
|
'com.picc.aasipods.module.versionupdate.controller.VersionUpdateActivity',
|
|
matches: '[id="com.cloudpower.netsale.activity:id/tvw_cancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14005533',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|