feat(享做笔记): 开屏广告 (#3202)

This commit is contained in:
Kun Jinkao
2023-12-15 20:44:59 +08:00
committed by GitHub
parent 99b76640e7
commit e255b27622

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.newskyer.draw',
name: '享做笔记',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@*[clickable=true] + * > [text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13684715',
},
],
});