feat(蚂蚁加速器):公共弹窗 (#3327)

close #3324
This commit is contained in:
jiuqianyuan
2023-12-24 20:37:02 +08:00
committed by GitHub
parent 504b368246
commit 915809a291

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.tnaant',
name: '蚂蚁加速器',
groups: [
{
key: 5,
name: '公告弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="公告"] +2 [text="我知道了"]',
snapshotUrls: 'https://i.gkd.li/import/13713449',
},
],
});