mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
21 lines
524 B
TypeScript
21 lines
524 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.wisedu.cpdaily',
|
|
name: '今日校园',
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '版本更新',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
activityIds: 'com.wisorg.wisedu.home.ui.HomeActivity',
|
|
rules:
|
|
'[id="com.wisedu.cpdaily:id/btn_update"] + [id="com.wisedu.cpdaily:id/tv_ignore"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13643565',
|
|
},
|
|
],
|
|
});
|