Files
AIsouler-GKD_subscription/src/apps/com.superrhino.rarering.ts
2024-01-14 21:34:31 +08:00

25 lines
558 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.superrhino.rarering',
name: 'Nico',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
desc: '点击跳过',
rules: [
{
matches:
'@View[clickable=true] <3 * <2 * < FrameLayout[id="com.superrhino.rarering:id/fl_container"]',
snapshotUrls: 'https://i.gkd.li/import/13853858',
},
],
},
],
});