feat(VIVO钱包): 开屏广告 (#1867)

* Create com.vivo.wallet.ts

* chore(actions): check_format_lint

* feat(钱包): 开屏广告

---------

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

close #1674
This commit is contained in:
walklty
2023-11-05 23:19:26 +08:00
committed by GitHub
parent 2742157008
commit 9b24d461b1

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.vivo.wallet',
name: '钱包',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13222520',
},
],
},
],
});