mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
23 lines
490 B
TypeScript
23 lines
490 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.cnki.client',
|
|
name: '手机知网',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: '.core.tramp.SplashActivity',
|
|
matches: '[id="com.cnki.client:id/update_undo"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12854857',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|