feat(微爱): 开屏广告 (#2071)

* feat(微爱):开屏广告

* Update com.welove520.welove.ts

close #2020
This commit is contained in:
jiuqianyuan
2023-11-14 19:52:43 +08:00
committed by GitHub
parent 15454f4f50
commit 18bf6041cc

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.welove520.welove',
name: '微爱',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击右下角【跳过】',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.welove520.welove:id/tv_skip_welove"]',
snapshotUrls: 'https://i.gkd.li/import/13325131',
},
],
});