feat(快题库): 开屏广告 (#1705)

close #1683
This commit is contained in:
jiuqianyuan
2023-11-02 20:54:11 +08:00
committed by GitHub
parent b9c97deb95
commit cacb948bc3

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.tiku.union',
name: '快题库',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.android.tiku.union:id/tv_skip"][text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13227540',
},
],
});