feat(i 音乐): 开屏广告 (#2274)

* Create com.android.bbkmusic.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2241
This commit is contained in:
walklty
2023-11-20 20:51:26 +08:00
committed by GitHub
parent 563711e282
commit 6b3793146f

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.bbkmusic',
name: 'i 音乐',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.android.bbkmusic:id/launcher_page_skip_text"]',
snapshotUrls: 'https://i.gkd.li/import/13400275',
},
],
},
],
});