mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(飞猫管家): 开屏广告 (#102)
This commit is contained in:
14
src/apps/com.zy.flt_yishang.ts
Normal file
14
src/apps/com.zy.flt_yishang.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user