mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
23 lines
514 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|