mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:42:22 +08:00
feat(小特):开屏广告 (#4062)
This commit is contained in:
parent
6888d705f3
commit
947bb42a1a
22
src/apps/com.xiaote.ts
Normal file
22
src/apps/com.xiaote.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.xiaote',
|
||||
name: '小特',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.xiaote:id/ad_close"][text*="关闭"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14035706',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user