mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
Squashed commit of the following:
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(中国人保):更新提示
This commit is contained in:
25
src/apps/com.cloudpower.netsale.activity.ts
Normal file
25
src/apps/com.cloudpower.netsale.activity.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user