mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(海贝音乐): 开屏广告 (#1932)
* feat(海贝音乐):开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
18
src/apps/com.hiby.music.ts
Normal file
18
src/apps/com.hiby.music.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.hiby.music',
|
||||||
|
name: '海贝音乐',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13293606',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user