mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
19 lines
404 B
TypeScript
19 lines
404 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cnki.client',
|
|
name: '手机知网',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.cnki.client:id/update_undo"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12854857',
|
|
},
|
|
],
|
|
});
|