mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
* feat(丰巢): 开屏广告 * chore(actions): check_format_lint * feat(丰巢): 开屏广告 --------- Co-authored-by: Your Name <you@example.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
23 lines
469 B
TypeScript
23 lines
469 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.fcbox.hiveconsumer',
|
|
name: '丰巢',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
matchTime: 10000,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '[text*="跳过"][text.length<=10]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13226664',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|