mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
25 lines
558 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|