feat(天气通): 开屏广告 (#3052)

close #3041
This commit is contained in:
adproqwq 2023-12-11 21:08:28 +08:00 committed by GitHub
parent 28c5f052ff
commit 1dc3b14947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'sina.mobile.tianqitong',
name: '天气通',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13628049',
},
],
});