mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 10:45:09 +08:00
25
src/apps/com.max.xiaoheihe.ts
Normal file
25
src/apps/com.max.xiaoheihe.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user