mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
31
src/apps/com.moji.mjweather.ts
Normal file
31
src/apps/com.moji.mjweather.ts
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.moji.mjweather',
|
||||||
|
name: '墨迹天气',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
matchTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
name: '字节SDK',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.moji.mjweather.MainActivity',
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13544242',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '情况2',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.moji.mjad.splash.activity.SplashVideoActivity',
|
||||||
|
matches: '[text$="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13709986',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user