Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(喵次元): 开屏广告、更新弹窗 (#2204)
Browse files Browse the repository at this point in the history
* feat 开屏广告

* feat 更新弹窗
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent b257dc0 commit da399f9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/apps/com.sjm.zhuanzhuan.mcy.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.sjm.zhuanzhuan.mcy',
name: '喵次元',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13391977',
},
{
key: 1,
name: '更新弹窗',
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 1,
name: '更新弹窗',
matches:
'[id="com.sjm.zhuanzhuan.mcy:id/tv_new_version"] < LinearLayoutCompat +n [text="立即升级"]',
action: 'back',
snapshotUrls: 'https://i.gkd.li/import/13392514',
},
],
},
],
});

0 comments on commit da399f9

Please sign in to comment.