feat(飞猫管家): 开屏广告 (#102)

This commit is contained in:
lisonge
2023-09-17 02:06:00 +08:00
parent e3a52bf238
commit 3b337de513

View File

@@ -0,0 +1,14 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.zy.flt_yishang',
name: '飞猫管家',
groups: [
{
key: 0,
name: '开屏广告',
rules: 'Button[desc^="跳过广告"][desc.length<=6][clickable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12641337',
},
],
});