mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
24 lines
524 B
TypeScript
24 lines
524 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: [
|
|
{
|
|
matches: '[id="com.cloudpower.netsale.activity:id/tvw_cancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14005533',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|