mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(微爱): 开屏广告 (#2071)
* feat(微爱):开屏广告 * Update com.welove520.welove.ts close #2020
This commit is contained in:
19
src/apps/com.welove520.welove.ts
Normal file
19
src/apps/com.welove520.welove.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user