Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(Clousx6): 通知提示-公告弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 12, 2024
1 parent fb9152b commit bfe1db8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/apps/com.example.robortx.clousx6F.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.example.robortx.clousx6F',
name: 'Clousx6',
groups: [
{
key: 1,
name: '通知提示-公告弹窗',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '@[vid="iv_close"] + * >2 [text="上一条"]',
exampleUrls:
'https://m.gkd.li/57941037/a59e4c30-29e3-4d7e-9c05-f7e844ff6ac3',
snapshotUrls: 'https://i.gkd.li/i/14571096',
},
],
},
],
});

0 comments on commit bfe1db8

Please sign in to comment.