feat(中国银河证券): 开屏广告 (#2118)

close #2092
This commit is contained in:
Otis0227
2023-11-16 20:34:27 +08:00
committed by GitHub
parent 742f1374f9
commit 74e8aaea6d

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.galaxy.stock',
name: '中国银河证券',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13344065',
},
],
});