feat(小黑盒): 签到确认 (#2338)

close #2329
This commit is contained in:
walklty 2023-11-22 20:03:10 +08:00 committed by GitHub
parent 535360f05d
commit ba8d292471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.max.xiaoheihe',
name: '小黑盒',
groups: [
// { key: 0 }, 开屏广告 占位
{
key: 1,
name: '弹窗_签到成功',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: [
'[text="签到成功!"]',
'[id="com.max.xiaoheihe:id/tv_confirm"]',
],
snapshotUrls: 'https://i.gkd.li/import/13421535',
},
],
},
],
});