feat(JavDB): 开屏广告、公告弹窗 (#2073)

* feat 开屏广告

* feat 公告弹窗
This commit is contained in:
Kun Jinkao 2023-11-14 19:56:21 +08:00 committed by GitHub
parent 63e12565f1
commit 7eb6e7e371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'xxx.pornhub.fuck',
name: 'JavDB',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc^="跳过"][desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13334640',
},
{
enable: false,
key: 1,
name: '公告弹窗',
activityIds: 'app.lawnchair.LawnchairLauncher',
rules: '[desc="公告"] + * + [desc="知道了"]',
snapshotUrls: 'https://i.gkd.li/import/13334608',
},
],
});