feat(Nico):开屏广告 (#3786)

close #3779
This commit is contained in:
AIsouler
2024-01-14 21:34:31 +08:00
committed by GitHub
parent 61f8fa7001
commit 34edf359ec

View File

@@ -0,0 +1,24 @@
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',
},
],
},
],
});