Files
AIsouler-GKD_subscription/src/apps/com.xtc.watch.ts
2024-03-10 20:14:55 +08:00

37 lines
909 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xtc.watch',
name: '小天才',
groups: [
{
key: 2,
name: '更新提示-通知提示',
desc: '已知包括APP升级提醒与开启通知提醒自动点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[id="com.xtc.watch:id/iv_close"]',
snapshotUrls: [
'https://i.gkd.li/i/13197390',
'https://i.gkd.li/i/13063274',
],
},
{
key: 3,
name: '通知提示-请求开启通知提醒弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: ['[id="com.xtc.watch:id/iv_notify_permission_close"]'],
snapshotUrls: ['https://i.gkd.li/i/13059965'],
},
],
},
],
});