Files
AIsouler-GKD_subscription/src/apps/com.fenbi.android.servant.ts
2024-02-06 18:15:01 +08:00

23 lines
514 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.fenbi.android.servant',
name: '粉笔',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.fenbi.android.module.home.HomeActivity',
rules: [
{
matches: '[id="com.fenbi.android.servant:id/close"]',
snapshotUrls: 'https://i.gkd.li/import/12999725',
},
],
},
],
});