mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(韩小圈): 开屏广告 (#1771)
* feat(韩小圈): 开屏广告 * chore(actions): check_format_lint * feat(韩小圈): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
22
src/apps/com.babycloud.hanju.ts
Normal file
22
src/apps/com.babycloud.hanju.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.babycloud.hanju',
|
||||||
|
name: '韩小圈',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text*="跳过"][text.length<=5]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13234983',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user