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