mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
31
src/apps/com.qingwatq.weather.ts
Normal file
31
src/apps/com.qingwatq.weather.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.qingwatq.weather',
|
||||
name: '呱呱天气',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text$="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13476349',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '卡片式广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.qingwatq.weather.home.HomeActivity',
|
||||
matches:
|
||||
'[id="com.qingwatq.weather:id/titleArea"] + [id="com.qingwatq.weather:id/closeImg"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13476350',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user