mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
20 lines
475 B
TypeScript
20 lines
475 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.chaoxing.mobile',
|
|
name: '学习通',
|
|
groups: [
|
|
{
|
|
key: 10,
|
|
name: '通知提示-开启消息通知',
|
|
desc: '自动点击关闭',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[id="com.chaoxing.mobile:id/vNotificationItemClose"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13197374',
|
|
},
|
|
],
|
|
});
|